compiling the PSPSDK have an error

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

Moderators: cheriff, TyRaNiD

Post Reply
odie1778
Posts: 4
Joined: Tue Jun 21, 2005 5:17 pm

compiling the PSPSDK have an error

Post by odie1778 »

ok this is probaly a dumb ? but i am very intrested in coding for psp and other things as well and i figured i love psp might as well start here

in cygwin i setup the new toolchain and i thought i setup the pspsdk 1.0 beta but maybe not so heres whats wrong at this moment!!!!


Code: Select all


Checked out revision 542

./bootstrap: line 81: aclocal: command not found
./bootstrap: line 83: autoheader: command not found
./bootstrap: line 84: automake: command not found
./bootstrap: line 86: autoconf: command not found 
grep: Makefile.in: No such file or directory
cat: configure: No such file or directory
./toolchain.sh: line 296: ./configure: permission denied
ERROR RUNNING PSPSDK CONFIGURE

this is was i get when i run ./toolchain.sh -p

what does this mean am i missing componets or what please help me!

thanx in advance
beatwho
Posts: 28
Joined: Wed Dec 15, 2004 4:58 pm

Post by beatwho »

you need to install automake and autoconf :)

they're both in the "devel" package section, just get the latest version of them.

http://www.cygwin.com/setup.exe
BlackIce
Posts: 3
Joined: Sat Jul 09, 2005 12:34 pm

Post by BlackIce »

After installing automake and autoconf i get this error

Code: Select all

Checked out revision 567.
.
aclocal/version.m4:6: warning: underquoted definition of AC_PSPSDK_VERSION
  run info '(automake)Extending aclocal'
  or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
aclocal/pspdev.m4:6: warning: underquoted definition of AC_PSPDEV_PATH
aclocal/pspdev.m4:39: warning: underquoted definition of __PSPDEV_CHECK_TOOL
aclocal/pspdev.m4:52: warning: underquoted definition of AC_PSPDEV_TOOLCHAIN
D:\cygwin\bin\perl.exe (1032): *** couldn't release memory 0x9F4000(1032192) for
 'D:\cygwin\lib\perl5\5.8\cygwin\auto\IO\IO.dll' alignment, Win32 error 487

    598 [main] perl 1592 fork_parent: child 1032 died waiting for dll loading
D:\cygwin\bin\perl.exe (1116): *** couldn't release memory 0x9F4000(1032192) for
 'D:\cygwin\lib\perl5\5.8\cygwin\auto\IO\IO.dll' alignment, Win32 error 487

    165 [main] perl 276 fork_parent: child 1116 died waiting for dll loading
D:\cygwin\bin\perl.exe (1324): *** couldn't release memory 0x9F4000(1032192) for
 'D:\cygwin\lib\perl5\5.8\cygwin\auto\IO\IO.dll' alignment, Win32 error 487

     31 [main] perl 928 fork_parent: child 1324 died waiting for dll loading
D:\cygwin\bin\perl.exe (836): *** couldn't release memory 0x9F4000(1032192) for
'D:\cygwin\lib\perl5\5.8\cygwin\auto\Data\Dumper\Dumper.dll' alignment, Win32 er
ror 487

     31 [main] perl 1920 fork_parent: child 836 died waiting for dll loading
grep: Makefile.in: No such file or directory
cat: configure: No such file or directory
./toolchain.sh: line 296: ./configure: Permission denied
ERROR RUNNING PSPSDK CONFIGURE
Any idea?

Edit: Well it seem re-installing cygwin fixed my problem
Post Reply