Discuss the development of new homebrew software, tools and libraries.
Moderators: cheriff , TyRaNiD
swdyck
Posts: 7 Joined: Tue Sep 19, 2006 10:38 pm
Post
by swdyck » Tue Sep 19, 2006 10:56 pm
Thanks for the help
Last edited by
swdyck on Fri Aug 10, 2007 4:03 am, edited 1 time in total.
swdyck
Posts: 7 Joined: Tue Sep 19, 2006 10:38 pm
Post
by swdyck » Wed Sep 20, 2006 10:37 pm
Thanks!
Last edited by
swdyck on Fri Aug 10, 2007 4:04 am, edited 1 time in total.
weltall
Posts: 310 Joined: Fri Feb 20, 2004 1:56 am
Contact:
Post
by weltall » Thu Sep 21, 2006 12:59 am
it's the c++ gcc compiler you can find it under PSPDEV/bin
it can't find it because that building system doesn't use standard paths used for pspdev so you need to add to your paths at least the PSPDEV/bin folder to make that work
Insert_witty_name
Posts: 376 Joined: Wed May 10, 2006 11:31 pm
Post
by Insert_witty_name » Thu Sep 21, 2006 3:00 am
I'd hazard a guess that you don't even have the toolchain or the SDK installed.
You'll need it to be able to compile this.
swdyck
Posts: 7 Joined: Tue Sep 19, 2006 10:38 pm
Post
by swdyck » Thu Sep 21, 2006 12:41 pm
Thanks guys!!
I appreciate your help.
Last edited by
swdyck on Fri Aug 10, 2007 4:04 am, edited 1 time in total.
swdyck
Posts: 7 Joined: Tue Sep 19, 2006 10:38 pm
Post
by swdyck » Fri Sep 22, 2006 1:11 am
Great, everything works, thanks!