forums.ps2dev.org Forum Index forums.ps2dev.org
Homebrew PS2, PSP & PS3 Development Discussions
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Win32 native Toolchain for PSPSDK
Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8, 9  Next
 
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development
View previous topic :: View next topic  
Author Message
hlide



Joined: 10 Sep 2006
Posts: 750

PostPosted: Mon Jul 07, 2008 3:00 am    Post subject: Reply with quote

Is there a pretty chance to add psp-insight (psp-debug GUI) ?
Back to top
View user's profile Send private message
Heimdall



Joined: 10 Nov 2005
Posts: 259
Location: Netherlands

PostPosted: Mon Jul 07, 2008 5:24 am    Post subject: Reply with quote

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...
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
hlide



Joined: 10 Sep 2006
Posts: 750

PostPosted: Mon Jul 07, 2008 5:43 am    Post subject: Reply with quote

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...


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).
Back to top
View user's profile Send private message
hlide



Joined: 10 Sep 2006
Posts: 750

PostPosted: Thu Jul 24, 2008 8:31 am    Post subject: Reply with quote

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.
Back to top
View user's profile Send private message
Heimdall



Joined: 10 Nov 2005
Posts: 259
Location: Netherlands

PostPosted: Thu Jul 24, 2008 4:35 pm    Post subject: Reply with quote

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
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
Heimdall



Joined: 10 Nov 2005
Posts: 259
Location: Netherlands

PostPosted: Thu Jul 24, 2008 10:30 pm    Post subject: Reply with quote

https://sourceforge.net/project/showfiles.php?group_id=223830&package_id=270611&release_id=615408

0.8.5 includes the latest SDK and updated PSPLINK with the makefile patch
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
KickinAezz



Joined: 03 Jun 2007
Posts: 328

PostPosted: Fri Jul 25, 2008 11:22 pm    Post subject: Reply with quote

Heimdall wrote:
https://sourceforge.net/project/showfiles.php?group_id=223830&package_id=270611&release_id=615408

0.8.5 includes the latest SDK and updated PSPLINK with the makefile patch


Is this ALSO for VISTA?

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.
Back to top
View user's profile Send private message
KickinAezz



Joined: 03 Jun 2007
Posts: 328

PostPosted: Thu Jul 31, 2008 2:42 am    Post subject: Reply with quote

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.
Quote:

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.
Back to top
View user's profile Send private message
GORETHRASHER



Joined: 10 Sep 2008
Posts: 12

PostPosted: Thu Sep 11, 2008 11:38 am    Post subject: WoW Reply with quote

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.
Back to top
View user's profile Send private message
Heimdall



Joined: 10 Nov 2005
Posts: 259
Location: Netherlands

PostPosted: Thu Sep 11, 2008 6:53 pm    Post subject: Reply with quote

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
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
Noko



Joined: 06 Sep 2008
Posts: 23

PostPosted: Thu Sep 11, 2008 8:06 pm    Post subject: Reply with quote

KickinAezz: spaces in directory names?
Back to top
View user's profile Send private message
molusca



Joined: 13 Sep 2008
Posts: 3

PostPosted: Sun Sep 14, 2008 8:53 am    Post subject: gprof Reply with quote

@heimdall

can you add gprof in next release ? great work btw,save the hastle :)
Back to top
View user's profile Send private message
KickinAezz



Joined: 03 Jun 2007
Posts: 328

PostPosted: Sun Sep 14, 2008 12:37 pm    Post subject: Reply with quote

Noko wrote:
KickinAezz: spaces in directory names?


Fixed by reinstall :)
_________________
Intrigued by PSP system Since December 2006.
Use it more for Development than for Gaming.
Back to top
View user's profile Send private message
Heimdall



Joined: 10 Nov 2005
Posts: 259
Location: Netherlands

PostPosted: Sun Sep 14, 2008 9:20 pm    Post subject: Reply with quote

@molusca gprof is included see the gprof sample in the sdk debug samples. Because the loading of eboots are a bit different from usual win32/linux/etc... apps you need to add some extra code that you might enable with a pre processor #ifdef statement...
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
Heimdall



Joined: 10 Nov 2005
Posts: 259
Location: Netherlands

PostPosted: Sat Sep 20, 2008 12:38 am    Post subject: Reply with quote

Updated the SDK 0.8.7

This version includes the latest SVN and GCC 4.3.2. I also rewrote the toolchain script because I totally messed up my Msys/MinGW installation and couldn't build the SDK anymore.

Now the doc contains all the packages i used to get the environment back to stable.
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
Heimdall



Joined: 10 Nov 2005
Posts: 259
Location: Netherlands

