From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Sat, 1 Aug 2009 18:14:09 +0200 Subject: [U-Boot] Missing __udivdi3 for ARM In-Reply-To: <20090801144004.0CB29832E416@gemini.denx.de> References: <17434f2e0907311440v2909bf46w74877af175f493e6@mail.gmail.com> <20090801132619.GA19785@game.jcrosoft.org> <20090801144004.0CB29832E416@gemini.denx.de> Message-ID: <20090801161409.GD19785@game.jcrosoft.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 16:40 Sat 01 Aug , Wolfgang Denk wrote: > Dear Jean-Christophe PLAGNIOL-VILLARD, > > In message <20090801132619.GA19785@game.jcrosoft.org> you wrote: > > On 17:40 Fri 31 Jul , J.C. Wren wrote: > > > I enabled CONFIG_YAFFS2 for ARM, and got the following message: > > > /home/user/u-boot/fs/yaffs2/yaffscfg.c:185: undefined reference to > > > `__udivdi3' > > just use lldiv > > The big question here is if such a change makes sense; please keep in > mind that the yaffs2 code is just borrowed from Linux, so changes > should be kept to a minimum. yaffs2 is not linux mainline and will never been as it's author do not care about it I've already seen such problem wiht out of tree code Best Regards, J.