Fred wrote: > At 21:42 22/01/2008 +0400, Zviad Sulaberidze wrote: >> checking whether byte ordering is bigendian... unknown >> configure: error: unknown endianness >> presetting ac_cv_c_bigendian=no (or yes) will help > > I may be wrong, but rerun "make menuconfig", and check if there's an > option about bigendian. Maybe you're trying to compile for a non-Intel > architecture? > >> there was also some error while dealing with asterisk, concernev with >> /home/zvi/downloads/astlinux-dev/astlinux-trunk/build_i686/staging_dir/bin/i686-linux-uclibc-gcc >> >> not found, > > I guess you should make sure you have the required libraries for > development and accessing USB drives?
You should not need to have all of these libraries on your host os. Since this is cross-compiling it should be using dependandies from within the buildroot environment. There are some tools in the hostOS that are needed nasm, ncurses, gcc and a few others, but none of these libraries are linking to the host OS. If they are, it's something that needs to be changed. It looks like Zviad has changed all sorts of options from the standard build settings. You do that and you're pretty much on your own. Make sure you have something that works with the basics first before messing with the additional settings. By the basics, I mean remove toolchain_build_iX86, and build_ix86, copy the astlinux.config file to .config, do a make oldconfig and make menuconfig. The only thing that you should change within menuconfig is the target device (generic i586, net5501, net4801, via etc). Do not make any other changes. Then type make. Everything should build cleanly. If you run into any sha1 files that are missing, look back at all of the previous responses on the mailing list. Darrick -- Darrick Hartman DJH Solutions, LLC http://www.djhsolutions.com ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Astlinux-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/astlinux-users Donations to support AstLinux are graciously accepted via PayPal to [EMAIL PROTECTED]