PostPosted: Tue Oct 14, 2008 7:50 pm    Post subject: Reply with quote

Release 0.8.9 is out:

* Objective-C and Objective-C++ support
* clean up the docs
* better build environment

https://sourceforge.net/project/showfiles.php?group_id=223830&package_id=270611&release_id=633156
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
phobox



Joined: 24 Mar 2008
Posts: 140

PostPosted: Tue Oct 14, 2008 8:57 pm    Post subject: Reply with quote

with the last release 0.8.9
ha get this error (win vista)
psp-gcc: CreateProcess: No such file or directory
Back to top
View user's profile Send private message
Heimdall



Joined: 10 Nov 2005
Posts: 259
Location: Netherlands

PostPosted: Tue Oct 14, 2008 9:04 pm    Post subject: Reply with quote

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.
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
Kreationz



Joined: 18 May 2008
Posts: 53

PostPosted: Fri Oct 31, 2008 7:22 am    Post subject: Reply with quote

Just want to say thanks again Heimdall!! I look forward to future releases... no if only I can fix my png code problem...

P.S. I posted a guide to using it with VCEE on DaedalusX64.com from scratch to compiling the released Daedalus R13 code.
Back to top
View user's profile Send private message
jojojoris



Joined: 30 Mar 2008
Posts: 261

PostPosted: Sun Nov 02, 2008 6:14 am    Post subject: Reply with quote

Can you make a installer that installs all the devpacks and the toolchain at once.
Just for lazy programmers like me. Also becouse sourceforge can be pritty anoying when you download a lot of files.
Back to top
View user's profile Send private message
angelo



Joined: 29 Aug 2007
Posts: 168

PostPosted: Sun Nov 02, 2008 10:09 am    Post subject: Reply with quote

I'll second that... it makes it easier for so many devs and keeps the forums cleaner. ;)
Back to top
View user's profile Send private message Send e-mail MSN Messenger
Heimdall



Joined: 10 Nov 2005
Posts: 259
Location: Netherlands

PostPosted: Mon Nov 03, 2008 6:54 pm    Post subject: Reply with quote

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.
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
angelo



Joined: 29 Aug 2007
Posts: 168

PostPosted: Tue Nov 04, 2008 5:24 am    Post subject: Reply with quote

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!
Back to top
View user's profile Send private message Send e-mail MSN Messenger
Heimdall



Joined: 10 Nov 2005
Posts: 259
Location: Netherlands

PostPosted: Tue Nov 04, 2008 7:32 am    Post subject: Reply with quote

ok, please make sure the latest code is on ps2dev svn or else send me a patch.
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
jojojoris



Joined: 30 Mar 2008
Posts: 261

PostPosted: Tue Nov 04, 2008 7:35 am    Post subject: Reply with quote

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.


why don't you add a third flavor:
*full, compiler + docs + all devpacks you made?
Back to top
View user's profile Send private message
angelo



Joined: 29 Aug 2007
Posts: 168

PostPosted: Tue Nov 04, 2008 9:01 am    Post subject: Reply with quote

Heimdall wrote:

* full, compiler + docs + a set of common devpaks such as SDL, pspGL and so on.


That's what he just said! lol

@Heimdall I'll send you a patch soon. I just need to find time to prepare it. Also, how would I go about posting the lib onto the svn?

Thanks

Angelo
Back to top
View user's profile Send private message Send e-mail MSN Messenger
Heimdall



Joined: 10 Nov 2005
Posts: 259
Location: Netherlands

PostPosted: Tue Nov 04, 2008 9:35 pm    Post subject: Reply with quote

I don't have write permissions to the ps2dev svn, if you post the patch here maybe the site admins will merge it to the SVN or i can use it during my build process
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
angelo



Joined: 29 Aug 2007
Posts: 168

PostPosted: Wed Nov 05, 2008 5:03 am    Post subject: Reply with quote

Thanks I might do that!

http://forums.ps2dev.org/viewtopic.php?p=76296#76296

Have a good day!

Angelo
Back to top
View user's profile Send private message Send e-mail MSN Messenger
Heimdall



Joined: 10 Nov 2005
Posts: 259
Location: Netherlands

PostPosted: Wed Nov 05, 2008 6:02 am    Post subject: Reply with quote

Ok, I'll look into it tomorrow
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
Heimdall



Joined: 10 Nov 2005
Posts: 259
Location: Netherlands

PostPosted: Wed Nov 05, 2008 11:41 pm    Post subject: Reply with quote

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/showfiles.php?group_id=223830&package_id=271000&release_id=638375
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development All times are GMT + 10 Hours
Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8, 9  Next
Page 7 of 9

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group