| View previous topic :: View next topic |
| Author |
Message |
ipsp
Joined: 01 Feb 2006 Posts: 26 Location: Sydney
|
Posted: Thu Feb 09, 2006 11:21 am Post subject: Which IDE to use for developing for the PSP |
|
|
I'm wonder what IDE people would suggest to develop for the PSP.
I have not used an IDE for many many years (my work has our own development environment), and I'm considering either 'DEV-C++' or 'Eclipse'.
Has anybody had any experience with either of these IDE, and had much trouble setting them up.
So far I have noticed that 'DEV-C++' is fairly lightweight, such that it runs with little resources, where as 'Eclipse' seems to be fairly heavyweight with resource, i.e requiring plugs for C/C++.
I guess what I'm really looking for is which is easier to setup as I don't want to spend days get it right.????
Feedback would be great. |
|
| Back to top |
|
 |
HaQue
Joined: 25 Nov 2005 Posts: 91 Location: Adelaide, Australia
|
Posted: Thu Feb 09, 2006 12:10 pm Post subject: |
|
|
I just use dev-C++ to write the code and switch to the cygwin promt and "make kxploit"
easy. _________________ www.smartwave-wireless.com |
|
| Back to top |
|
 |
JesusXP
Joined: 17 Jan 2006 Posts: 80 Location: Ontario, Canada
|
Posted: Wed Feb 15, 2006 3:46 pm Post subject: |
|
|
| I like gedit and i just go into terminal to compile |
|
| Back to top |
|
 |
UsefulIdiot
Joined: 17 Jan 2006 Posts: 13
|
Posted: Thu Feb 16, 2006 1:52 am Post subject: |
|
|
kate + konsole here
If I can ever get syntax highlighting to work in vim for c/cpp i would use vim as its quite lightweight(in comparison).
I also just use a script to mount, copy my kxploited eboots,and unmount my psp after a compile. I use Kubuntu on a g3 mac ibook(clean out rcS.d and rc2.d and it runs smooth as ice), its GREAT for psp development in those long boring 3 hour classes. |
|
| Back to top |
|
 |
danzel
Joined: 04 Nov 2005 Posts: 182
|
Posted: Thu Feb 16, 2006 7:25 am Post subject: |
|
|
Haha, Same here UsefulIdiot.
Kate + Konsole.
switch to the konsole to compile:
make kxploit
make install
| Code: | install:
mount /mnt/psp && cp peldet peldet% /mnt/psp/psp/game/ && umount /mnt/psp |
IIRC thats what the install line from my makefile is. |
|
| Back to top |
|
 |
framerate
Joined: 14 Aug 2005 Posts: 20
|
Posted: Fri Feb 17, 2006 5:11 am Post subject: |
|
|
I use emacs on my linux machine and XCode on my mac
and like everyone else.. make kxploit ;) |
|
| Back to top |
|
 |
Gary13579
Joined: 15 Aug 2005 Posts: 93
|
Posted: Fri Feb 17, 2006 6:56 am Post subject: |
|
|
Windows XP/Cygwin for me.
For editing the source, I use Notepad 2, which is a very lightweight text editor with nice highlighting for many many languages. Plus, it is open source :D |
|
| Back to top |
|
 |
pensoffsky
Joined: 13 Nov 2005 Posts: 8
|
Posted: Fri Feb 17, 2006 8:19 am Post subject: |
|
|
| Quote: | kate + konsole here
...
I also just use a script to mount, copy my kxploited eboots,and unmount my psp after a compile. I use Kubuntu on a g3 mac ibook(clean out rcS.d and rc2.d and it runs smooth as ice), ... |
I use the same setup, without Kubuntu
My clamshell is running Debian:) |
|
| Back to top |
|
 |
Jabberwocky
Joined: 03 Aug 2005 Posts: 43
|
Posted: Sat Feb 18, 2006 9:55 pm Post subject: |
|
|
MS Visual Studio 6.0 with custom written cygwin / GCC integration. As slick as you can get...
-Jw |
|
| Back to top |
|
 |
|