u boot编译错误:internal_relocation (type: OFFSET_IMM) not fixed up
编译u-boot-1.2.0时,提示错误:
start.S:205: Error: internal_relocation (type: OFFSET_IMM) not fixed up
start.S:209: Error: internal_relocation (type: OFFSET_IMM) not fixed up
start.S:
205 ldr r2,[r1,#oFNCONT]
206 orr r2,r2,#0x02 /*取消片选*/
207 str r2,[r1,#oNFCONT]
208
209 ldr sp,DW_STACK_STAR /*DW_STACK_START 设置堆栈*/
各位老师指点一下,是什么原因呢,,,oFNCONT这个寄存器已定义好了