Help! With Install
Help! With Install
Hey I have problems getting started with my PS2Dev kit, I can't install everything right! I've tried everything, (Cygwin, MDS...) but i can't get it right.. can someone give me a "NoOb" guide or please send me Preinstalled files... If anything is illegal in my request then just forget it... thx for all the answers... ! :)
To set the variables edit the cygwin.bat file. I copied mine below to make it easier for you. Hopefully its right, there may be other ways of doing it but everything works fine for me.
@echo off
C:
chdir C:\cygwin\bin
set ps2dev=/usr/local/ps2dev
set ps2sdk=/usr/local/ps2dev/ps2sdk
set gskit=/usr/local/ps2dev/ps2sdk/gskit
set gslib=/usr/local/ps2dev/gslib
bash --login -i
@echo off
C:
chdir C:\cygwin\bin
set ps2dev=/usr/local/ps2dev
set ps2sdk=/usr/local/ps2dev/ps2sdk
set gskit=/usr/local/ps2dev/ps2sdk/gskit
set gslib=/usr/local/ps2dev/gslib
bash --login -i
bbchazz wrote:To set the variables edit the cygwin.bat file. I copied mine below to make it easier for you. Hopefully its right, there may be other ways of doing it but everything works fine for me.
@echo off
C:
chdir C:\cygwin\bin
set ps2dev=/usr/local/ps2dev
set ps2sdk=/usr/local/ps2dev/ps2sdk
set gskit=/usr/local/ps2dev/ps2sdk/gskit
set gslib=/usr/local/ps2dev/gslib
bash --login -i
Beurk.. Cygwin is running under windows, but it's not a reason to put your env variables into the .bat !
Why don't you put them in your .bash_profile under your home directory OR under in a (for i.e) toolchain.sh under etc/profile.d/
It's much more cleaner that the piteous .bat file...
baselsw wrote:make test.c
returns
make: Nothing to be done for 'test.c'
test.c is the hello app from samples... what to do next ???
Nothing to be done means just that, if you look in the samples folder there prolly is already a test.elf. If so just delete it and try "make" again it should build you a new one.
Thanks evilo I will try that out
Read up on unix development tools, such as make.baselsw wrote:make test.c
returns
make: Nothing to be done for 'test.c'
test.c is the hello app from samples... what to do next ???
Shoot Pixels Not People!
Makeshift Development
Makeshift Development
I just have prob with Cygwin cuz i don't have any experience in Unix, and I know what to do with an ELF file.. sorry for asking then..boomint wrote:A character by character tutorial is what's lacking I think...
Next question: "I have test.elf, now what do I do?"
Reply: "Read up on loaders and setup on ps2dev.org :)"
Expecting someone to know how to use the ps2 specific tools is a lot different than expecting them to be able to use the basic, widely used and not ps2 specific unix development tools, of which there are hundreds of tutorials out there for.boomint wrote:A character by character tutorial is what's lacking I think...
Next question: "I have test.elf, now what do I do?"
Reply: "Read up on loaders and setup on ps2dev.org :)"
Asking people to read up on some of those tutorials instead of answering a ton of questions about every little program seems reasonable to me ;)
Shoot Pixels Not People!
Makeshift Development
Makeshift Development