| View previous topic :: View next topic |
| Author |
Message |
odie1778
Joined: 21 Jun 2005 Posts: 4
|
Posted: Sat Jul 09, 2005 10:45 am Post subject: compiling the PSPSDK have an error |
|
|
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: |
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 |
|
| Back to top |
|
 |
beatwho
Joined: 15 Dec 2004 Posts: 28
|
Posted: Sat Jul 09, 2005 11:14 am Post subject: |
|
|
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 |
|
| Back to top |
|
 |
BlackIce
Joined: 09 Jul 2005 Posts: 3
|
Posted: Sun Jul 10, 2005 12:44 am Post subject: |
|
|
After installing automake and autoconf i get this error
| Code: | 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 |
|
| Back to top |
|
 |
|