Friday, April 9, 2010

CPU you selected does not support x86-64 instruction set

When does this occur:
It happens in case you have missed or incorrectly specified the target architecture.
Look for something like -m32 or -m64 in your compiler flags. It should be present and reflect target system.

No comments:

Post a Comment