search for: tmp_vmlinux1

Displaying 20 results from an estimated 46 matches for "tmp_vmlinux1".

2008 Jun 16
3
Error when make linux-2.6-xenU-build
CC init/version.o LD init/built-in.o LD .tmp_vmlinux1 drivers/built-in.o: In function `vmcoreinfo_show'': /usr/src/linux-2.6.18-xen.hg/drivers/xen/core/xen_sysfs.c:340: undefined reference to `vmcoreinfo_size_xen'' /usr/src/linux-2.6.18-xen.hg/drivers/xen/core/xen_sysfs.c:340: undefined reference to `paddr_vmcoreinfo_xen'' ma...
2010 Jul 14
2
2.6.32.16 - pv_ops kernel compile error
...WARNING: modpost: Found 7 section mismatch(es). To see full details build your kernel with: ''make CONFIG_DEBUG_SECTION_MISMATCH=y'' GEN .version CHK include/linux/compile.h UPD include/linux/compile.h CC init/version.o LD init/built-in.o LD .tmp_vmlinux1 drivers/built-in.o: In function `blktap_request_pool_free_bucket'': /usr/src/linux-2.6-xen/drivers/xen/blktap/request.c:123: undefined reference to `free_empty_pages_and_pagevec'' drivers/built-in.o: In function `blktap_request_pool_allocate_bucket'': /usr/src/linux-2.6-xen/...
2009 Aug 10
1
Build 2.6.20.2
...WARNING: modpost: Found 2 section mismatch(es). To see full details build your kernel with: ''make CONFIG_DEBUG_SECTION_MISMATCH=y'' GEN .version CHK include/linux/compile.h UPD include/linux/compile.h CC init/version.o LD init/built-in.o LD .tmp_vmlinux1 ld: kernel image bigger than KERNEL_IMAGE_SIZE ld: kernel image bigger than KERNEL_IMAGE_SIZE ld: kernel image bigger than KERNEL_IMAGE_SIZE make: *** [.tmp_vmlinux1] Error 1 What can i do? Stefan Kuhne -- [1]: http://bderzhavets.wordpress.com/2009/07/07/building-xenified-2-6-30-1-k ernel-via-x...
2009 Aug 06
2
kernel 2.6.30 xenified --- report - firmware problem
...code Update Driver: v2.00-xen <tigran@aivazian.fsnet.co.uk>, Peter Oruba ------------------ Anybody knows what is the cause? 2) its not possible to build latest available 2.6.30.4 + xen patches Trying to build it ends with: -------------------------- LD init/built-in.o LD .tmp_vmlinux1 arch/x86/pci/built-in.o: In function `pcibios_resource_survey'': (.init.text+0x340): undefined reference to `ioapic_insert_resources'' make: *** [.tmp_vmlinux1] Error 1 --------------------------- 3) minor problem you can face is that intel nic is not working with kernel driver...
2010 Mar 10
5
[stable-2.6.31/master] Compile error "error: redefinition of xen_destroy_irq"
Hi All, xen stable-2.6.31/master doesn''t seem to compile: CC [M] drivers/watchdog/w83877f_wdt.o CC [M] drivers/watchdog/w83977f_wdt.o CC [M] drivers/watchdog/machzwd.o CC [M] drivers/watchdog/sbc_epx_c3.o CC [M] drivers/watchdog/wm8350_wdt.o CC [M] drivers/watchdog/softdog.o CC drivers/xen/grant-table.o CC drivers/xen/features.o CC
2009 Jul 07
1
Installation from source on Ubuntu 9.04, make kernel failure
...- WARNING: modpost: Found 1 section mismatch(es). To see full details build your kernel with: ''make CONFIG_DEBUG_SECTION_MISMATCH=y''   GEN     .version   CHK     include/linux/compile.h   UPD     include/linux/compile.h   CC      init/version.o   LD      init/built-in.o   LD      .tmp_vmlinux1 arch/x86/kernel/built-in.o: In function `timer_interrupt'': /usr/src/buildir/linux-2.6.29.4/arch/x86/kernel/time_32-xen.c:465: undefined reference to `__udivdi3'' make: *** [.tmp_vmlinux1] Error 1 ---------------------------------------------------------   Installation steps:   1. I...
2007 Mar 13
1
SMP Support (Xen unstable + 2.6.18)
Hello, I''m using Xen-unstable and the kernel 2.6.18. Doing some particular tests, I need to disable the SMP Support in the kernel configuration and surprisingly I receive this error after compiling the kernel: CC init/version.o LD init/built-in.o LD .tmp_vmlinux1 drivers/built-in.o: In function `take_machine_down'': machine_reboot.c:(.text+0x58a6c): undefined reference to `cpu_initialized_map'' make: *** [.tmp_vmlinux1] Error 1 While every thing goes well if the SMP support is active in "Processor type and features". Your suggest...
2010 Dec 22
2
Problem compiling 2.6.32.x pv_ops kernel, centos 5.5 i386, HP DL380 G3
...it from .config and didn''t come across it again. This error here has got me stumped though: drivers/built-in.o: In function `xen_acpi_processor_get_info'': /usr/local/src/linux-2.6-xen/drivers/acpi/processor_xen.c:204: undefined reference to `xen_pcpu_index'' make: *** [.tmp_vmlinux1] Error 1 Has anyone else experienced this error or maybe knows of a fix? Thanks, Iain Kay _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2010 Jan 03
21
Re: Xenified linux kernel
...o WARNING: modpost: Found 2 section mismatch(es). To see full details build your kernel with: ''make CONFIG_DEBUG_SECTION_MISMATCH=y'' GEN .version CHK include/linux/compile.h UPD include/linux/compile.h CC init/version.o LD init/built-in.o LD .tmp_vmlinux1 arch/x86/kernel/built-in.o: In function `timer_interrupt'': /usr/src/build/linux-2.6.30.2/arch/x86/kernel/time_32-xen.c:463: undefined reference to `__udivdi3'' make: *** [.tmp_vmlinux1] Error 1 -- Best Regards, Mehdi Sheikhalishahi ____________________________________...
2009 Nov 12
20
VIRQ_CON_RING
Is there any real user for this vIRQ? I''m asking because, while debugging a problem that required to add some printk()s that could temporarily issue at a high rate, I ran into the situation that this extra output prevented guest/dom0 boot from making any progress. As I then realized this was due to the tasklet_schedule() called from inside the console handling code, which resulted in
2009 Nov 12
20
VIRQ_CON_RING
Is there any real user for this vIRQ? I''m asking because, while debugging a problem that required to add some printk()s that could temporarily issue at a high rate, I ran into the situation that this extra output prevented guest/dom0 boot from making any progress. As I then realized this was due to the tasklet_schedule() called from inside the console handling code, which resulted in
2005 Dec 13
10
Building Xen Linux on SuSE 9.3
After many unsuccessful attempts at getting Xen 3.0 to run with any level of stability, I''ve decided to return to Xen 2. I''m currently trying to build the kernel under SuSE 9.3 and getting the following error messages: LD init/built-in.o LD .tmp_vmlinux1 arch/xen/kernel/built-in.o(.text+0x85b): In function `ctrl_if_suspend'': : undefined reference to `teardown_irq'' drivers/built-in.o(.text+0x40baf): In function `balloon_process'': balloon.c: undefined reference to `kmap_flush_unused'' make: *** [.tmp_vmlinux1] Error...
2008 Mar 11
1
2.6.25-rc5-mm1 (paravirt/vsmp/no PCI)
...d reference to `read_pci_config' arch/x86/kernel/built-in.o: In function `vsmp_init': (.init.text+0x4fcc): undefined reference to `early_pci_allowed' arch/x86/kernel/built-in.o: In function `vsmp_init': (.init.text+0x501a): undefined reference to `read_pci_config' make[1]: *** [.tmp_vmlinux1] Error 1 config attached. --- ~Randy -------------- next part -------------- A non-text attachment was scrubbed... Name: config-rand3 Type: application/octet-stream Size: 29760 bytes Desc: not available Url : http://lists.linux-foundation.org/pipermail/virtualization/attachments/20080311/249de8a4...
2007 Apr 18
1
[Bridge] [2.6 patch] BRIDGE_EBT_ARPREPLY must depend on INET
BRIDGE_EBT_ARPREPLY=y and INET=n results in the following compile error: <-- snip --> ... LD .tmp_vmlinux1 net/built-in.o: In function `ebt_target_reply': ebt_arpreply.c:(.text+0x68fb9): undefined reference to `arp_send' make: *** [.tmp_vmlinux1] Error 1 <-- snip --> Signed-off-by: Adrian Bunk <bunk@stusta.de> --- linux-2.6.13-rc3-mm1-full/net/bridge/netfilter/Kconfig.old 2005-0...
2005 Nov 18
0
xen source compile errors
Any ideas on the cause of this? LD .tmp_vmlinux1 drivers/built-in.o(.text+0x9dacc): In function `frontend_changed'': xenbus.c: undefined reference to `xenbus_dev_ok'' drivers/built-in.o(.text+0x9df41): In function `watch_for_status'': tpmfront.c: undefined reference to `xenbus_dev_ok'' drivers/built-in.o(.init...
2007 Sep 29
0
kernel compilation for domU error
Hi, I`m trying to switch to 64bit dom0 kernel and system, i`ve install gentoo amd64 edtition and xen 3.1. Kernel sources are linux-2.6.20-xen-r3. Domain 0 works without any problems but when i try to compile kernel for domU i get this errors: LD .tmp_vmlinux1 arch/x86_64/kernel/built-in.o: In function `intel_bugs'': early-quirks.c:(.text+0xa49f): undefined reference to `quirk_intel_irqbalance'' make: *** [.tmp_vmlinux1] Error 1 I`ve only added frontend drivers in xen kernel menu and remove backend drivers. I think that it can be ralted...
2005 Dec 19
0
current hg tree not working - in i8237A_resume undefined reference to smp_processor_id
Hi there, the current hg tree doesn''t compile with the config appended below. It reports undefined references. Any pointers? Thanks in advance, Johnny CHK include/linux/compile.h UPD include/linux/compile.h CC init/version.o LD init/built-in.o LD .tmp_vmlinux1 arch/i386/kernel/built-in.o(.text+0x9aa2): In function `i8237A_resume'': : undefined reference to `smp_processor_id'' arch/i386/kernel/built-in.o(.text+0x9b0d): In function `i8237A_resume'': : undefined reference to `smp_processor_id'' make: *** [.tmp_vmlinux1] Fehle...
2008 Mar 11
1
2.6.25-rc5-mm1 (paravirt/vsmp/no PCI)
...d reference to `read_pci_config' arch/x86/kernel/built-in.o: In function `vsmp_init': (.init.text+0x4fcc): undefined reference to `early_pci_allowed' arch/x86/kernel/built-in.o: In function `vsmp_init': (.init.text+0x501a): undefined reference to `read_pci_config' make[1]: *** [.tmp_vmlinux1] Error 1 config attached. --- ~Randy -------------- next part -------------- A non-text attachment was scrubbed... Name: config-rand3 Type: application/octet-stream Size: 29760 bytes Desc: not available Url : http://lists.linux-foundation.org/pipermail/virtualization/attachments/20080311/249de8a4...
2007 Apr 18
3
[Bridge] [2.6 patch] fix bridge <-> ATM compile error
This patch fixes the following compile error with CONFIG_BRIDGE=y and CONFIG_ATM_LANE=m: <-- snip --> ... LD .tmp_vmlinux1 net/built-in.o(.init.text+0x3ad1): In function `br_init': : undefined reference to `br_fdb_get_hook' net/built-in.o(.init.text+0x3adb): In function `br_init': : undefined reference to `br_fdb_put_hook' net/built-in.o(.exit.text+0xa2): In function `br_deinit': : undefined referen...
2005 Oct 27
3
calendars
Hi what do you guys use for shared calendars these days? I've been using corporate time but that is now part of Oracle suite so looking for an alternative that is hopefully open source/free to complete my 'get away from exchange' package. thanks