erl files

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

Moderators: cheriff, Herben

Post Reply
BlackVision
Posts: 1
Joined: Thu May 22, 2008 11:31 pm

erl files

Post by BlackVision »

Hi, I'm new to PS2 programming. I know how to compile and run PS2 programs using XLink and Ps2link, but, when I try to execute .erl file my PS2 denies to reads it. Since in some examples(PS2 SDK) source code compiles in .erl file, I wonder what's the use of that filetype and how could I compile it into "normal" .elf file? thx for your help
User avatar
Lukasz
Posts: 248
Joined: Mon Jan 19, 2004 8:37 pm
Location: Denmark
Contact:

Post by Lukasz »

You probably need the ERL loader, PS2Link only executes ELF's and IRX's.

http://forums.ps2dev.org/viewtopic.php?t=1551
Post Reply