Search found 5 matches

by Rooti
February 11th, 2019, 4:54 am
Forum: Other SDK
Topic: [TUTORIAL] Setting up the PSXSDK under Windows and Linux
Replies: 34
Views: 160282

Re: [TUTORIAL] Setting up the PSXSDK under Windows and Linux

It seems u forgot to add the part where u actually compile the binutils and gcc For the current version of the tutorial it should be something like: cd $BASEDIR/build/psxsdk-binutils/ ../../source/binutils-2.31/configure --prefix=/usr/local/psxsdk --target=mipsel-unknown-elf --with-float=soft make s...
by Rooti
September 28th, 2017, 8:50 am
Forum: Other SDK
Topic: [TUTORIAL] Setting up the PSXSDK under Windows and Linux
Replies: 34
Views: 160282

Re: [TUTORIAL] Setting up the PSXSDK under Cygwin

I did install the mentioned packages, via pacman in MSYS2 (Which is based on Cygwin), also tried it in a regular cygwin, so far no success. I tried one of the prebuilt toolchains that are up on Google Code, which worked fine for me. I then tried to build an image with the selfbuilt compiler, and the...
by Rooti
September 24th, 2017, 7:22 am
Forum: Other SDK
Topic: [TUTORIAL] Setting up the PSXSDK under Windows and Linux
Replies: 34
Views: 160282

Re: [TUTORIAL] Setting up the PSXSDK under Cygwin

@danhans42 how did you compile GMP, MPFR and MPC? I think thats where my toolchain fails.
I have tried it with both windows and linux.
by Rooti
July 19th, 2017, 2:33 am
Forum: Other SDK
Topic: [TUTORIAL] Setting up the PSXSDK under Windows and Linux
Replies: 34
Views: 160282

Re: [TUTORIAL] Setting up the PSXSDK under Cygwin

Thank you all for the replies. I did try the Makefile that came with the psx-sdk but when i tried to load them up in XEBRA, it usually got stuck in one of the First screens. I Also did try the lines of the Makefile (https://github.com/XaviDCR92/Airport/blob/master/Source/Makefile) but ended up with ...
by Rooti
June 24th, 2017, 8:26 am
Forum: Other SDK
Topic: [TUTORIAL] Setting up the PSXSDK under Windows and Linux
Replies: 34
Views: 160282

Re: [TUTORIAL] Setting up the PSXSDK under Cygwin

Hello everyone; first time poster, long time lurker here :D I was successful in compiling and setting up the tool chain using binutils-2.28, gcc-7.1.0 and psxsdk-20160603 within Msys2. I compiled the mandelbrot example and tried to master the image according to this guide: http://www.psxdev.net/help...