Elf requirements to run under ps2link?

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

Moderators: cheriff, Herben

Post Reply
Barbarian
Posts: 28
Joined: Tue Jan 27, 2004 4:31 am

Elf requirements to run under ps2link?

Post by Barbarian »

What is the required start address?
I was trying to compile a simple hello world app with Codewarrior for PS2, but it seems to crash when run under InLink and ps2link.

Do I need a special crt0? How about if I want to reboot ps2link from within the code? Do I just exit main?
Oobles
Site Admin
Posts: 347
Joined: Sat Jan 17, 2004 9:49 am
Location: Melbourne, Australia
Contact:

Post by Oobles »

Look at the linkfile and crt0 in ps2lib for examples. They are in the ee/startup directory.

Oobles.
Post Reply