Search found 3 matches
- Wed Apr 18, 2007 5:57 am
- Forum: PS2 Development
- Topic: DevC++?
- Replies: 8
- Views: 4898
Thank you all for help. Yes, I have downloaded the toolchain script, but I guess my gcc is newer version because it won't compile without errors. So I downloaded the precompiled stuff (just for now). When I try to compile something under DevC++ it fails, but when doing the same thing from command li...
- Wed Mar 07, 2007 5:39 am
- Forum: PS2 Development
- Topic: DevC++?
- Replies: 8
- Views: 4898
Re: DevC++?
Ok, I have downloaded both the PS2SDK and Cygwin. How can I actually compile my .cpp file into .elf?
- Fri Mar 02, 2007 8:04 am
- Forum: PS2 Development
- Topic: DevC++?
- Replies: 8
- Views: 4898
DevC++?
Hi, I'm new in this whole PS2 programming thing. Sorry for my bad English. I'm trying to compile the simple PS2 elf program in dev c++, but it won't work. Compiler gives me an error: CreateProcess((null), ee-g++ -D_EE -O2 -G0 -Wall -I/ee/include -I/common/include -I. -c hw.cpp -o hw.o, ...) failed. ...