zhemao / zhemao.github.com

Github pages page
http://zhemao.github.com
Other
4 stars 1 forks source link

Root file system #17

Closed ghost closed 9 years ago

ghost commented 9 years ago

Hi,

I'm on step 5 for installing the linux system where I'm trying to install the root filesystem.

I already set up the options in make menuconfig. After I exit menuconfig and run make, I have the following errors.

jack@jack-HP-HDX16-Notebook-PC:~/Desktop/buildroot-2014.08$ sudo make
/usr/bin/make -j1  HOSTCC="/usr/bin/gcc" HOSTCXX="/usr/bin/g++" silentoldconfig
make[1]: Entering directory `/home/jack/Desktop/buildroot-2014.08'
BR2_DEFCONFIG='' 
KCONFIG_AUTOCONFIG=/home/jack/Desktop/buildroot-2014.08/output/build/buildroot-config/auto.conf 
KCONFIG_AUTOHEADER=/home/jack/Desktop/buildroot-2014.08/output/build/buildroot-config/autoconf.h 
KCONFIG_TRISTATE=/home/jack/Desktop/buildroot-2014.08/output/build/buildroot-config/tristate.config 
BR2_CONFIG=/home/jack/Desktop/buildroot-2014.08/.config 
BR2_EXTERNAL=support/dummy-external /home/jack/Desktop/buildroot-2014.08/output/build/buildroot-config/conf --silentoldconfig Config.in
make[1]: Leaving directory `/home/jack/Desktop/buildroot-2014.08'
>>> toolchain-external undefined Configuring
Cannot execute cross-compiler '/home/jack/Desktop/gcc-linaro-arm-linux-gnueabihf-4.8-2014.04_linux/bin/arm-linux-gnueabihf-gcc'
make: *** [/home/jack/Desktop/buildroot-2014.08/output/build/toolchain-external-undefined/.stamp_configured] Error 1

Thanks,

Jack

zhemao commented 9 years ago

What operating system are you running on? Have you installed the correct version of the cross-compiler?