toolchain on linux

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

Moderators: cheriff, TyRaNiD

Post Reply
cppnewbie
Posts: 3
Joined: Sat Mar 04, 2006 11:46 pm

toolchain on linux

Post by cppnewbie »

hello, i seem to have a problem installing the toolchain on the real linux system. ive used this guide:
http://harleyg.linuxlabs.co.uk/tutorials.html

when i try to install it i get the following:

configure.ac: 7: required file `./[config.h].in' not found
automake: Makefile.am: warning: automake does not support EXTRA_DIST being defined conditionally
Makefile.am:10: variable `DX_CONFIG' not defined
configure.ac:8: error: possibly undefined macro: AC_PSPSDK_VERSION
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.ac:9: error: possibly undefined macro: AC_PSPDEV_PATH
configure.ac:11: error: possibly undefined macro: AM_INIT_AUTOMAKE
configure.ac:14: error: possibly undefined macro: AC_PSPDEV_TOOLCHAIN
configure.ac:19: error: possibly undefined macro: AM_PROG_AS
./configure: line 1312: AC_1.0+beta2: command not found
./configure: line 1313: AC_PSPDEV_PATH: command not found
./configure: line 1315: syntax error near unexpected token `pspsdk,'
./configure: line 1315: `AM_INIT_AUTOMAKE(pspsdk, 1.0+beta2)'
ERROR RUNNING PSPSDK CONFIGURE

what is the thing im doing wrong? :S
cppnewbie
Posts: 3
Joined: Sat Mar 04, 2006 11:46 pm

Post by cppnewbie »

whoops soz, i just saw the pspsdk help section.. :D
jokkum1991
Posts: 2
Joined: Tue Aug 21, 2007 3:56 am
Location: Far North

Post by jokkum1991 »

I've exactly the same problem! (And i can't find any PSPSDK help section...)
So how do you deal with this?
42 - The Ultimate Answer
Post Reply