From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Ruehl Date: Wed, 23 Oct 2013 09:44:03 +0800 Subject: [U-Boot] v2013.10 failed build with jffs2 cmd In-Reply-To: <52671A0A.3020907@gtsys.com.hk> References: <20131022121348.F30EE3811DA@gemini.denx.de> <52671A0A.3020907@gtsys.com.hk> Message-ID: <526729E3.7040706@gtsys.com.hk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de FYI On Wednesday, October 23, 2013 08:36 AM, Chris Ruehl wrote: > Hi Wolfgang, > > On Tuesday, October 22, 2013 08:13 PM, Wolfgang Denk wrote: >> Dear Chris Ruehl, >> >> I wrote: >> >>> If everything else fails, use "USE_PRIVATE_LIBGCC=y" on the make >>> command line. >> >> I mean: use "USE_PRIVATE_LIBGCC=yes" on the make command line. > > after I set this option the build failed for > > /uboot.d/u-boot-git/arch/arm/lib/libgcc.o -Map u-boot.map -o u-boot > fs/jffs2/libjffs2.o: In function `jffs2_1pass_build_lists': > /opt/cross_build/uboot.d/u-boot-git/fs/jffs2/jffs2_1pass.c:1441: > undefined reference to `__aeabi_uldivmod' > > I mentioned this reference as "root of the evil" before :-) > > Chris > >> >> >> Best regards, >> >> Wolfgang Denk >> > just to let you know, I open a thread on the linaro tool-chain mail list for this problem. Chris