Hello I'm trying to compile OpenSER for an arm platform (Linux). The compiler is arm-linux-gcc
I tried the following command:
*$ make CC=arm-linux-gcc*
And there is the following errors:
*cc1: error: invalid option `inline-all-stringops' cc1: error: bad value (athlon) for -mcpu= switch * The arm-linux-gcc -v gives:
*Reading specs from /usr/local/lib/gcc-lib/arm-linux/3.3.3/specs Configured with: ../configure --target=arm-linux --disable-shared --disable-threads --with-gnu-as --with-gnu-ld --enable-multilib --enable-languages=c Thread model: single gcc version 3.3.3 * I also have to modified the libs.
Is there a simple way to do this porting or do I have to check all compilation and link options and modified or re-write the Makefiles?
Regards, Michel