Hi there! I need to cross compile cryptopp for arm. I'm using this command:
CXX=arm-linux-gnueabi-g++ make but i get: michele@michele-desktop:~/Scrivania/newamule/cryptopp$ CXX=arm-linux- gnueabi-g++ make arm-linux-gnueabi-g++ -DNDEBUG -g -O2 -march=native -pipe -c 3way.cpp Assembler messages: Error: unknown architecture `native' Error: unrecognized option -march=native 3way.cpp:1: error: bad value (native) for -march= switch make: *** [3way.o] Errore 1 michele@michele-desktop:~/Scrivania/newamule/cryptopp$ What am i wrong? -- You received this message because you are subscribed to the "Crypto++ Users" Google Group. To unsubscribe, send an email to [email protected]. More information about Crypto++ and this group is available at http://www.cryptopp.com.
