Displaying 1 result from an estimated 1 matches for "osless".
Did you mean:
orless
2010 Mar 13
3
[LLVMdev] Targeting low level embedded
I'm new to LLVM and I'm trying to set it up to target a low level
embedded device with no OS. Therefore the final program needs to
perform variable initialization and be located at a certain address
location. Here is my basic flow:
Compile C to bytecode:
$ llvm-gcc -emit-llvm -c src1.c src2.c src3.c
Consolidate to one bytecode file:
$ llvm-link -o all.o src1.c src2.o src3.o
Emit