hi hippo and all,
I am facing some issues while running ./build script for buildroot.
looks like nios2-linux-uclinux-gcc is missing in my case.
I can't make out where I went wrong, could you please just have look
over the error print and kindly help me out of this problem.
cp toolchain/uClibc/uClibc.config /mnt/hdb/package/buildroot/toolchain_build_nios2/uClibc/.config
/mnt/hdb/package/buildroot/toolchain_build_nios2/bin/sed -i -e 's,^CROSS_COMPILER_PREFIX=.*,CROSS_COMPILER_PREFIX="/mnt/hdb/package/buildroot/build_nios2/staging_dir/bin/nios2-linux-uclibc-",g'
-e 's,# TARGET_nios2 is not set,TARGET_nios2=y,g'
-e 's,^TARGET_ARCH="none",TARGET_ARCH=\"nios2\",g'
-e 's,^KERNEL_SOURCE=.*,KERNEL_SOURCE=\"/mnt/hdb/package/buildroot/toolchain_build_nios2/linux\",g'
-e 's,^RUNTIME_PREFIX=.*,RUNTIME_PREFIX=\"/\",g'
-e 's,^DEVEL_PREFIX=.*,DEVEL_PREFIX=\"/usr/\",g'
-e 's,^SHARED_LIB_LOADER_PREFIX=.*,SHARED_LIB_LOADER_PREFIX=\"/lib\",g'
/mnt/hdb/package/buildroot/toolchain_build_nios2/uClibc/.config
/mnt/hdb/package/buildroot/toolchain_build_nios2/bin/sed -i -e 's,^.*UCLIBC_HAS_LFS.*,UCLIBC_HAS_LFS=y,g' /mnt/hdb/package/buildroot/toolchain_build_nios2/uClibc/.config
/mnt/hdb/package/buildroot/toolchain_build_nios2/bin/sed -i -e 's,.*UCLIBC_HAS_WCHAR.*,UCLIBC_HAS_WCHAR=y,g' /mnt/hdb/package/buildroot/toolchain_build_nios2/uClibc/.config
/mnt/hdb/package/buildroot/toolchain_build_nios2/bin/sed -i -e 's,# UCLIBC_HAS_THREADS is not set,UCLIBC_HAS_THREADS=y,g' /mnt/hdb/package/buildroot/toolchain_build_nios2/uClibc/.config
/mnt/hdb/package/buildroot/toolchain_build_nios2/bin/sed -i -e 's,# PTHREADS_DEBUG_SUPPORT is not set,PTHREADS_DEBUG_SUPPORT=y,g' /mnt/hdb/package/buildroot/toolchain_build_nios2/uClibc/.config
/mnt/hdb/package/buildroot/toolchain_build_nios2/bin/sed -i -e 's,# LINUXTHREADS_OLD is not set,LINUXTHREADS_OLD=y,g' /mnt/hdb/package/buildroot/toolchain_build_nios2/uClibc/.config
mkdir -p /mnt/hdb/package/buildroot/toolchain_build_nios2/uClibc_dev/usr/include
mkdir -p /mnt/hdb/package/buildroot/toolchain_build_nios2/uClibc_dev/usr/lib
mkdir -p /mnt/hdb/package/buildroot/toolchain_build_nios2/uClibc_dev/lib
make -C /mnt/hdb/package/buildroot/toolchain_build_nios2/uClibc
PREFIX=/mnt/hdb/package/buildroot/toolchain_build_nios2/uClibc_dev/
DEVEL_PREFIX=/usr/
RUNTIME_PREFIX=/mnt/hdb/package/buildroot/toolchain_build_nios2/uClibc_dev/
HOSTCC="gcc"
pregen install_dev &&
touch /mnt/hdb/package/buildroot/toolchain_build_nios2/uClibc/.configured
/bin/sh: line 1: /mnt/hdb/package/buildroot/build_nios2/staging_dir/bin/nios2-linux-uclibc-gcc: No such file or directory
make: /mnt/hdb/package/buildroot/build_nios2/staging_dir/bin/nios2-linux-uclibc-gcc: Command not found
make: Entering directory `/mnt/hdb/package/buildroot/toolchain_build_nios2/uClibc'
make: /mnt/hdb/package/buildroot/build_nios2/staging_dir/bin/nios2-linux-uclibc-gcc: Command not found
HB¸0make -C extra/config conf
/bin/sh: line 1: /mnt/hdb/package/buildroot/build_nios2/staging_dir/bin/nios2-linux-uclibc-gcc: No such file or directory
make: /mnt/hdb/package/buildroot/build_nios2/staging_dir/bin/nios2-linux-uclibc-gcc: Command not found
HB¨make: /mnt/hdb/package/buildroot/build_nios2/staging_dir/bin/nios2-linux-uclibc-gcc: Command not found
`B`Bmake: *** No rule to make target `|', needed by `../../extra/config/conf.o'. Stop.
make: *** Error 2
make: Leaving directory `/mnt/hdb/package/buildroot/toolchain_build_nios2/uClibc'
make: *** Error 2
-----------------------------------------------------------------------------------------------
Is there any thing else I need to download for running buildroot ???
I have downloaded all the packages (snapshots) from my windows m/c as I am not familier with wget [my sys wget is not able to resolve web addr !!!].... etc.
thanks
ankur