主题 : CE6 nboot 编译问题 复制链接 | 浏览器收藏 | 打印
级别: 新手上路
UID: 55886
精华: 0
发帖: 3
金钱: 15 两
威望: 3 点
综合积分: 6 分
注册时间: 2011-09-25
最后登录: 2011-12-20
楼主  发表于: 2011-09-25 17:38

 CE6 nboot 编译问题

我把bsp安装后没有做任何修改,但编译出来只有bin,没有nb0,是怎么回事?
帖上build.log的部分信息,希望达人解答

主要原因应该是没有生成nb1和nb2,这2个文件要如何生成?

BUILD: [01:0000000061:INFO  ] failed moving temp file 'E:\OSDesigns\mini6410\mini6410\RelDir\Samsung_SMDK6410_Release\binFB.tmp' to 'C:\WINCE600\platform\SMDK6410\target\ARMV4I\retail\NBOOT-RAM256.bin': 17
BUILD: [01:0000000062:INFO  ] Warning: Image exceeds specified memory size by 4192 bytes and may not run.
BUILD: [01:0000000063:INFO  ] Fatal error hit, exiting...
BUILD: [01:0000000064:INFO  ]     copy /y/b C:\WINCE600\platform\SMDK6410\target\ARMV4I\retail\nboot-RAM256.nb1 + C:\WINCE600\platform\SMDK6410\target\ARMV4I\retail\nboot-RAM256.nb2 C:\WINCE600\platform\SMDK6410\target\ARMV4I\retail\nboot-RAM256.nb0
BUILD: [01:0000000065:INFO  ] 系统找不到指定的文件。
BUILD: [01:0000000066:INFO  ]     copy C:\WINCE600\platform\SMDK6410\target\ARMV4I\retail\nboot-RAM256.* E:\OSDesigns\mini6410\mini6410\RelDir\Samsung_SMDK6410_Release
BUILD: [01:0000000067:INFO  ] C:\WINCE600\platform\SMDK6410\target\ARMV4I\retail\nboot-RAM256.exe
BUILD: [01:0000000068:INFO  ] C:\WINCE600\platform\SMDK6410\target\ARMV4I\retail\nboot-RAM256.pdb
BUILD: [01:0000000069:INFO  ] C:\WINCE600\platform\SMDK6410\target\ARMV4I\retail\nboot-RAM256.map
BUILD: [01:0000000070:INFO  ] C:\WINCE600\platform\SMDK6410\target\ARMV4I\retail\nboot-RAM256.rel
BUILD: [01:0000000071:INFO  ] C:\WINCE600\platform\SMDK6410\target\ARMV4I\retail\NBOOT-RAM256.bin
BUILD: [01:0000000072:INFO  ] 已复制         5 个文件。
级别: 新手上路
UID: 55886
精华: 0
发帖: 3
金钱: 15 两
威望: 3 点
综合积分: 6 分
注册时间: 2011-09-25
最后登录: 2011-12-20
1楼  发表于: 2011-09-25 19:56
找到问题了,还是wince的bug,真是shit啊,romimage有个小bug,在osdesign和winc600目录不在同一个盘符下,就会有这个问题,已经解决