LR_IROM 0x40000000 0x00040000 ; load region { ER_IROM1 +0 { 71x_init.o(RESET, +First) * (+RO) }
RW_IRAM1 0x20000000 { flash.o (+RO) }
RW_IRAM2 0x20001000 0x0000F000 { * (+RW +ZI) }
}
flash的起始地址为:0x40000000,RAM起始地址为:0x20000000 可是我编译后老提示以下错误 Error: L6218E: Undefined symbol Image$$RW$$Base(referred from 71x_init.o) Error: L6218E: Undefined symbol Image$$ZI$$Base(referred from 71x_init.o) Error: L6218E: Undefined symbol Image$$ZI$$Limit(referred from 71x_init.o) 不知道什么原因,那位高手能否帮帮忙写一个
|