Discuss the development of software, tools, libraries and anything else that helps make ps2dev happen.
Moderators: cheriff , Herben
ghostboy78
Posts: 22 Joined: Mon Jul 24, 2006 1:11 pm
Post
by ghostboy78 » Fri Jul 28, 2006 8:25 am
Ok... i think i got everything i need to compile .elf's but dont know how to =( so far i only got that precompiled toolchain for win32 installed. whats the command to compile elfs.
:D
Ramon
Posts: 17 Joined: Thu Jun 29, 2006 9:00 pm
Post
by Ramon » Fri Jul 28, 2006 5:06 pm
to compile, go to the folder of your project using cygwin and then type make.
Then ta-da!
ghostboy78
Posts: 22 Joined: Mon Jul 24, 2006 1:11 pm
Post
by ghostboy78 » Sat Jul 29, 2006 2:11 pm
ok so i typed, make "C:\ps2dev\ps2sdk\samples\cube\cube.c". then i got this "make: Nothing to be done for `C:\ps2dev\ps2sdk\samples\cube\cube.c'.
anybody know the error?
:D
ubergeek42
Posts: 83 Joined: Wed Jul 13, 2005 12:25 am
Post
by ubergeek42 » Sat Jul 29, 2006 2:29 pm
navigate to the folder(using the cd command), then when in the folder, simply type 'make'.
Ramon
Posts: 17 Joined: Thu Jun 29, 2006 9:00 pm
Post
by Ramon » Sat Jul 29, 2006 2:56 pm
make sure that you have a makefile also... ;)
ghostboy78
Posts: 22 Joined: Mon Jul 24, 2006 1:11 pm
Post
by ghostboy78 » Sat Jul 29, 2006 3:03 pm
where do i get makefile >.<
:D
Ramon
Posts: 17 Joined: Thu Jun 29, 2006 9:00 pm
Post
by Ramon » Sat Jul 29, 2006 3:47 pm
Take a look at the example makefiles found at the ps2sdk. I'm sure they can help...
Last edited by
Ramon on Sat Jul 29, 2006 8:29 pm, edited 2 times in total.
ooPo
Site Admin
Posts: 2023 Joined: Sat Jan 17, 2004 9:56 am
Location: Canada
Contact:
Post
by ooPo » Sun Jul 30, 2006 2:12 am
Just type 'make'. You don't need to specify the file name.
bukarkimaster
Posts: 6 Joined: Thu Aug 10, 2006 9:03 pm
Post
by bukarkimaster » Wed Aug 16, 2006 10:36 pm
okay this is what i type C:\cygwin\usr\local\ps2dev\ps2sdk\samples\hello make and all i get is this is a directory what am i doing wrong thnx:P
I live on a deserted spoon:P
ooPo
Site Admin
Posts: 2023 Joined: Sat Jan 17, 2004 9:56 am
Location: Canada
Contact:
Post
by ooPo » Thu Aug 17, 2006 3:24 am
Use the command called 'cd' to change to that directory, then type 'make'.
bukarkimaster
Posts: 6 Joined: Thu Aug 10, 2006 9:03 pm
Post
by bukarkimaster » Sun Aug 20, 2006 10:01 pm
yay it compiled thanks oopo i didnt fullyunderstand wat ppl ment bye cd into a directory :P
I live on a deserted spoon:P