max250을 가지고 보드 개발을 하고 있는 개발자 입니다...

한가지 문의 드릴 일이 있어서..

저는 arm부트를 사용하고 있는데...

처음에는 arm부트가 컴파일이 잘 되었는데...

커널 컴파일이 되지 않아...

강좌에서 설명되어 있는 대로 하여 커널은 컴파일이 잘 됩니다...

근데 문제는 이번에는 커널이 아니라 부트가 컴파일이 안 된다는 겁니다..

에러가 나는데 어셈블러 파일에서...

다음과 같은 에러가 납니다...

arm-linux-gcc -D__ASSEMBLY__ -Os -fomit-frame-pointer -fno-strict-
aliasing -fno-common -mshort-load-bytes -msoft-float -D__arm__ -
DTEXT_BASE=0xa3000000 -I/home/falcon/armboot-1.1.0/include -fno-
builtin -pipe -mapcs-32 -march=armv4 -mtune=strongarm1100 -c -o
start.o start.S
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:347: Error: internal_relocation (type: OFFSET_IMM) not fixed up
start.S:352: Error: internal_relocation (type: OFFSET_IMM) not fixed up
start.S:353: Error: internal_relocation (type: OFFSET_IMM) not fixed up
start.S:358: Error: internal_relocation (type: OFFSET_IMM) not fixed up
start.S:359: Error: internal_relocation (type: OFFSET_IMM) not fixed up
start.S:364: Error: internal_relocation (type: OFFSET_IMM) not fixed up
start.S:365: Error: internal_relocation (type: OFFSET_IMM) not fixed up
start.S:370: Error: internal_relocation (type: OFFSET_IMM) not fixed up
start.S:371: Error: internal_relocation (type: OFFSET_IMM) not fixed up
start.S:395: Error: internal_relocation (type: OFFSET_IMM) not fixed up
start.S:396: Error: internal_relocation (type: OFFSET_IMM) not fixed up
start.S:401: Error: internal_relocation (type: OFFSET_IMM) not fixed up
start.S:402: Error: internal_relocation (type: OFFSET_IMM) not fixed up
make[1]: *** [start.o] 오류 1

혹시 어떻게 해야 에러가 나지 않는지 아시면좀 부탁 드립니다...

제가 리눅스 쪽은 초보자라서...

부탁드립니다.