huangpu-uboot编译问题

U-boot compile error:

flash.c: In function 'gcs_init':
flash.c:230: error: 'SSBOOT_ENV_FLASH_OFFSET' undeclared (first use in this function)

--------------------------- Parse --------------------------------------------------
flash.c include stbcfg.h => swconfig.h => swboxcfg.h
summit-dualhd/swboxcfg.h (未定义SSBOOT_ENV_FLASH_OFFSET)
summit-bare/swboxcfg.h (有定义SSBOOT_ENV_FLASH_OFFSET)

summit-dualhd/swboxcfg.h => depend target/src/configs/swconfig/dualhd.cfg
summit-bare/swboxcfg.h => depend target/src/configs/swconfig/bare.cfg

source ./setup.sh => STB_SW_CONFIG=dualhd

而make huangpu时,export STB_SW_CONFIG=bare,退出后还是回到dualhd。

所以,编译完成后,编译uboot失败。

方法是export STB_SW_CONFIG=bare
 

你可能感兴趣的:(职场,休闲,uboot)