arm-linux-gcc와 armv5l-linux-gcc의 차이점은 제가 알기로는...
arm-linux-gcc는 일반적으로 StrongARM을 컴파일할때 사용한 컴파일러이고
armv5l-linux-gcc는 XScale컴파일러로 알고있습니다.

그리고 아래 메시지는 크로스컴파일러로 인한 에러메시지 일듯...
저도 전에 Bootloader를 컴파일할때 아래와 같은 메시지가 나왔었는데 그때 컴
파일러를 바꾸니 잘 컴파일이 되더군요...
컴파일러를 한번 바꿔보세요..

그럼 이만
from Flytaki.

리차드 wrote..
: 안녕하세요. EZ-X5 u-boot를 올리려고 하는데요. 컴파일중 에러가 발생합니 다.
: gcc,binutil,glibc는 falinux에서 주신 rpm 패키지를 설치해서 사용합니다.
: 최상위 Makefile에서 arm관련 cross compiler 설정부분에서 CROSS_COPILE =
: armv5l-linux로 설정하고 compile한것입니다.
: 그리고 arm-linux-gcc 와 armv5l-linux-gcc의 차이점이 뭔가여?
:
: make[1]: 나감 `/ez/kernel/bootloader/u-boot-1.1.2/post/cpu' 디렉토리
: armv5l-linux-gcc -Wa,-gstabs -D__ASSEMBLY__ -g -Os -fno-strict- aliasing -
: fno-common -ffixed-r8 -mshort-load-bytes -msoft-float -D__KERNEL__ -
: DTEXT_BASE=0xa3080000 -I/ez/kernel/bootloader/u-boot-1.1.2/include - fno-
: builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc-lib/i386-redhat-
: linux/3.2.2/include -pipe -DCONFIG_ARM -D__ARM__ -mapcs-32 - march=armv5 -
: mtune=strongarm1100 -c -o cpu/pxa/start.o /ez/kernel/bootloader/u-boot-
: 1.1.2/cpu/pxa/start.S
: /ez/kernel/bootloader/u-boot-1.1.2/cpu/pxa/start.S: Assembler messages:
: /ez/kernel/bootloader/u-boot-1.1.2/cpu/pxa/start.S:121: Error:
: internal_relocation (type: OFFSET_IMM) not fixed up
: /ez/kernel/bootloader/u-boot-1.1.2/cpu/pxa/start.S:122: Error:
: internal_relocation (type: OFFSET_IMM) not fixed up
: /ez/kernel/bootloader/u-boot-1.1.2/cpu/pxa/start.S:143: Error:
: internal_relocation (type: OFFSET_IMM) not fixed up
: /ez/kernel/bootloader/u-boot-1.1.2/cpu/pxa/start.S:144: Error:
: internal_relocation (type: OFFSET_IMM) not fixed up
: /ez/kernel/bootloader/u-boot-1.1.2/cpu/pxa/start.S:359: Error:
: internal_relocation (type: OFFSET_IMM) not fixed up
: /ez/kernel/bootloader/u-boot-1.1.2/cpu/pxa/start.S:360: Error:
: internal_relocation (type: OFFSET_IMM) not fixed up
: /ez/kernel/bootloader/u-boot-1.1.2/cpu/pxa/start.S:365: Error:
: internal_relocation (type: OFFSET_IMM) not fixed up
: /ez/kernel/bootloader/u-boot-1.1.2/cpu/pxa/start.S:366: Error:
: internal_relocation (type: OFFSET_IMM) not fixed up
: /ez/kernel/bootloader/u-boot-1.1.2/cpu/pxa/start.S:371: Error:
: internal_relocation (type: OFFSET_IMM) not fixed up
: /ez/kernel/bootloader/u-boot-1.1.2/cpu/pxa/start.S:372: Error:
: internal_relocation (type: OFFSET_IMM) not fixed up
: /ez/kernel/bootloader/u-boot-1.1.2/cpu/pxa/start.S:377: Error:
: internal_relocation (type: OFFSET_IMM) not fixed up
: /ez/kernel/bootloader/u-boot-1.1.2/cpu/pxa/start.S:378: Error:
: internal_relocation (type: OFFSET_IMM) not fixed up
: /ez/kernel/bootloader/u-boot-1.1.2/cpu/pxa/start.S:383: Error:
: internal_relocation (type: OFFSET_IMM) not fixed up
: /ez/kernel/bootloader/u-boot-1.1.2/cpu/pxa/start.S:384: Error:
: internal_relocation (type: OFFSET_IMM) not fixed up
: /ez/kernel/bootloader/u-boot-1.1.2/cpu/pxa/start.S:407: Error:
: internal_relocation (type: OFFSET_IMM) not fixed up
: /ez/kernel/bootloader/u-boot-1.1.2/cpu/pxa/start.S:408: Error:
: internal_relocation (type: OFFSET_IMM) not fixed up
: /ez/kernel/bootloader/u-boot-1.1.2/cpu/pxa/start.S:413: Error:
: internal_relocation (type: OFFSET_IMM) not fixed up
: /ez/kernel/bootloader/u-boot-1.1.2/cpu/pxa/start.S:414: Error:
: internal_relocation (type: OFFSET_IMM) not fixed up
: make: *** [cpu/pxa/start.o] 오류 1