search for: iarm

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

Did you mean: arm
2013 Sep 09
2
[LLVMdev] ARM integrated assembler - unknown directive errors
...g. Maybe I am missing something and not specifying appropriate options on the commandline. My setup: Host operating System: Ubuntu 12 Cross toolchain: built latest release 3.3 If I need to provide more info please let me know Cheers test.c: void main {return;} commandline: arm-linux-clang -Iarm-2013.05-24-arm-none-linux/arm-none-linux-gnueabi/libc/usr/include -integrated-as -msoft-float -save-temps -O3 -mcpu=cortex-a8 -c -o test.o test.c Errors: ffconf.rmzKnl5U.s:2:2: error: unknown directive .cpu cortex-a8 ^ ffconf.rmzKnl5U.s:3:2: error: unknown directive .eabi_a...
2013 Sep 09
0
[LLVMdev] ARM integrated assembler - unknown directive errors
Hi, > arm-linux-clang > -Iarm-2013.05-24-arm-none-linux/arm-none-linux-gnueabi/libc/usr/include > -integrated-as -msoft-float -save-temps -O3 -mcpu=cortex-a8 -c -o test.o > test.c Hmm. It looks like save-temps is interfering with integrated-as. What's happening is that Clang is quite capable of taking those directive...
2010 Jul 24
2
theorarm build
...s files in ./lib/arm needed to be converted to gcc- compatible format with arm2gcc.pl script. (2) When turning off ARMV6 and ARM_HAS_NEON switches, the ARMfrag.s files had a misplaced .endif directive that needed to be relocated. (3) The CCASFLAGS options needed to be set to "-Xassembler -Iarm/" to locate dependent .s files for assembly. (4) The ARMstate.c file had a couple mismatched function parameter types which needed fixing. (5) When linking completed, the resulting libtheora.so binary was not able to load due to unresolved symbols. The missing functions were in .s fi...