求教!在用hex6x.exe程序将out转换成hex时,报以下警告:
WARNING:section '.text' at 090004000h falls in unconfigured memory (skipped)
WARNING:section '.cinit' at 090008900h falls in unconfigured memory (skipped)
这个是什么意思呢?什么原因报的警告?以前别的工程转的时候没有这个警告。
Shine:
请问hex cmd文件是怎么写的?
Teng Zhang3:
回复 Shine:
哪个cmd是将out转换成hex的cmd吗?是这样写的
BOOT.out
-a
-memwidth 8
-image
-map BOOT.map
ROMS
{
FLASH:org=0x90000000,len=0x0004000,,romwidth=8,files={BOOT.hex}
}
SECTIONS
{
,boot_load
.text
.cinit
}
Teng Zhang3:
回复 Shine:
好的!谢谢您的解答!