ps2sdk samples problems

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

Moderators: cheriff, Herben

Post Reply
jjay
Posts: 7
Joined: Tue May 11, 2004 1:43 am
Location: France

ps2sdk samples problems

Post 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.
-- jjay
Post Reply