도와주세요!!
글 수 15,339
2004.04.22 22:43:56 (*.120.156.8)
6673
target이 PXA255 보드이고 armboot-1.1.0을 올리려 하고 있습니다.
armboot를 컴파일 하는데 다음과 같은 에러가 뜹니다.
start.S: Assembler messages:
start.S:132: Error: internal_relocation (type: OFFSET_IMM) not fixed up
start.S:133: Error: internal_relocation (type: OFFSET_IMM) not fixed up
start.S:150: Error: internal_relocation (type: OFFSET_IMM) not fixed up
start.S:346: Error: internal_relocation (type: OFFSET_IMM) not fixed up
그리고 start.S의 132번 라인은 다음과 같습니다.
relocate:
/*
* relocate armboot to RAM
*/
132: adr r0, _start /* r0 <- current position of
code */
133: ldr r2, _armboot_start
도대체 무슨 에러인지 모르겠습니다.
아시는 분 답변 부탁드리겠습니다.
armboot를 컴파일 하는데 다음과 같은 에러가 뜹니다.
start.S: Assembler messages:
start.S:132: Error: internal_relocation (type: OFFSET_IMM) not fixed up
start.S:133: Error: internal_relocation (type: OFFSET_IMM) not fixed up
start.S:150: Error: internal_relocation (type: OFFSET_IMM) not fixed up
start.S:346: Error: internal_relocation (type: OFFSET_IMM) not fixed up
그리고 start.S의 132번 라인은 다음과 같습니다.
relocate:
/*
* relocate armboot to RAM
*/
132: adr r0, _start /* r0 <- current position of
code */
133: ldr r2, _armboot_start
도대체 무슨 에러인지 모르겠습니다.
아시는 분 답변 부탁드리겠습니다.