From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Tue, 3 Dec 2013 20:15:51 -0800 Subject: [U-Boot] How to build T2080QDS board? In-Reply-To: <20131204130201.EFA2.AA925319@jp.panasonic.com> References: <20131204130201.EFA2.AA925319@jp.panasonic.com> Message-ID: <529EAC77.70009@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 12/03/2013 08:02 PM, Masahiro Yamada wrote: > Hello Shengzhou and York. > > > Commit c4d0e81156a4 added support for T2080QDS board. > But I cannot build this board with my crosstool: > https://www.kernel.org/pub/tools/crosstool/files/bin/x86_64/4.6.3/x86_64-gcc-4.6.3-nolibc_powerpc-linux.tar.xz > > > $ CROSS_COMPILE=powerpc-linux- T2080QDS > ---- > 7c8,00000000f00016d7] > powerpc-linux-ld.bfd: u-boot: section .bootpg lma 0xeffff000 adjusted to 0xf00016d8 > powerpc-linux-ld.bfd: u-boot: section .resetvec lma 0xeffffffc adjusted to 0xf0001c50 > powerpc-linux-ld.bfd: u-boot: section .u_boot_list lma 0xf00016d8 adjusted to 0xf0001c54 > make[1]: *** [u-boot] Error 1 > make[1]: Leaving directory `/home/yamada/workspace/u-boot' > make: *** [T2080QDS] Error 2 > > > How can I resolve this error ? > I noticed this error. It was OK when I request the merge. I think something else merged from other repositories increased the overall size. Shengzhou is investigating and will post a patch to fix soon. York