and
i got psp-gcc-4.3.2.exe from Minimalist PSPSDK.here:
http://sourceforge.net/project/showfile ... _id=223830;
here are 2 version in my pspdev/bin now :
<========if i use " cp psp-gcc-4.1.2.exe psp-gcc.exeTONYLIU@W /pspdev/bin
$ ls psp-gcc*
psp-gcc-4.1.2.exe
psp-gcc-4.3.2.exe
psp-gccbug
then i open a helloworld project for PSP. make it,
all ok, EBOOT.PBP can be created successfully.
<=======if i use " cp psp-gcc-4.3.2.exe psp-gcc.exe$ make
psp-gcc -I. -If:/cygwin/pspdev/psp/sdk/include -O2 -G0 -Wall -D_PSP_FW_VERSION=1
50 -c -o main.o main.c
psp-gcc -I. -If:/cygwin/pspdev/psp/sdk/include -O2 -G0 -Wall -D_PSP_FW_VERSION=1
50 -L. -Lf:/cygwin/pspdev/psp/sdk/lib main.o -lpspdebug -lpspdisplay -lpspge
-lpspctrl -lpspsdk -lc -lpspnet -lpspnet_inet -lpspnet_apctl -lpspnet_resolver
-lpsputility -lpspuser -lpspkernel -o hello.elf
psp-fixup-imports hello.elf
mksfo 'Hello World' PARAM.SFO
psp-strip hello.elf -o hello_strip.elf
pack-pbp EBOOT.PBP PARAM.SFO NULL \
NULL NULL NULL \
NULL hello_strip.elf NULL
[0] 408 bytes | PARAM.SFO
[1] 0 bytes | NULL
[2] 0 bytes | NULL
[3] 0 bytes | NULL
[4] 0 bytes | NULL
[5] 0 bytes | NULL
[6] 78112 bytes | hello_strip.elf
[7] 0 bytes | NULL
rm -f hello_strip.elf
TONYLIU@W ~/p_p/HelloWorld
$ psp-gcc --version
psp-gcc.exe (GCC) 4.1.2 devkitPSP release 11 (PSPDEV 20060507)
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
then i open a helloworld project for PSP. make it,
i got error info like this:
TONYLIU@W ~/p_p/HelloWorld
$ make
psp-gcc -I. -If:/cygwin/pspdev/psp/sdk/include -O2 -G0 -Wall -D_PSP_FW_VERSION=1
50 -c -o main.o main.c
psp-gcc.exe: CreateProcess: No such file or directory
make: *** [main.o] error 1
TONYLIUg@W ~/p_p/HelloWorld
$ psp-gcc --version
psp-gcc.exe (GCC) 4.3.2
Copyright (C) 2008 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
<==========i think some files here maybe wrong with my files
,could someone help me out , THANKS very much !!!
i dont wanna use old version if we have new one. please.
ps:with4.3.2, something wrong?
TONYLIU@W /pspdev/lib/gcc/psp/4.3.2
$ ls -l
total 33676
-rwxrwxrwx 1 TONYLIU None 6764544 Nov 5 10:24 cc1.exe
-rwxrwxrwx 1 TONYLIU None 6839296 Nov 5 10:24 cc1obj.exe
-rwxrwxrwx 1 TONYLIU None 7545344 Nov 5 10:24 cc1objplus.exe
-rwxrwxrwx 1 TONYLIU None 7467008 Nov 5 10:24 cc1plus.exe
-rwxrwxrwx 1 TONYLIU None 143872 Nov 5 10:24 collect2.exe
-rwxrwxrwx 1 TONYLIU None 2604 Nov 5 10:24 crtbegin.o
-rwxrwxrwx 1 TONYLIU None 1652 Nov 5 10:24 crtend.o
-rwxrwxrwx 1 TONYLIU None 1616 Nov 5 10:24 crti.o
-rwxrwxrwx 1 TONYLIU None 1588 Nov 5 10:24 crtn.o
drwxrwxrwx+ 4 TONYLIU None 4096 Jan 14 21:22 include
drwxrwxrwx+ 2 TONYLIU None 0 Jan 14 21:22 include-fixed
drwxrwxrwx+ 3 TONYLIU None 4096 Jan 16 19:25 install-tools
-rwxrwxrwx 1 TONYLIU None 5650110 Nov 5 10:24 libgcc.a
-rwxrwxrwx 1 TONYLIU None 35390 Nov 5 10:24 libgcov.a
ps: but with 4.1.2, that's ok
TONYLIU@W /pspdev/lib/gcc/psp/4.1.2
$ ls -l
total 10828
-rwxrwxrwx 1 TONYLIU None 5052928 Apr 14 2007 cc1.exe
-rwxrwxrwx 1 TONYLIU None 5682688 Apr 14 2007 cc1plus.exe
-rwxrwxrwx 1 TONYLIU None 112640 Apr 14 2007 collect2.exe
-rwxrwxrwx 1 TONYLIU None 2508 Apr 14 2007 crtbegin.o
-rwxrwxrwx 1 TONYLIU None 1688 Apr 14 2007 crtend.o
-rwxrwxrwx 1 TONYLIU None 815 Apr 14 2007 crti.o
-rwxrwxrwx 1 TONYLIU None 779 Apr 14 2007 crtn.o
drwxrwxrwx+ 3 TONYLIU None 4096 Jan 16 19:42 include
drwxrwxrwx+ 3 TONYLIU None 4096 Jan 16 19:30 install-tools
-rwxrwxrwx 1 TONYLIU None 196188 Apr 14 2007 libgcc.a
-rwxrwxrwx 1 TONYLIU None 10666 Apr 14 2007 libgcov.a