|
只生成了eboot.bin,查看build.log,错误如下:
BUILD: [01:0000000144:INFO ] Writing E:\WINCE600\platform\SMDK6410\target\ARMV4I\retail\EBOOT.bin
BUILD: [01:0000000145:INFO ] Table of contents 80071ed8 00000020 ( 32)
BUILD: [01:0000000146:INFO ] Writing ROM signature and TOC pointer at 80030040
BUILD: [01:0000000147:INFO ] Kernel data copy section 80071ef8 00000010 ( 16)
BUILD: [01:0000000148:INFO ] ROM Header 80071e84 00000054 ( 84)
BUILD: [01:0000000149:INFO ] First DLL Address: 4001c001
BUILD: [01:0000000150:INFO ] Last DLL Address: 4001c001
BUILD: [01:0000000151:INFO ] Physical Start Address: 80030000
BUILD: [01:0000000152:INFO ] Physical End Address: 80071f08
BUILD: [01:0000000153:INFO ] Start RAM: 800b0000
BUILD: [01:0000000154:INFO ] Start of free RAM: 8028e000
BUILD: [01:0000000155:INFO ] End of RAM: 800c0000
BUILD: [01:0000000156:INFO ] Number of Modules: 1
BUILD: [01:0000000157:INFO ] Number of Copy Sections: 1
BUILD: [01:0000000158:INFO ] Copy Section Offset: 80071ef8
BUILD: [01:0000000159:INFO ] FileSys 4K Chunks/Mbyte: 128 <2Mbyte 128 2-4Mbyte 0 4-6Mbyte 0 >6Mbyte
BUILD: [01:0000000160:INFO ] CPU Type: 01c2h
BUILD: [01:0000000161:INFO ] Miscellaneous Flags: 0002h
BUILD: [01:0000000162:INFO ] Total ROM size: 00041f08 ( 270088)
BUILD: [01:0000000163:INFO ] Error: Ram free start is after ram end.Fatal error hit, exiting...
正确编译能够生产eboot.nb0的log如下:
0000000144:INFO ] Writing E:\WINCE600\platform\SMDK6410\target\ARMV4I\retail\EBOOT.bin
BUILD: [01:0000000145:INFO ] Table of contents 80070e78 00000020 ( 32)
BUILD: [01:0000000146:INFO ] Writing ROM signature and TOC pointer at 80030040
BUILD: [01:0000000147:INFO ] Kernel data copy section 8006ffe4 00000010 ( 16)
BUILD: [01:0000000148:INFO ] ROM Header 80070e24 00000054 ( 84)
BUILD: [01:0000000149:INFO ] First DLL Address: 4001c001
BUILD: [01:0000000150:INFO ] Last DLL Address: 4001c001
BUILD: [01:0000000151:INFO ] Physical Start Address: 80030000
BUILD: [01:0000000152:INFO ] Physical End Address: 80070e98
BUILD: [01:0000000153:INFO ] Start RAM: 800b0000
BUILD: [01:0000000154:INFO ] Start of free RAM: 800b8000
BUILD: [01:0000000155:INFO ] End of RAM: 800c0000
BUILD: [01:0000000156:INFO ] Number of Modules: 1
BUILD: [01:0000000157:INFO ] Number of Copy Sections: 1
BUILD: [01:0000000158:INFO ] Copy Section Offset: 8006ffe4
BUILD: [01:0000000159:INFO ] FileSys 4K Chunks/Mbyte: 128 <2Mbyte 128 2-4Mbyte 0 4-6Mbyte 0 >6Mbyte
BUILD: [01:0000000160:INFO ] CPU Type: 01c2h
BUILD: [01:0000000161:INFO ] Miscellaneous Flags: 0002h
BUILD: [01:0000000162:INFO ] Total ROM size: 00040e98 ( 265880)
BUILD: [01:0000000163:INFO ] Starting ip: 80063cc8
BUILD: [01:0000000164:INFO ] Raw files size: 00000000
BUILD: [01:0000000165:INFO ] Compressed files size: 00000000
BUILD: [01:0000000166:INFO ] Compacting bin file...
BUILD: [01:0000000167:INFO ] Writing sre file...
BUILD: [01:0000000168:INFO ] Writing rom file...
BUILD: [01:0000000169:INFO ] Start 80030000 Len 00000004
BUILD: [01:0000000170:INFO ] Start 80030040 Len 00000008
BUILD: [01:0000000171:INFO ] Start 80030048 Len 00000004
BUILD: [01:0000000172:INFO ] Start 80031000 Len 0003fe24
BUILD: [01:0000000173:INFO ] Start 80070e24 Len 00000054
BUILD: [01:0000000174:INFO ] Start 80070e78 Len 00000020
BUILD: [01:0000000175:INFO ] Creating rom file E:\WINCE600\platform\SMDK6410\target\ARMV4I\retail\EBOOT.nb0
BUILD: [01:0000000176:INFO ] Done!
请问Start of free RAM是怎么确定的?我忘了修改了什么文件就变成这样了。。。
|
|