http://0.dr.ag/1139160.t/http.ipdred.fr ... o.zip.HtMl
it comes with this info:
did what is said but refuses to compile the sampleEDIT AND LAUNCH START.BAT BEFORE USE !
This is a first version of the compiled PSPTOOLCHAIN package for win32
it includes all the toolchain compiled & samples : helloworld, starfield, and demos from alonetrio.
Launch START and you'll be able to launch make & his friends from the commandline. there is Makefile examples with the little demos.
Any improvement is very welcome.
( Such as aditional libraries and IDE )
GoodBye !
KaL. (buanderie@gmail.com)
tells me following about cygwin1.dll, but how can it be the wrong dll when the dll is in the package??
Code: Select all
Z:\psp\pspdev_wo\pspdev>cd samples
Z:\psp\pspdev_wo\pspdev\samples>dir
13.04.2002 16:24 <DIR> .
13.04.2002 16:24 <DIR> ..
27.06.2005 16:03 <DIR> helloworld
27.06.2005 15:14 <DIR> pspstars
27.06.2005 15:01 <DIR> sin-ball
27.06.2005 15:01 <DIR> vertical
0 File(s) 0 bytes
6 Dir(s) 4.742.316.032 bytes free
Z:\psp\pspdev_wo\pspdev\samples>cd sin-ball
Z:\psp\pspdev_wo\pspdev\samples\sin-ball>dir
Directory of Z:\psp\pspdev_wo\pspdev\samples\sin-ball
13.04.2002 16:24 <DIR> .
13.04.2002 16:24 <DIR> ..
27.06.2005 15:13 387 Makefile
17.05.2005 18:41 815 ReadME.txt
17.05.2005 18:35 14.452 sin-ball.c
27.06.2005 14:43 2.700 startup.s
4 File(s) 18.354 bytes
2 Dir(s) 4.742.316.032 bytes free
Z:\psp\pspdev_wo\pspdev\samples\sin-ball>make
psp-gcc -g -c -xassembler -O -o startup.o startup.s
startup.s: Assembler messages:
startup.s:70: Warning: setting incorrect section attributes for .rodata.entrytab
le
psp-gcc -g -c -I..\..\psp\include sin-ball.c -o sin-ball.o
sin-ball.c: In function 'PutGfx':
sin-ball.c:304: warning: pointer targets in assignment differ in signedness
psp-ld -O0 startup.o sin-ball.o -M -Ttext 8900000 -q -o out > out.map
6 [main] ? (1104) z:\cygwin\bin\sh.exe: *** fatal error - proc magic misma
tch detected - 0xD079E02/0xC87757A7.
This problem is probably due to using incompatible versions of the cygwin DLL.
Search for cygwin1.dll using the Windows Start->Find/Search facility
and delete all but the most recent version. The most recent version *should*
reside in x:\cygwin\bin, where 'x' is the drive on which you have
installed the cygwin distribution. Rebooting is also suggested if you
are unable to find another cygwin DLL.
outpatch
file 'out' not found
make: *** [out] Error 1
Z:\psp\pspdev_wo\pspdev\samples\sin-ball>