search for: cces2cud

Displaying 3 results from an estimated 3 matches for "cces2cud".

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
...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/../../../../arm-elf/include" ignoring duplicate directory "/home/LLVM/obj/.....
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