From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kenton Lau Date: 4 Apr 2005 10:28:29 -0000 Subject: [U-Boot-Users] error when compile U-Boot Message-ID: <20050404102829.2867.qmail@webmail18.rediffmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de ? Hi,all. I try to compile U-Boot (version u-boot-1.1.2), after #make all and there print mistake as : arm-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/root/download/u-boot-1.1.1/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc-lib/i386-redhat-linux/3.3.2/include -pipe -DCONFIG_ARM -D__ARM__ -mapcs-32 -march=armv5 -mtune=strongarm1100 -c -o cpu/pxa/start.o /root/download/u-boot-1.1.1/cpu/pxa/start.S /root/download/u-boot-1.1.1/cpu/pxa/start.S: Assembler messages: /root/download/u-boot-1.1.1/cpu/pxa/start.S:121: Error: internal_relocation (type: OFFSET_IMM) not fixed up /root/download/u-boot-1.1.1/cpu/pxa/start.S:122: Error: internal_relocation (type: OFFSET_IMM) not fixed up /root/download/u-boot-1.1.1/cpu/pxa/start.S:143: Error: internal_relocation (type: OFFSET_IMM) not fixed up /root/download/u-boot-1.1.1/cpu/pxa/start.S:145: Error: internal_relocation (type: OFFSET_IMM) not fixed up /root/download/u-boot-1.1.1/cpu/pxa/start.S:360: Error: internal_relocation (type: OFFSET_IMM) not fixed up my arm-linux-gcc's version is 3.2.1 . Is it the problem from? I hear that if using version 2.X.X will work , is it? How can I overcome the problem using arm-linux-gcc(ver 3.2.1)? Thanks ! Kenton Lau -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.denx.de/pipermail/u-boot/attachments/20050404/a6892db3/attachment.htm