16 Jul
2005
16 Jul
'05
20:41
On Saturday 16 July 2005 18:18, David Lazanja wrote:
When I try to compile a simple C program with -march=i686, I get the following error:
cc1: error: CPU you selected does not support x86-64 instruction set
I have gcc-32bit installed.
Try gcc -m32 -march=i686 Without the -m32, GCC trys to create a 64 bit executable. -- Bernd Paysan "If you want it done right, you have to do it yourself" http://www.jwdt.com/~paysan/