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.i

你可能感兴趣的:(mstar编译相关问题(ubuntu12.04))