Search found 9 matches

by Sullivan
Thu Jul 17, 2008 8:57 am
Forum: PSP Development
Topic: PSP IDE (Developement Environment)
Replies: 21
Views: 7024

Ok I did a fresh install, builds fine in cygwin.

But I still can't get any IDE's setup.
by Sullivan
Sat Jul 12, 2008 11:35 am
Forum: PSP Development
Topic: PSP IDE (Developement Environment)
Replies: 21
Views: 7024

Hey thanks for the replies. I will not use Eclipse, I have used it in the past and a lot of people don't like it either. If I compile it in cygwin it's self, it compiles fine, with no problems. It outputs the elf file and eboot file along with a few others. I ran the eboot plenty of times before, it...
by Sullivan
Fri Jul 11, 2008 3:18 pm
Forum: PSP Development
Topic: PSP IDE (Developement Environment)
Replies: 21
Views: 7024

Ya I am still stumped, is it all possible for you to give me your Code:Blocks setup?
by Sullivan
Wed Jul 09, 2008 5:28 am
Forum: PSP Development
Topic: PSP IDE (Developement Environment)
Replies: 21
Views: 7024

my makefile contains the following: TARGET = hello OBJS = main.o CFLAGS = -O2 -G0 -Wall CXXFLAGS = $(CFLAGS) -fno-exceptions -fno-rtti ASFLAGS = $(CFLAGS) EXTRA_TARGETS = EBOOT.PBP PSP_EBOOT_TITLE = Hello World by Tyler SUllivan PSPSDK=$(shell psp-config --psp...
by Sullivan
Tue Jul 08, 2008 1:16 pm
Forum: PSP Development
Topic: PSP IDE (Developement Environment)
Replies: 21
Views: 7024

Thanks torch, I just found that thread on QJ. Well I followed it, then I goto Execute > Compile, but it gives my simple hello world test app errors.
by Sullivan
Sat Jul 05, 2008 9:41 am
Forum: PSP Development
Topic: PSP IDE (Developement Environment)
Replies: 21
Views: 7024

Can anyone else help based on my above information?

Please
by Sullivan
Thu Jul 03, 2008 9:57 am
Forum: PSP Development
Topic: PSP IDE (Developement Environment)
Replies: 21
Views: 7024

thanks for the replies.
I used the first one so far, thanks.
I decided to give it a test at running a old hello world app I made a while ago. But it didn't compile.

Screenshot:

http://picboost.com/images/2008/July/2/ ... rectly.JPG
by Sullivan
Thu Jul 03, 2008 9:55 am
Forum: PSP Development
Topic: Help catching a psp thief..
Replies: 16
Views: 5039

get a hold of dark_alex's mac address spoofer, it will dump your mac address to the memory card.
by Sullivan
Thu Jul 03, 2008 5:46 am
Forum: PSP Development
Topic: PSP IDE (Developement Environment)
Replies: 21
Views: 7024

PSP IDE (Developement Environment)

Ok, I am a little stressed out and hope this is the correct forum to post this on. I am in need of a Development Environment for coding on the PSP. I have done many tutorials and such, and know the basics. The thing is, I want to have a IDE to code in and do all the compiling from one program, Code:...