Page 1 of 1

ERL files ?? and more newbie questions

Posted: Fri Jan 25, 2008 12:42 pm
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 :)

Re: ERL files ?? and more newbie questions

Posted: Sat Jan 26, 2008 10:31 am
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

Posted: Tue Jan 29, 2008 6:19 pm
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.