Hi,
I see 'CC=gcc-4.2' was removed from the install script
so what'sup ? does compiling with gcc>4.2 fully works now ?
I didn't notice any runtime error with fedora and 4.4, although i only use very few, basic stuff, and a little sdl.
Search found 16 matches
- Wed Oct 21, 2009 11:24 pm
- Forum: Patch Submissions
- Topic: [PSP] toolchain and gcc
- Replies: 3
- Views: 7367
- Wed Oct 21, 2009 11:08 pm
- Forum: Patch Submissions
- Topic: [FIXED] fix for freetype
- Replies: 2
- Views: 6572
- Fri Oct 09, 2009 10:47 pm
- Forum: Patch Submissions
- Topic: [PSP] toolchain and gcc
- Replies: 3
- Views: 7367
[PSP] toolchain and gcc
Hi, The toolchain-sudo.sh installation defaults gcc 4.2 as compiler. I think this behaviour is obsolete as the toolchain builds fine under ubuntu with it's default gcc 4.3, and even with fedora's gcc 4.4 Also, this version of gcc tends not to be packaged as newer versions of gcc get released. To me,...
- Fri Oct 09, 2009 10:42 pm
- Forum: Patch Submissions
- Topic: [FIXED] fix for freetype
- Replies: 2
- Views: 6572
[FIXED] fix for freetype
Hi, The freetype compilation error is still here (missing config.guess) One can add the call to automake to the psplibraries/scripts/003-freetype.sh as follow : ## Bootstrap the source. sh autogen.sh || { exit 1; } cd builds/unix; automake --add-missing; cd ../.. Another way (clean...
- Sat Sep 12, 2009 4:38 pm
- Forum: PSP Development
- Topic: [fixed] libvorbis compilation fails
- Replies: 4
- Views: 2334
- Sat Sep 12, 2009 6:44 am
- Forum: PSP Development
- Topic: [fixed] libvorbis compilation fails
- Replies: 4
- Views: 2334
- Tue Sep 08, 2009 12:30 am
- Forum: PSP Development
- Topic: [fixed] libvorbis compilation fails
- Replies: 4
- Views: 2334
[fixed] libvorbis compilation fails
Hi, I'm trying to compile psplibrairies on Fedora 11 (I used gcc 4.4 to compile the toolchain) Libvorbis fails, 'install' seems to generate twice the same png image (yes I previously wiped the install dir /usr/local/pspdev) All other libs compiled fine (except freetype but we know the workaround) Al...
- Mon Jun 22, 2009 5:46 pm
- Forum: PSP Development
- Topic: Ubuntu 9.04 Script to Build PSPToolchain and PSPLibraries
- Replies: 2
- Views: 3228
- Sat Jun 20, 2009 10:42 am
- Forum: Patch Submissions
- Topic: [PSP] fix for libbulletml
- Replies: 1
- Views: 6184
[PSP] fix for libbulletml
I compiled libbulletml from the svn, got the same error as : http://forums.ps2dev.org/viewtopic.php?t=11866 One can add #include <cstring> at libbullet/scr/calc.yy:10 http://svn.ps2dev.org/filedetails.php?repname=psp&path=%2Ftrunk%2Flibbulletml%2Fsrc%2Fcalc.yy&rev=0&sc=0 Hope this helps
- Sat Jun 20, 2009 10:10 am
- Forum: PSP Development
- Topic: Ubuntu 9.04 Script to Build PSPToolchain and PSPLibraries
- Replies: 2
- Views: 3228
Hi, I just updated a similar script for ubuntu 9.04 Difference is mine installs in /usr/local/pspdev, your's seems more robust, verbose, documented, and slow due to the recursive chmod Also, i added a fix for libbulletml, so ALL librairies compile now Latest version available at : http://my-trac.ass...
- Wed Mar 11, 2009 7:02 pm
- Forum: PSP Development
- Topic: psptoolchain broken?
- Replies: 15
- Views: 8850
Hi,
did you try http://my-trac.assembla.com/ayn5-84BSr3BJRab7jnrAJ ?
did you try http://my-trac.assembla.com/ayn5-84BSr3BJRab7jnrAJ ?
- Sat Feb 14, 2009 10:26 am
- Forum: PSP Development
- Topic: Freetype compilation rpoblem
- Replies: 13
- Views: 6239
Hi, I think my script just succeed to build the toolchain and all the psplibrairies thanks to your advices foebea
It's quite ugly but it seems to work :
http://my-trac.assembla.com/ayn5-84BSr3 ... sp_tool.sh
It's quite ugly but it seems to work :
http://my-trac.assembla.com/ayn5-84BSr3 ... sp_tool.sh
- Wed Feb 04, 2009 9:26 pm
- Forum: PSP Development
- Topic: How To: Install PSPTOOLCHAIN **Updated**
- Replies: 13
- Views: 8914
- Wed Feb 04, 2009 6:38 pm
- Forum: PSP Development
- Topic: How To: Install PSPTOOLCHAIN **Updated**
- Replies: 13
- Views: 8914
you need install the package equivalent to the debian one named 'libgmp3-dev' does this work ? it will be too easy i think, i don't know fedora nor red hat systems. yum install libgmp3-dev >DylanNIRVANA thanks >J.F. i agree to the fact it is dangerous to let a script with root rights, - main argumen...
- Fri Jan 23, 2009 10:40 pm
- Forum: PSP Development
- Topic: How To: Install PSPTOOLCHAIN **Updated**
- Replies: 13
- Views: 8914
Hi, I made (I didn't do much actually) a similar script to automatically do this + install the libs
the hello world from the tutorial is provided :
http://my-trac.assembla.com/ayn5-84BSr3BJRab7jnrAJ
Hope this could help some beginners.
the hello world from the tutorial is provided :
http://my-trac.assembla.com/ayn5-84BSr3BJRab7jnrAJ
Hope this could help some beginners.
- Wed Jan 14, 2009 8:41 am
- Forum: PSP Development
- Topic: developement environement installation for ubuntu
- Replies: 0
- Views: 1232
developement environement installation for ubuntu
hi, i'm new to psp programming, and i experienced difficulties to set up the compiler and the libs i'm willing to create a page for beginners willing to set up a psp developement environement under ubuntu for now there is only a script to automatically install the toochain and the librairies i plan ...