Compiling in cygwin problem

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
JoeyJoeJo
Posts: 1
Joined: Fri Jan 06, 2006 1:24 am

Compiling in cygwin problem

Post by JoeyJoeJo »

I'm setting up my programming environment in winxp, but I'm running into troubles. I installed cygwin, downloaded the pspsdk and copied all of the psp*.exe binaries into my cygwin/bin folder. When I first tried compiling the hello world test, it said that it couldn't find the program "as". So I downloaded from a google search a windows port of binutils and untarred it to my cygwin install. Now I get the error that -EL is a bad option. I looked at the help for as, but there ls no option -E, but there is one for -L. The exact error is "as: unknown option '-EL'". Any suggestions?
User avatar
nullp01nter
Posts: 26
Joined: Wed Jan 04, 2006 7:40 am
Location: Saxony/Germany

Post by nullp01nter »

Try http://www.scriptscribbler.com/psp/tuto ... sson01.htm - follow every step. It worked. Not only for me.

Thoralt
Post Reply