| View previous topic :: View next topic |
| Author |
Message |
dbase
Joined: 20 Jul 2005 Posts: 8
|
Posted: Fri Aug 05, 2005 3:41 am Post subject: Help.. Sdk Error with Gentoo Linux |
|
|
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: | 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 |
|
| Back to top |
|
 |
Agoln

Joined: 08 Jun 2005 Posts: 326 Location: Fort Wayne, IN
|
Posted: Fri Aug 05, 2005 3:45 am Post subject: |
|
|
What version of automake and autoconf do you have? _________________ Lego of my Ago! |
|
| Back to top |
|
 |
dbase
Joined: 20 Jul 2005 Posts: 8
|
Posted: Fri Aug 05, 2005 4:08 am Post subject: |
|
|
automake 1.9.5
autoconf-2.59-r6 |
|
| Back to top |
|
 |
dbase
Joined: 20 Jul 2005 Posts: 8
|
Posted: Fri Aug 05, 2005 5:33 am Post subject: |
|
|
Simple fix.. I was missing AUTOMAKE="yes" in my make.conf
Thanks Agolnn :) |
|
| Back to top |
|
 |
|