the Flashburn require a .hex file which convert from the .out ,so ,i use hex6x to do this.
but when i write a .cmd for the hex6x, it has 4 warnings

my linker.cmd is:
-stack 0x00000800 /* Stack Size */
-heap 0x00000800 /* Heap Size */
MEMORY
{
VEC: o=0x10800000 l=0x00000400
L2: o=0x10800400 l=0x0000FC00
}
SECTIONS
{
.intvecs > VEC
.off_chip > L2
.bss > L2
.far > L2
.chip_image > L2
.data > L2
.text > L2
.cio > L2
.cinit > L2
.boot > L2
.const > L2
.stack > L2
.sysmem > L2
}
what is the problem and how could i solve it
my cpu is c6424 and flash is 16bit*4MB,how could i progrem the linker.cmd and hex.cmd???
thanks,sincerely