Menu

#259 Cross Compile Wrong Compiler Error

closed
nobody
5
2013-01-26
2013-01-26
Anonymous
No

I'm using arm-linux-gnueabihf-gcc compiler for cross compiling. I'm using the parameter as --with-cxx=gnueabihf-gcc.

"arm-linux-gnueabihf-gcc -pthread -fexceptions -fPIC -O2 -fvisibility=hidden -D_GNU_SOURCE -I../../stlport -c -o obj/arm-linux-gcc/so/allocators.o ../../src/allocators.cpp" --------- Upto this line it goes well but the next compile line trys to fine arm-linux-gcc instead. I think there is a magic fixed text which
is wrong after configure.

"arm-linux-gcc -pthread -fPIC -O2 -fvisibility=hidden -D_GNU_SOURCE -I../../stlport -c -o obj/arm-linux-gcc/so/c_locale.o ../../src/c_locale.c"

Discussion

  • Anonymous

    Anonymous - 2013-01-26

    Also I've added --with-cc=gnueabihf-gcc. Sorry...

     

Log in to post a comment.