Search found 5 matches

by Flamaros
Mon Oct 31, 2005 9:29 pm
Forum: PS2 Development
Topic: I can't call any function
Replies: 7
Views: 3038

The only one sample that I can compile is pad_exemple.elf, but if I add a return before the end the programme crash. And know I try to understand why I can't call just a printf. I need to do something special to init or close the CPU or anything else? I need to do something with my .elf file before ...
by Flamaros
Mon Oct 31, 2005 8:40 pm
Forum: PS2 Development
Topic: I can't call any function
Replies: 7
Views: 3038

Finally I have install the packsetup (http://ps2dev.org/ps2/Tools/Toolchain/PS2Dev_Environment_for_Win32) but I have always the same error and all sample that i have compile crash. And after the Error screen I need reboot manually the PS2 because the Napclient reset have no effect (stay on a black s...
by Flamaros
Mon Oct 31, 2005 8:13 pm
Forum: PS2 Development
Topic: I can't call any function
Replies: 7
Views: 3038

Here you can see my Makefile PS2LIB = /usr/ps2dev LIBDIR = $(PS2LIB)/ee/lib INCLUDES = -I$(PS2LIB)/common/include -I$(PS2LIB)/ee/include -I/usr/include SRC = hello.c\ # my_nprintf.c\ # hw.s OBJS = $(SRC:.c=.o) LCFILE = linkfile ...
by Flamaros
Mon Oct 31, 2005 7:33 pm
Forum: PS2 Development
Topic: I can't call any function
Replies: 7
Views: 3038

I have try to compile without any lib this code but there no effect, I have always the same error : Naplink Exception Handler Exception error : address Error (store) Status: 70030C13 EPC: 0040015C BadVaddr: 81FFFFD0 ... Someone knows how can I analyse ...
by Flamaros
Sat Oct 29, 2005 11:25 pm
Forum: PS2 Development
Topic: I can't call any function
Replies: 7
Views: 3038

I can't call any function

Hi I am a newbie and I am french. I have set an environment for developping on my computer and now I try to test some code on the PS2 but can't can't call a function, but the others operations do not cause an error. I have try to exucte code like this : void test() { &#1...