search for: d__uses_initfini__

Displaying 4 results from an estimated 4 matches for "d__uses_initfini__".

2010 Jan 17
0
[LLVMdev] LLVM-gcc for ARM
> llvm-gcc a.c > Assembler messages: > Fatal error: Invalid -march= option: `armv7-a' > > Any ideas? It is probably trying to use the wrong assembler. Run with -v and check. > > Thank you, > Corina > Cheers, -- Rafael Ávila de Espíndola
2010 Jan 17
2
[LLVMdev] LLVM-gcc for ARM
...nu-as=/home/LLVM/llvm-gcc4.2-2.6.source/arm-elf-as --with-cpu=cortex-a8 --target=arm-elf Thread model: single gcc version 4.2.1 (Based on Apple Inc. build 5649) (LLVM build)  /home/LLVM/install/bin/../libexec/gcc/arm-elf/4.2.1/cc1 -quiet -v -iprefix /home/LLVM/install/bin/../lib/gcc/arm-elf/4.2.1/ -D__USES_INITFINI__ a.c -quiet -dumpbase a.c -mcpu=cortex-a8 -auxbase a -version -o /tmp/ccEs2CuD.s ignoring nonexistent directory "/home/LLVM/install/bin/../lib/gcc/arm-elf/4..2.1/../../../../arm-elf/sys-include" ignoring nonexistent directory "/home/LLVM/install/bin/../lib/gcc/arm-elf/4..2.1/../../.....
2009 Jun 29
0
[LLVMdev] configuring cross compiler for Mac to Linux on ARM
...llvm --program-prefix=llvm- --enable-languages=c,c++ --disable-bootstrap --with-newlib --with-headers=yes --disable-multilib Thread model: single gcc version 4.2.1 (Based on Apple Inc. build 5646) (LLVM build) /Users/neel/llvm/llvm-top/install/onmacosx/arm/libexec/gcc/arm-eabi/4.2.1/cc1 -quiet -v -D__USES_INITFINI__ simple.c -quiet -dumpbase simple.c -mcpu=cortex-a8 -mfloat-abi=hard -mfpu=neon -mabi=aapcs -auxbase simple -version -o /var/folders/0L/0L9UbM9ZEWShfNO8Ptl4sE+++TI/-Tmp-//ccwys5tO.s ignoring nonexistent directory "/Users/neel/llvm/llvm-top/install/onmacosx/arm/lib/gcc/arm-eabi/4.2.1/../../../.....
2010 Jan 17
2
[LLVMdev] LLVM-gcc for ARM
I recompiled the LLVM-gcc with these options: .../llvm-gcc4.2-2.6.source/configure --prefix=`pwd`/../install --program-prefix=llvm- --enable-llvm=/home/LLVM/llvm-2.6/ --enable-languages=c  --disable-libssp  --with-gnu-ld --with-gnu-as  --with-arch=armv7-a  --target=arm-elf It compiles successfuly. make install. But when compiling a file : llvm-gcc a.c Assembler messages: Fatal error: Invalid