search for: elfconfig

Displaying 7 results from an estimated 7 matches for "elfconfig".

Did you mean: defconfig
2008 Sep 27
4
[LLVMdev] compile linux kernel
...39;m trying to compile linux-2.6.23.16 with llvm-2.3. Is it at all possible? I get "Not an ELF" error. I pass "-emit-llvm" option to spit LLVM IR, which can be JITed at runtime $ make CROSS_COMPILE=llvm- CFLAGS="-O2 -emit-llvm" Error: not ELF make[2]: *** [scripts/mod/elfconfig.h] Error 1 make[1]: *** [scripts/mod] Error 2 make: *** [scripts] Error 2 using the verbose option - $ make V=1 CROSS_COMPILE=llvm- CFLAGS="-O2 -emit-llvm" /bin/bash scripts/checksyscalls.sh llvm-gcc -Wp,-MD,./.missing-syscalls.d -nostdinc -isystem /home/ashish/llvm/llvm-gcc4.2-2.3.sou...
2013 Jun 01
2
[LLVMdev] Compile Linux Kernel module into LLVM bitcode
...objdump: scripts/mod/.tmp_empty.o: File format not recognized if [ "-pg" = "-pg" ]; then if [ scripts/mod/empty.o != "scripts/mod/empty.o" ]; then /home/kevin/split_io_Linux/scripts/recordmcount "scripts/mod/empty.o"; fi; fi; gcc -Wp,-MD,scripts/mod/.mk_elfconfig.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -o scripts/mod/mk_elfconfig scripts/mod/mk_elfconfig.c scripts/mod/mk_elfconfig < scripts/mod/empty.o > scripts/mod/elfconfig.h Error: not ELF make[2]: *** [scripts/mod/elfconfig.h] Error 1 make[1]: *** [scripts...
2013 Jun 01
0
[LLVMdev] Compile Linux Kernel module into LLVM bitcode
...ripts/mod/.tmp_empty.o: File format not recognized > if [ "-pg" = "-pg" ]; then if [ scripts/mod/empty.o != "scripts/mod/empty.o" ]; then /home/kevin/split_io_Linux/scripts/recordmcount "scripts/mod/empty.o"; fi; fi; > gcc -Wp,-MD,scripts/mod/.mk_elfconfig.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -o scripts/mod/mk_elfconfig scripts/mod/mk_elfconfig.c > scripts/mod/mk_elfconfig < scripts/mod/empty.o > scripts/mod/elfconfig.h > Error: not ELF Yup, it's not ELF, it's bitcode! This is going to...
2013 Jun 08
1
[LLVMdev] Compile Linux Kernel module into LLVM bitcode
....tmp_empty.o: File format not recognized > > if [ "-pg" = "-pg" ]; then if [ scripts/mod/empty.o != "scripts/mod/empty.o" ]; then /home/kevin/split_io_Linux/scripts/recordmcount "scripts/mod/empty.o"; fi; fi; > > gcc -Wp,-MD,scripts/mod/.mk_elfconfig.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -o scripts/mod/mk_elfconfig scripts/mod/mk_elfconfig.c > > scripts/mod/mk_elfconfig < scripts/mod/empty.o > scripts/mod/elfconfig.h > > Error: not ELF > > Yup, it's not ELF, it's bitcod...
2010 Jun 01
1
strange pvops problem
...build-linux-2.6-pvops_x86_32/. bzImage modules scripts/kconfig/conf -s arch/x86/Kconfig CHK include/linux/version.h CHK include/linux/utsrelease.h SYMLINK include/asm -> include/asm-x86 Using /home/onkar/xen/xen-4.0.0/linux-2.6-pvops.git as source for kernel MKELF scripts/mod/elfconfig.h HOSTCC scripts/mod/file2alias.o HOSTCC scripts/mod/modpost.o HOSTCC scripts/mod/sumversion.o HOSTLD scripts/mod/modpost CALL /home/onkar/xen/xen-4.0.0/linux-2.6-pvops.git/scripts/checksyscalls.sh CHK include/linux/compile.h LDS arch/x86/kernel/acpi/realmode/wakeup.lds...
2010 Jun 01
1
strange pvops problem
...build-linux-2.6-pvops_x86_32/. bzImage modules scripts/kconfig/conf -s arch/x86/Kconfig CHK include/linux/version.h CHK include/linux/utsrelease.h SYMLINK include/asm -> include/asm-x86 Using /home/onkar/xen/xen-4.0.0/linux-2.6-pvops.git as source for kernel MKELF scripts/mod/elfconfig.h HOSTCC scripts/mod/file2alias.o HOSTCC scripts/mod/modpost.o HOSTCC scripts/mod/sumversion.o HOSTLD scripts/mod/modpost CALL /home/onkar/xen/xen-4.0.0/linux-2.6-pvops.git/scripts/checksyscalls.sh CHK include/linux/compile.h LDS arch/x86/kernel/acpi/realmode/wakeup.lds...
2008 Jun 26
5
DO NOT REPLY [Bug 5567] New: REGRESSION: 3.0.3pre3 dies with "failed to open XXX, continuing: Too many open files"
https://bugzilla.samba.org/show_bug.cgi?id=5567 Summary: REGRESSION: 3.0.3pre3 dies with "failed to open XXX, continuing: Too many open files" Product: rsync Version: 3.0.3 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P3 Component: core