search for: helloclang

Displaying 1 result from an estimated 1 matches for "helloclang".

2019 Mar 11
2
Compiling for baremetal ARMv4 on Ubuntu Linux
...> On Sun, 3 Feb 2019 at 13:11, Christian Richter > <christian.richter at hsu-hh.de> wrote: > > Hello again, > > so after I successfully build the compiler-rt for armv6 I tried to > actually use it in compiling a small helloworld for a baremetal arm > (consisting of barehelloCLANG.c and a small io.h + io.c) , but the > linking part of the compilation resulted in this: > > root at christian-forschung-virtual-machine:/home/progs# clang -v > --target=armv6-none-eabi -L > /home/llvm_all/buildrecipe/lib/clang/8.0.0/armv6m-none-eabi > -lclang_rt.builtins.arm bare...