Page 1 of 1

ps2sdk samples problems

Posted: Mon Nov 29, 2004 10:18 am
by jjay
Hi,

I've recently reinstalled my Debian and I've just reinstalled the toolchain with the toolchain.sh script. Everything goes ok (So cool I had nothing to do :) ). I use Naplink for executing the programs.
I tried first some of my old elf program and some demos from the third creations. They both work correctly under Naplink for window$ and Linux.
Here is the problem, when I try to execute any of the following samples which has been compile with my new toolchain, nothing append( Naplink on the ps2 side says receiving but that's all ).
- hello
- ee-echo
- callstacktest
- pad_exemple
So I search over the forum but I didn't found anyone who had the same problem than I.
When I compile examples, the compiler warns me about some implicit declaration of function like printf, so I have added a #include <stdio.h> to solve it but nothing change at the execution time.
Did I miss something? Thanks for help.