No output file?

Discuss the development of software, tools, libraries and anything else that helps make ps2dev happen.

Moderators: cheriff, Herben

Locked
ghostboy78
Posts: 22
Joined: Mon Jul 24, 2006 1:11 pm

No output file?

Post by ghostboy78 »

I finally got this ps2 development enviornment to work and be error free but now I have one last and stupid problem. When I do the whole compiling and linking thing my ELF file won't be there and I don't know why.

Heres the command:
ee-gcc -o helloworld.elf -T/usr/local/sce/ee/lib/app.cmd helloworld.o crt0.o -L /usr/local/sce/ee/lib

I don't understand whats wrong and I don't even get any errors. But the ELF doesn't appear.
:D
jimparis
Posts: 1145
Joined: Fri Jun 10, 2005 4:21 am
Location: Boston

Post by jimparis »

/usr/local/sce? Where did you get the toolchain? The ps2dev one installs to /usr/local/ps2dev. If you're an official developer using Sony's tools, you should talk to them, not us.
ghostboy78
Posts: 22
Joined: Mon Jul 24, 2006 1:11 pm

Post by ghostboy78 »

Hmm, I went to google and searched for PS2 Software Development Kit, and it came up with all these torrents leading to it. I downloaded it and it took awhille. Err it came with two diffrent toolchains I think. One is v3.2 and the other is v3.0. I'm using v3.2. I think its an official toolchain but I don't know.
:D
jimparis
Posts: 1145
Joined: Fri Jun 10, 2005 4:21 am
Location: Boston

Post by jimparis »

You've downloaded the official tools illegally. Nobody here will help you with what you've downloaded, please do not bring it up again. I recommend you delete it right away and visit http://ps2dev.org/ps2/Tutorials instead.
ghostboy78
Posts: 22
Joined: Mon Jul 24, 2006 1:11 pm

Post by ghostboy78 »

.... Oh My God.... ILLEGAL?????? SRRY I BROUGHT THIS UP I QUICKLY DELTED IT.
:D
Locked