Help.. Sdk Error with Gentoo Linux

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

Moderators: cheriff, TyRaNiD

Post Reply
dbase
Posts: 8
Joined: Wed Jul 20, 2005 11:08 am

Help.. Sdk Error with Gentoo Linux

Post by dbase »

I recently had a drive fail on me, and I had to do a fresh Gentoo install. I had the SDK running fine on the previous installation, but I ran into some errors this go around. Also I have used the latest toolchain and I am using root access.

Doing a full toolchain install I get these errors.

Code: Select all

checking for doxygen... no
configure: WARNING: doxygen not found - will not generate any doxygen documentation
checking for perl... /usr/bin/perl
configure: creating ./config.status
config.status: creating Makefile
config.status: creating sdk/Makefile
config.status: creating sdk/audio/Makefile
config.status: creating sdk/base/Makefile
config.status: creating sdk/ctrl/Makefile
config.status: creating sdk/debug/Makefile
config.status: creating sdk/display/Makefile
config.status: creating sdk/ge/Makefile
config.status: creating sdk/gu/Makefile
config.status: creating sdk/hprm/Makefile
config.status: creating sdk/kernel/Makefile
config.status: creating sdk/libc/Makefile
config.status: creating sdk/power/Makefile
config.status: creating sdk/rtc/Makefile
config.status: error: cannot find input file: sdk/rtc/Makefile.in
ERROR RUNNING PSPSDK CONFIGURE
I would appreciate any help I can get.

thanks
dbase
User avatar
Agoln
Posts: 326
Joined: Wed Jun 08, 2005 3:14 am
Location: Fort Wayne, IN

Post by Agoln »

What version of automake and autoconf do you have?
Lego of my Ago!
dbase
Posts: 8
Joined: Wed Jul 20, 2005 11:08 am

Post by dbase »

automake 1.9.5
autoconf-2.59-r6
dbase
Posts: 8
Joined: Wed Jul 20, 2005 11:08 am

Post by dbase »

Simple fix.. I was missing AUTOMAKE="yes" in my make.conf

Thanks Agolnn :)
Post Reply