PSPSDK SVN rev 969 does not compile

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

Moderators: cheriff, TyRaNiD

Post Reply
Panajev2001a
Posts: 100
Joined: Sat Aug 20, 2005 3:25 am

PSPSDK SVN rev 969 does not compile

Post by Panajev2001a »

I have been using PSPSDK for quite a while, always updated toolchain and the SDK correctly and had he latest toolchain.sh script.

I updated the toolchain yesterday (ran the whole ./toolchain.sh script) and later in the evening did a ./toolchain.sh -p to get the latest SVN revision of PSPSDK.

No problem there, none at all.

I run the toolchain script now, it downloads the latest SVN revision and it always hangs here (mind you I have been happily using the SDK all day, no problem... did nothing special, nothign was deleted, the PC was not rebooted and nothing in Cygwin was changed, no environment variable was set/unset):

Code: Select all

psp-prxgen.c:322: warning: unsigned int format, u32 arg (arg 4)
gcc  -g -O2 -Wall   -o psp-prxgen.exe  psp-prxgen.o getopt.o getopt1.o
if gcc -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -Wall -MT psp-fixup-imports.o -MD
 -MP -MF ".deps/psp-fixup-imports.Tpo" -c -o psp-fixup-imports.o psp-fixup-impor
ts.c; \
then mv -f ".deps/psp-fixup-imports.Tpo" ".deps/psp-fixup-imports.Po"; else rm -
f ".deps/psp-fixup-imports.Tpo"; exit 1; fi
psp-fixup-imports.c: In function `validate_header':
psp-fixup-imports.c:180: warning: unsigned int format, u32 arg (arg 3)
psp-fixup-imports.c:180: warning: unsigned int format, u32 arg (arg 4)
psp-fixup-imports.c:180: warning: unsigned int format, u32 arg (arg 5)
psp-fixup-imports.c:180: warning: unsigned int format, u32 arg (arg 6)
psp-fixup-imports.c:182: warning: unsigned int format, u32 arg (arg 3)
psp-fixup-imports.c:182: warning: unsigned int format, u32 arg (arg 4)
psp-fixup-imports.c:182: warning: unsigned int format, u32 arg (arg 5)
psp-fixup-imports.c:182: warning: unsigned int format, u32 arg (arg 6)
psp-fixup-imports.c:184: warning: unsigned int format, u32 arg (arg 3)
psp-fixup-imports.c:184: warning: unsigned int format, u32 arg (arg 4)
psp-fixup-imports.c:184: warning: unsigned int format, u32 arg (arg 5)
psp-fixup-imports.c:184: warning: unsigned int format, u32 arg (arg 6)
psp-fixup-imports.c:185: warning: unsigned int format, u32 arg (arg 3)
psp-fixup-imports.c:185: warning: unsigned int format, u32 arg (arg 4)
psp-fixup-imports.c:187: warning: unsigned int format, u32 arg (arg 3)
psp-fixup-imports.c:187: warning: unsigned int format, u32 arg (arg 4)
psp-fixup-imports.c:187: warning: unsigned int format, u32 arg (arg 5)
psp-fixup-imports.c: In function `load_sections':
psp-fixup-imports.c:311: warning: unsigned int format, u32 arg (arg 3)
psp-fixup-imports.c:311: warning: unsigned int format, u32 arg (arg 4)
psp-fixup-imports.c:311: warning: unsigned int format, u32 arg (arg 5)
psp-fixup-imports.c:311: warning: unsigned int format, u32 arg (arg 6)
psp-fixup-imports.c:314: warning: unsigned int format, u32 arg (arg 3)
psp-fixup-imports.c:314: warning: unsigned int format, u32 arg (arg 4)
psp-fixup-imports.c:314: warning: unsigned int format, u32 arg (arg 5)
psp-fixup-imports.c:314: warning: unsigned int format, u32 arg (arg 6)
psp-fixup-imports.c:317: warning: unsigned int format, u32 arg (arg 3)
psp-fixup-imports.c:317: warning: unsigned int format, u32 arg (arg 4)
psp-fixup-imports.c: In function `fixup_imports':
psp-fixup-imports.c:468: warning: unsigned int format, u32 arg (arg 4)
psp-fixup-imports.c:468: warning: unsigned int format, u32 arg (arg 5)
psp-fixup-imports.c:468: warning: unsigned int format, u32 arg (arg 9)
psp-fixup-imports.c:468: warning: unsigned int format, u32 arg (arg 10)
gcc  -g -O2 -Wall   -o psp-fixup-imports.exe  psp-fixup-imports.o getopt.o getop
t1.o
make[2]: *** No rule to make target `_stdint.h', needed by `all-am'.  Stop.
make[2]: Leaving directory `/tmp/pspdev/pspsdk/tools'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/pspdev/pspsdk'
make: *** [all] Error 2
ERROR BUILDING PSPSDK

Sigh :(.

Anyone's help would be greatly appreciated :).
mrbrown
Site Admin
Posts: 1537
Joined: Sat Jan 17, 2004 11:24 am

Post by mrbrown »

Someone removed headers without removing them from Makefile.am. Fixed.
Panajev2001a
Posts: 100
Joined: Sat Aug 20, 2005 3:25 am

Post by Panajev2001a »

mrbrown wrote:Someone removed headers without removing them from Makefile.am. Fixed.
Cool, so I was not crazy after-all :D.

Thanks :).
Panajev2001a
Posts: 100
Joined: Sat Aug 20, 2005 3:25 am

Post by Panajev2001a »

I must compliment the PSPSDK team: the support/help/problems solution here is wonderful and fast.
Post Reply