search for: vmlinux_n

Displaying 2 results from an estimated 2 matches for "vmlinux_n".

Did you mean: vmlinux_
2009 May 07
1
[LLVMdev] Compiling user mode linux with LLVM
...or write a pass to fix up the bitcode or both. Andrew ====================================== As an experiment, I've tried using llc to convert the vmlinux.bc output into native assembly, then use "as" and "ld" to produce a native vmlinux, but the ld step fails with: ld: ./vmlinux_native.o: bad reloc symbol index (0x9c113c >= 0x4af6) for offset 0x18585 in section `.text' ./vmlinux_native.o: could not read symbols: Bad value I've not pursued this specific issue further since my goal is to run the bitcode directly, e.g. via lli. I'm also aware of the clever tric...
2009 May 07
0
[LLVMdev] Compiling user mode linux with LLVM
...or write a pass to fix up the bitcode or both. Andrew ====================================== As an experiment, I've tried using llc to convert the vmlinux.bc output into native assembly, then use "as" and "ld" to produce a native vmlinux, but the ld step fails with: ld: ./vmlinux_native.o: bad reloc symbol index (0x9c113c >= 0x4af6) for offset 0x18585 in section `.text' ./vmlinux_native.o: could not read symbols: Bad value I've not pursued this specific issue further since my goal is to run the bitcode directly, e.g. via lli. I'm also aware of the clever tric...