안녕하세요. 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