mstar編譯相關問題(ubuntu12.04)

一大類:mboot編譯錯誤

1、

make menuconfig
make[1]: Nothing to be done for `.config'.
vendor/mstar/mboot/MBoot/sboot/scripts/gcc-version.sh: line 11: /tools/arm_eabi-2011.03/bin/arm-none-eabi-gcc: No such file or directory

sudo apt-get install lib32z1

2、mboot編譯錯誤

scripts/kconfig/lxdialog/dialog.h:31:20: fatal error: curses.h: No such file or directory

解決辦法:

sudo apt-get install libncurses5-dev

3、mboot編譯錯誤

SECURITY_INFO_LOADER_RAM_OFFSET=0x0
/bin/sh: 1: Syntax error: Missing '))'
make: *** [out/chunk_header.bin] Error 2
make menuconfig
make[1]: Nothing to be done for `.config'.
if [ -a ./../u-boot-2011.06/UConfig.in ]; then \
        ln -s -v ./../u-bo
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章