gcc 4.1.0 and newlib 1.14

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
TyRaNiD
Posts: 907
Joined: Sun Jan 18, 2004 12:23 am

gcc 4.1.0 and newlib 1.14

Post by TyRaNiD »

I've just put into subversion patches for gcc 4.1.0 and newlib 1.14, these are not enabled by default as they really will need testing before I break everyones code ;)

To enable building them grab the psptoolchain archive from subversion and edit toolchain.sh. Edit the gcc and newlib versions near the start to enable building of them. For gcc you will also need to add an extra option to the configure lines otherwise the build fails. On lines 319 and 402 add the option --disable-libssp to the configure line.
ooPo
Site Admin
Posts: 2023
Joined: Sat Jan 17, 2004 9:56 am
Location: Canada
Contact:

Post by ooPo »

Hey, nice work.
WinterMute
Posts: 9
Joined: Tue Jul 05, 2005 12:06 pm
Location: UK
Contact:

Post by WinterMute »

Nice work indeed. It gave me the excuse I needed to update devkitPSP.

If anyone wants to give it a try it can be found Here

I haven't added this to the automated installer yet, as Tyranid says it probably needs a bit of testing.
Post Reply