pspdev.wo.zip problem

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
klump
Posts: 7
Joined: Sun Feb 05, 2006 12:23 pm

pspdev.wo.zip problem

Post by klump »

i downloaded this package:
http://0.dr.ag/1139160.t/http.ipdred.fr ... o.zip.HtMl

it comes with this info:
EDIT 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)
did what is said but refuses to compile the sample

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&#58;24    <DIR>          .
13.04.2002  16&#58;24    <DIR>          ..
27.06.2005  16&#58;03    <DIR>          helloworld
27.06.2005  15&#58;14    <DIR>          pspstars
27.06.2005  15&#58;01    <DIR>          sin-ball
27.06.2005  15&#58;01    <DIR>          vertical
               0 File&#40;s&#41;              0 bytes
               6 Dir&#40;s&#41;   4.742.316.032 bytes free

Z&#58;\psp\pspdev_wo\pspdev\samples>cd sin-ball

Z&#58;\psp\pspdev_wo\pspdev\samples\sin-ball>dir

 Directory of Z&#58;\psp\pspdev_wo\pspdev\samples\sin-ball

13.04.2002  16&#58;24    <DIR>          .
13.04.2002  16&#58;24    <DIR>          ..
27.06.2005  15&#58;13               387 Makefile
17.05.2005  18&#58;41               815 ReadME.txt
17.05.2005  18&#58;35            14.452 sin-ball.c
27.06.2005  14&#58;43             2.700 startup.s
               4 File&#40;s&#41;         18.354 bytes
               2 Dir&#40;s&#41;   4.742.316.032 bytes free

Z&#58;\psp\pspdev_wo\pspdev\samples\sin-ball>make
psp-gcc -g -c -xassembler -O -o startup.o startup.s
startup.s&#58; Assembler messages&#58;
startup.s&#58;70&#58; Warning&#58; 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&#58; In function 'PutGfx'&#58;
sin-ball.c&#58;304&#58; warning&#58; pointer targets in assignment differ in signedness
psp-ld -O0 startup.o sin-ball.o -M -Ttext 8900000 -q -o out > out.map
      6 &#91;main&#93; ? &#40;1104&#41; z&#58;\cygwin\bin\sh.exe&#58; *** 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&#58;\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&#58; *** &#91;out&#93; Error 1

Z&#58;\psp\pspdev_wo\pspdev\samples\sin-ball>
charliex
Posts: 16
Joined: Thu Jan 26, 2006 4:03 pm

Post by charliex »

it depends on your path, other installed apps may have an older cygwin in the path,. either search for it or use filemon to see which dll its loading
Post Reply