[LLVMdev] Targetting the raspberry pi

Carlo Kok ck at remobjects.com
Sun Dec 30 02:42:05 PST 2012


Targetting the raspberry pi, what triple/flags should I set?

I tried triple: armv4t-unknown-linux-gnueabi and ld fails with:
   a.out uses VFP register arguments

if i set hardfloat (using optdata.FloatABIType = FloatABI::Hard), ld 
fails with an assertion:
2.22 assertion fail ../../bfd/elf32-arm.c:11477

what am I missing?



More information about the llvm-dev mailing list