Discussion:
[Dev-C++] powerpc compiler options for gcc
Manpreet Singh Vasir
2002-11-30 15:53:02 UTC
Permalink
Hi ,

I have just started being interested in "Dev-Cpp". I
have version 4.9.5.0 which has gcc compiler version
2.95.3-6. I am running it on windows XP and want to
cross compile my source code for powerPC processor. I
have referred all site notes on gcc (nearly), have
found the compiler option like "-mpowerpc,
-mpowerpc64, -m601 "etc..... But they just dont
work!!!!!!!

I get this error message :

"Invalid option `powerpc' "


Any clues why? Is it my configuration?

Thanks in advance

Manpreet

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com
Ioannis Vranos
2002-11-30 22:07:02 UTC
Permalink
-----Original Message-----
Of Manpreet Singh Vasir
Sent: Saturday, November 30, 2002 7:53 PM
Subject: [Dev-C++] powerpc compiler options for gcc
Hi ,
I have just started being interested in "Dev-Cpp". I
have version 4.9.5.0 which has gcc compiler version
2.95.3-6. I am running it on windows XP and want to
cross compile my source code for powerPC processor. I
have referred all site notes on gcc (nearly), have
found the compiler option like "-mpowerpc,
-mpowerpc64, -m601 "etc..... But they just dont
work!!!!!!!
"Invalid option `powerpc' "
Any clues why? Is it my configuration?
To see the available options give gcc --help -v

To redirect it to a file to check it easily give

gcc --help -v >temp.txt

and open temp.txt to read it.



Ioannis Vranos

* Programming pages: http://www.noicys.freeurl.com
* Alternative URL: http://run.to/noicys

Loading...