Re: [U-Boot] checkarmreloc error for AArch64 (using vexpress_aemv8a_defconfig)

2015-07-21 Thread Albert ARIBAUD
Hello David J, On Mon, 20 Jul 2015 22:17:49 +, Chou, David J wrote: > Hello Albert, > > You are right. it seems the "file' program in my Ubuntu- 12.04.5 LTS system > doesn't have the aarch64 database of signatures as you said. But If I moved > the 64 bit u-boot I built in my Ubuntu- 12.04

Re: [U-Boot] checkarmreloc error for AArch64 (using vexpress_aemv8a_defconfig)

2015-07-20 Thread Chou, David J
h64-linux-gnu- $ make all ARCH=arm CROSS_COMPILE=aarch64-linux-gnu- Thanks. Best Regards, David Chou -Original Message- From: Albert ARIBAUD [mailto:albert.u.b...@aribaud.net] Sent: Monday, July 20, 2015 12:24 PM To: Chou, David J Cc: u-boot@lists.denx.de; Sood, Ritu Subject: Re: [U-Boot] che

Re: [U-Boot] checkarmreloc error for AArch64 (using vexpress_aemv8a_defconfig)

2015-07-20 Thread Albert ARIBAUD
Hello David J, On Mon, 20 Jul 2015 04:15:35 +, Chou, David J wrote: > Hello Albert, > > Thanks for your quick response. The error message disappeared after I > switched to use gcc-linaro-aarch64-linux-gnu-4.8-2014.04_linux tool chain > from Linaro in either u-boot-2015.07-rc2 branch or la

Re: [U-Boot] checkarmreloc error for AArch64 (using vexpress_aemv8a_defconfig)

2015-07-20 Thread Chou, David J
oot" result for your 64 bit u-boot? Thanks. Best Regards, David Chou -Original Message- From: Albert ARIBAUD [mailto:albert.u.b...@aribaud.net] Sent: Saturday, July 18, 2015 1:44 AM To: Chou, David J Cc: u-boot@lists.denx.de Subject: Re: [U-Boot] checkarmreloc error for AArch64 (

Re: [U-Boot] checkarmreloc error for AArch64 (using vexpress_aemv8a_defconfig)

2015-07-18 Thread Albert ARIBAUD
On Sat, 18 Jul 2015 10:43:41 +0200, Albert ARIBAUD wrote: > This error does not appear with the aarmch64 toolchain used by buildman > or with the aarmch64 toolchain from Ubuntu repositories, either for s/aarmch64/aarch64/g Amicalement, -- Albert. ___

Re: [U-Boot] checkarmreloc error for AArch64 (using vexpress_aemv8a_defconfig)

2015-07-18 Thread Albert ARIBAUD
Hello David, On Fri, 17 Jul 2015 22:13:32 +, Chou, David J wrote: > Hi, > > I am using u-boot-2015.07-rc2, using vexpress_aemv8a_defconfig as following: > $ make vexpress_aemv8a_juno_defconfig ARCH=arm > CROSS_COMPILE=aarch64-linux-android- > $ make all ARCH=arm CROSS_COMPILE=aarch64-linux

[U-Boot] checkarmreloc error for AArch64 (using vexpress_aemv8a_defconfig)

2015-07-18 Thread Chou, David J
Hi, I am using u-boot-2015.07-rc2, using vexpress_aemv8a_defconfig as following: $ make vexpress_aemv8a_juno_defconfig ARCH=arm CROSS_COMPILE=aarch64-linux-android- $ make all ARCH=arm CROSS_COMPILE=aarch64-linux-android- And I got "make: *** [checkarmreloc] Error 1" at the end of the build a

[U-Boot] checkarmreloc error for AArch64 (using vexpress_aemv8a_defconfig)

2015-02-26 Thread Guillaume Gardet
Hi, While building vexpress_aemv8a_defconfig, I get the following error: u-boot contains unexpected relocations: R_AARCH64_ABS64 R_AARCH64_RELATIVE Makefile:1258: recipe for target 'checkarmreloc' failed