ERL files ?? and more newbie questions

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

Moderators: cheriff, Herben

Post Reply
nitz
Posts: 6
Joined: Thu Jan 24, 2008 11:14 pm

ERL files ?? and more newbie questions

Post by nitz »

Hello
I am new on PS2DEV and maybe ask some stupid questios, if so, please be patient and forgive me ;)

1 - How to run the hello sample, coz it is not a ELF file..
2 - i run pukklink from CD, but from my linux box the command ps2client -h MYPS2IPADDR execee EXAMPLE.ELF just prints on the screen "executing EXAMPLE.ELF" but the program never really runs... am i doing something wrong ?

Thanks for being patient and kind :)
cosmito
Posts: 307
Joined: Sun Mar 04, 2007 4:26 am
Location: Portugal
Contact:

Re: ERL files ?? and more newbie questions

Post by cosmito »

nitz wrote:2 - i run pukklink from CD, but from my linux box the command ps2client -h MYPS2IPADDR execee EXAMPLE.ELF just prints on the screen "executing EXAMPLE.ELF" but the program never really runs... am i doing something wrong ?
I guess you're forgetting the host: path.

try ps2client -h MYPS2IPADDR execee host:EXAMPLE.ELF
misfire
Posts: 110
Joined: Mon Sep 06, 2004 7:53 am
Location: Germany

Post by misfire »

IIRC, the current Hello Word sample builds an ERL file (relocatable ELF). To compile a "normal" ELF file, simply open the Makefile in a text editor and replace EE_ERL with EE_BIN.
Post Reply