Search found 9 matches

by axxel
Wed Oct 19, 2005 1:18 am
Forum: PSP Development
Topic: ./toolchain.sh ERROR with FC4==> 2.6.13-1.1526-FC4smp
Replies: 3
Views: 1558

Ok

Thx choupette
by axxel
Mon Oct 17, 2005 10:11 am
Forum: PSP Development
Topic: make Error
Replies: 2
Views: 1244

make Error

Hi, I have this result: [root@localhost basic]# make psp-gcc -I. -I/usr/local/pspdev/psp/sdk/include -O2 -G0 -Wall -c -o main.o main.c main.c:45: erreur: syntax error before ‘args’ main.c: In function ‘main’: main.c:73: erreur&a...
by axxel
Mon Oct 17, 2005 8:29 am
Forum: PSP Development
Topic: my "Basic controller sample" doesn't work
Replies: 0
Views: 723

my "Basic controller sample" doesn't work

Hi all, I do the make, I obtain the EBOOT.PBP. and execute ./kxploit EBOOT.PBP "Basic controller sample" /media/usbdisk/psp/game/ and it's ok, I perfectly found 2 directories in my psp. when I launch it from the PSP, I getting an error, it doesn't start. Anyone know why? ThanX much... I'm ...
by axxel
Mon Oct 17, 2005 7:20 am
Forum: PSP Development
Topic: How to compile for firmware 1.5
Replies: 4
Views: 1585

Found

Ok ThX, my older question seem stupid, When solution is found. :-)

Thx Much
by axxel
Mon Oct 17, 2005 3:17 am
Forum: PSP Development
Topic: How to compile for firmware 1.5
Replies: 4
Views: 1585

ThanX Paco,
But do I need download kxploit anywhere for firmware 1.5, or I have it anywhere already installed on my machine.

Thanx much.
by axxel
Mon Oct 17, 2005 3:02 am
Forum: PSP Development
Topic: ./toolchain.sh ERROR with FC4==> 2.6.13-1.1526-FC4smp
Replies: 3
Views: 1558

I found a solution but ...

Hi all, I execute ./toolchain.sh -g separatly with -g , and not a ./toolchain.sh after. and It's seem ok, I can compile the basic sample (controller). - But with the compile I obtain only one EBOOT.PBP and I saw in the psp I need two EBOOT.PBP (not same size) to execute basic controler, in two direx...
by axxel
Mon Oct 17, 2005 3:01 am
Forum: PSP Development
Topic: How to compile for firmware 1.5
Replies: 4
Views: 1585

I'm under FC4

Hi all,
I'm under Fedora core 4 Kernel ==> 2.6.13-1.1526-FC4smp.
ThanX much for your help.
by axxel
Mon Oct 17, 2005 3:01 am
Forum: PSP Development
Topic: How to compile for firmware 1.5
Replies: 4
Views: 1585

How to compile for firmware 1.5

Hi all, When I compile the sample named basic controller, I have only one EBOOT.PBP and I saw in the psp I need two EBOOT.PBP (not same size)to execute basic controler, in two directories for firmware 1.5 /psp/game/test/EBOOT.PBP end /psp/game/test%/EBOOT.PBP Anyone knows how to compile for firmware...
by axxel
Sun Oct 16, 2005 3:18 pm
Forum: PSP Development
Topic: ./toolchain.sh ERROR with FC4==> 2.6.13-1.1526-FC4smp
Replies: 3
Views: 1558

./toolchain.sh ERROR with FC4==> 2.6.13-1.1526-FC4smp

Hi, When I execute ./toolchain.sh, the result is (sample of the end): gcc -c -g -O2 -DIN_GCC -DCROSS_COMPILE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -DHAVE_CONFIG_H -I. -Icp -I../../gcc -I../../gcc/cp -I.....