|
From: Darrick H. <dha...@dj...> - 2007-02-26 17:22:24
|
Thorsten Dunker wrote: > Hello everybody > > I tried to compile my own Astlinux image from today's svn. After > checking out astlinux/branches/0.4 (svn co > https://svn.sourceforge.net/svnroot/astlinux/branches/0.4) everything > looked good. But make led to a lot of error messages. I did just two > modifications at .config: > > - wget as an additional package > - VIA as target platform > > Please see the error log attached to this email. The system I used to > compile Astlinux is Ubuntu 6.10. > > Any help is appreciated. > > Best regards, > > Thorsten > > >> set,PTHREADS_DEBUG_SUPPORT=y,g' /home/thorsten/Projekte/astlinux/branches/0.4/toolchain_build_i586/uClibc-0.9.28/.config >> /home/thorsten/Projekte/astlinux/branches/0.4/toolchain_build_i586/bin/sed -i -e 's,# LINUXTHREADS_OLD is not set,LINUXTHREADS_OLD=y,g' /home/thorsten/Projekte/astlinux/branches/0.4/toolchain_build_i586/uClibc-0.9.28/.config >> mkdir -p /home/thorsten/Projekte/astlinux/branches/0.4/toolchain_build_i586/uClibc_dev/usr/include >> mkdir -p /home/thorsten/Projekte/astlinux/branches/0.4/toolchain_build_i586/uClibc_dev/usr/lib >> mkdir -p /home/thorsten/Projekte/astlinux/branches/0.4/toolchain_build_i586/uClibc_dev/lib >> make -C /home/thorsten/Projekte/astlinux/branches/0.4/toolchain_build_i586/uClibc-0.9.28 \ >> PREFIX=/home/thorsten/Projekte/astlinux/branches/0.4/toolchain_build_i586/uClibc_dev/ \ >> DEVEL_PREFIX=/usr/ \ >> RUNTIME_PREFIX=/home/thorsten/Projekte/astlinux/branches/0.4/toolchain_build_i586/uClibc_dev/ \ >> HOSTCC="gcc" \ >> pregen install_dev && \ >> touch /home/thorsten/Projekte/astlinux/branches/0.4/toolchain_build_i586/uClibc-0.9.28/.configured >> make[1]: /home/thorsten/Projekte/astlinux/branches/0.4/build_i586/staging_dir/bin/i586-linux-uclibc-gcc: Kommando nicht gefunden >> make[1]: Betrete Verzeichnis '/home/thorsten/Projekte/astlinux/branches/0.4/toolchain_build_i586/uClibc-0.9.28' >> make[1]: /home/thorsten/Projekte/astlinux/branches/0.4/build_i586/staging_dir/bin/i586-linux-uclibc-gcc: Kommando nicht gefunden >> First, make sure you have the latest svn copy from 0.4. I made several changes over the weekend. SVN revision 665 should work well for most things. I have not tested wget, but the error message you are getting is WAY early in the build process. I would suggest deleting your current svn copy, then regrabbing it from svn. Make sure you have the proper development tools installed on your system. Most (if not all) of the current development team uses CentOS4. I don't know the package names required on Ubuntu. Next, make sure you're not running this as root (it looks like you are OK and building as a normal user). I can't say that I've seen that particular error, or a failure while buildroot2 was building the toolchain (which is what is happening). Try the steps I suggested and report back. Darrick -- Darrick Hartman DJH Solutions, LLC http://www.djhsolutions.com |