| View previous topic :: View next topic |
| Author |
Message |
nitz
Joined: 24 Jan 2008 Posts: 6
|
Posted: Fri Jan 25, 2008 12:42 pm Post subject: ERL files ?? and more newbie questions |
|
|
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 :) |
|
| Back to top |
|
 |
cosmito
Joined: 04 Mar 2007 Posts: 314 Location: Portugal
|
Posted: Sat Jan 26, 2008 10:31 am Post subject: Re: ERL files ?? and more newbie questions |
|
|
| 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 |
|
| Back to top |
|
 |
misfire
Joined: 06 Sep 2004 Posts: 120 Location: Germany
|
Posted: Tue Jan 29, 2008 6:19 pm Post subject: |
|
|
| 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. |
|
| Back to top |
|
 |
|