Win32 native Toolchain for PSPSDK
Well... i've to study the existing patches and how can i integrate then with gcc 4.3.1. Since i'm using eclipse gdb is all i need to debug since eclipse will give me the graphical breakpoints and var/mem inspection. I'll see what i can do but i cannot say i'll add it on the next release. Maybe i'll try to make a nice tutorial about the gdb and the eclipse debugger ;)
Anyway I'll take a look into insight...
Anyway I'll take a look into insight...
well I'm using Code::Block for a multi-platform project, but it doesn't seem to cope very well with psp-gdb. So I was wondering if psp-insight would work so I can use it to debug through psplink whatever the RAD I use (VS 2008 or Code::Block).Heimdall wrote:Well... i've to study the existing patches and how can i integrate then with gcc 4.3.1. Since i'm using eclipse gdb is all i need to debug since eclipse will give me the graphical breakpoints and var/mem inspection. I'll see what i can do but i cannot say i'll add it on the next release. Maybe i'll try to make a nice tutorial about the gdb and the eclipse debugger ;)
Anyway I'll take a look into insight...
Heimdall, can you take this solution posted in http://forums.ps2dev.org/viewtopic.php?p=72235#72235 into account in your pspsdk binaries ? psplink was unable to allocate more than 32 MB without this modification in boot271 Makefile.
I'll take a look, i've been updating the pspsh and usbhostfs_pc apps to use readline and ncurses (still with the cygwin dll) I'll look at that thread and try to make a build before going on vacation tomorrow. If i manage to get it working I'll uploaded under the experimental area since i won't have time to test everything
https://sourceforge.net/project/showfil ... _id=615408
0.8.5 includes the latest SDK and updated PSPLINK with the makefile patch
0.8.5 includes the latest SDK and updated PSPLINK with the makefile patch
-
- Posts: 328
- Joined: Sun Jun 03, 2007 10:05 pm
Is this ALSO for VISTA?Heimdall wrote:https://sourceforge.net/project/showfil ... _id=615408
0.8.5 includes the latest SDK and updated PSPLINK with the makefile patch
Or should I continue with 0.8.2-vista?
--
EDIT: I missed the post that said every single build is now compatible
Intrigued by PSP system Since December 2006.
Use it more for Development than for Gaming.
Use it more for Development than for Gaming.
-
- Posts: 328
- Joined: Sun Jun 03, 2007 10:05 pm
How can I resolve
"Multiple target patters. Stop" error. Any idea?
I have cygwin (just setup recently) and this.
It points to build.mak line 177.
"Multiple target patters. Stop" error. Any idea?
I have cygwin (just setup recently) and this.
It points to build.mak line 177.
C:/PSPSDK/psp/sdk/lib/build.mak:177: *** multiple target patterns. Stop.
Intrigued by PSP system Since December 2006.
Use it more for Development than for Gaming.
Use it more for Development than for Gaming.
-
- Posts: 12
- Joined: Wed Sep 10, 2008 12:28 pm
WoW
Wow, this has made everything so much easier for me and anyone else getting into psp homebrew.
Thanks so much for putting the time into this project.
Thanks so much for putting the time into this project.
The latest builds are for XP or Vista. The old Vista package was my first build that i tested under that OS because i do all the patching and building under XP so Vista is not tested thoroughly, I just install and build the samples and assume it should work because the binaries are equal to the XP ones.
About the multiple target i think it's because my build and cygwin are both in your path and conflicting with eachother
About the multiple target i think it's because my build and cygwin are both in your path and conflicting with eachother
-
- Posts: 328
- Joined: Sun Jun 03, 2007 10:05 pm
Release 0.8.9 is out:
* Objective-C and Objective-C++ support
* clean up the docs
* better build environment
https://sourceforge.net/project/showfil ... _id=633156
* Objective-C and Objective-C++ support
* clean up the docs
* better build environment
https://sourceforge.net/project/showfil ... _id=633156
can you check if the SDK is in your path? open a DOS console and type psp-gcc --version
and check if you get:
psp-gcc (GCC) 4.3.2
Copyright (C) 2008 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
and check if you get:
psp-gcc (GCC) 4.3.2
Copyright (C) 2008 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Ohhh sounds delicious, but can you notify me when your compiling the PSPIRKeyBLib into it please?
The one that's in your pack is years old and is lacking many drivers and key repeats!
I tried emailing Harald, but no response, so I'm the only one onthe scene with the latest PSPIRKeyB lib!
Even ZX81 (after countless reminders and sent files) is out of date!
I won't send it now, because I'm always adding to it.
Thanks and good luck!
The one that's in your pack is years old and is lacking many drivers and key repeats!
I tried emailing Harald, but no response, so I'm the only one onthe scene with the latest PSPIRKeyB lib!
Even ZX81 (after countless reminders and sent files) is out of date!
I won't send it now, because I'm always adding to it.
Thanks and good luck!
why don't you add a third flavor:Heimdall wrote:Yes I am aware that people do not like to download one thousand installers to get a decent dev environment :) I'm working in the way that the next release will come as usual in 2 flavors:
* base, just the compiler
* full, compiler + docs + a set of common devpaks such as SDL, pspGL and so on.
*full, compiler + docs + all devpacks you made?
Thanks I might do that!
http://forums.ps2dev.org/viewtopic.php?p=76296#76296
Have a good day!
Angelo
http://forums.ps2dev.org/viewtopic.php?p=76296#76296
Have a good day!
Angelo
Ok guys and girls a new SDK version is out 0.8.10, this version contains:
Updated newlib 1.16
ObjectiveC sample now works
The Full installer comes with the following devpaks:
- zlib
- bzip2
- freetype
- jpeg
- libbulletml
- libmad
- libmikmod
- libogg
- libpng
- libpspvram
- libTremor
- libvorbis
- lua
- pspgl
- pspirkeyb
- sqlite
- SDL
- SDL_gfx
- SDL_image
- SDL_mixer
- SDL_ttf
- smpeg
- zziplib
For the next release I'll be looking into pspirkeyb 0.0.5 and pspgl/SDL tvout
As usual get it here https://sourceforge.net/project/showfil ... _id=638375
Updated newlib 1.16
ObjectiveC sample now works
The Full installer comes with the following devpaks:
- zlib
- bzip2
- freetype
- jpeg
- libbulletml
- libmad
- libmikmod
- libogg
- libpng
- libpspvram
- libTremor
- libvorbis
- lua
- pspgl
- pspirkeyb
- sqlite
- SDL
- SDL_gfx
- SDL_image
- SDL_mixer
- SDL_ttf
- smpeg
- zziplib
For the next release I'll be looking into pspirkeyb 0.0.5 and pspgl/SDL tvout
As usual get it here https://sourceforge.net/project/showfil ... _id=638375