QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 658|回复: 0

关于armboot1.1.0编译过程的问题

[复制链接]
发表于 2004-11-25 21:25:30 | 显示全部楼层 |阅读模式
本人正在由armboot1.1.0编译出ep7312的bootloader,没有对其进行任何修改,按照其默认的配置,在
make ep7312_config后,文件没有出错
make all后,
../include/configs/config_ep7312.h:121:syntax error before "struct"
而在config_ep7312.h的121行上下的的代码为
111 #define CFG_BAUDRATE_TABLE        { 9600, 19200, 38400, 57600, 115200 }
112
113 #ifndef __ASSEMBLY__
114 /*-----------------------------------------------------------------------
115 * Board specific extension for bd_info
116 *
117  * This structure is embedded in the global bd_info (bd_t) structure
118  * and can be used by the board specific code (eg board/...)
119  */
120
121 struct bd_info_ext
122{
123    /* helper variable for board environment handling
124     *
125     * env_crc_valid == 0    =>   uninitialised
126     * env_crc_valid  > 0    =>   environment crc in flash is valid
127     * env_crc_valid  < 0    =>   environment crc in flash is invalid
128     */
129     int        env_crc_valid;
130 };
131 #endif
调试了半天,真不知道是哪的错误!有谁用过armboot并编译通过,给小弟带带路!万分感谢!
您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-5 18:48 , Processed in 0.037822 second(s), 16 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表