* [U-Boot-Users] error when compile U-Boot
@ 2005-04-04 10:28 Kenton Lau
0 siblings, 0 replies; 3+ messages in thread
From: Kenton Lau @ 2005-04-04 10:28 UTC (permalink / raw)
To: u-boot
?
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* [U-Boot-Users] error when compile U-Boot
@ 2005-04-04 10:25 Kenton Lau
0 siblings, 0 replies; 3+ messages in thread
From: Kenton Lau @ 2005-04-04 10:25 UTC (permalink / raw)
To: u-boot
?
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
/root/download/u-boot-1.1.1/cpu/pxa/start.S:361: Error: internal_relocation (type: OFFSET_IMM) not fixed up
/root/download/u-boot-1.1.1/cpu/pxa/start.S:366: Error: internal_relocation (type: OFFSET_IMM) not fixed up
/root/download/u-boot-1.1.1/cpu/pxa/start.S:367: Error: internal_relocation (type: OFFSET_IMM) not fixed up
/root/download/u-boot-1.1.1/cpu/pxa/start.S:372: Error: internal_relocation (type: OFFSET_IMM) not fixed up
/root/download/u-boot-1.1.1/cpu/pxa/start.S:373: Error: internal_relocation (type: OFFSET_IMM) not fixed up
/root/download/u-boot-1.1.1/cpu/pxa/start.S:378: Error: internal_relocation (type: OFFSET_IMM) not fixed up
/root/download/u-boot-1.1.1/cpu/pxa/start.S:379: Error: internal_relocation (type: OFFSET_IMM) not fixed up
/root/download/u-boot-1.1.1/cpu/pxa/start.S:384: Error: internal_relocation (type: OFFSET_IMM) not fixed up
/root/download/u-boot-1.1.1/cpu/pxa/start.S:385: Error: internal_relocation (type: OFFSET_IMM) not fixed up
/root/download/u-boot-1.1.1/cpu/pxa/start.S:408: Error: internal_relocation (type: OFFSET_IMM) not fixed up
/root/download/u-boot-1.1.1/cpu/pxa/start.S:409: Error: internal_relocation (type: OFFSET_IMM) not fixed up
/root/download/u-boot-1.1.1/cpu/pxa/start.S:414: Error: internal_relocation (type: OFFSET_IMM) not fixed up
/root/download/u-boot-1.1.1/cpu/pxa/start.S:415: 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/c5d505a9/attachment.htm
^ permalink raw reply [flat|nested] 3+ messages in thread
* [U-Boot-Users] error when compile U-Boot
@ 2005-04-04 10:25 Kenton Lau
0 siblings, 0 replies; 3+ messages in thread
From: Kenton Lau @ 2005-04-04 10:25 UTC (permalink / raw)
To: u-boot
?
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
/root/download/u-boot-1.1.1/cpu/pxa/start.S:361: Error: internal_relocation (type: OFFSET_IMM) not fixed up
/root/download/u-boot-1.1.1/cpu/pxa/start.S:366: Error: internal_relocation (type: OFFSET_IMM) not fixed up
/root/download/u-boot-1.1.1/cpu/pxa/start.S:367: Error: internal_relocation (type: OFFSET_IMM) not fixed up
/root/download/u-boot-1.1.1/cpu/pxa/start.S:372: Error: internal_relocation (type: OFFSET_IMM) not fixed up
/root/download/u-boot-1.1.1/cpu/pxa/start.S:373: Error: internal_relocation (type: OFFSET_IMM) not fixed up
/root/download/u-boot-1.1.1/cpu/pxa/start.S:378: Error: internal_relocation (type: OFFSET_IMM) not fixed up
/root/download/u-boot-1.1.1/cpu/pxa/start.S:379: Error: internal_relocation (type: OFFSET_IMM) not fixed up
/root/download/u-boot-1.1.1/cpu/pxa/start.S:384:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.denx.de/pipermail/u-boot/attachments/20050404/a9863dcf/attachment.htm
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2005-04-04 10:28 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-04 10:28 [U-Boot-Users] error when compile U-Boot Kenton Lau
-- strict thread matches above, loose matches on Subject: below --
2005-04-04 10:25 Kenton Lau
2005-04-04 10:25 Kenton Lau
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox