From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dieter Kiermaier Date: Wed, 30 Sep 2009 09:40:07 +0200 Subject: [U-Boot] kirkwood (openrd): saveenv will not work with environment in NAND In-Reply-To: <20090930090831.689a1b42@marrow.netinsight.se> References: <200909291555.55911.dk-arm-linux@gmx.de> <200909300902.15225.dk-arm-linux@gmx.de> <20090930090831.689a1b42@marrow.netinsight.se> Message-ID: <200909300940.07301.dk-arm-linux@gmx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Simon, hi Prafulla, > On Wed, 30 Sep 2009 09:02:14 +0200 > Dieter Kiermaier wrote: > > > arm-none-linux-gnueabi-ld: ERROR: Source object /home/dieter/ArtistaNET-III/Software/trunk/SDK/tools/gcc/bin/../lib/gcc/arm-none-linux-gnueabi/4.2.0/libgcc.a(_udivsi3.o) has EABI version 4, but target u-boot has EABI version 0 > > > > Do you know how I can solve this problem? > > (I've read the two given mail threads but found no hint to this problem, so maybe my toolchain is broken?) > > Sounds like you might have problems with USE_PRIVATE_LIBGCC. See this > mail for how to test this: > > http://lists.denx.de/pipermail/u-boot/2009-August/059313.html export USE_PRIVATE_LIBGCC=yes seems to solve my problem - even if I don't exactly understand what I'm doing :( But now I know what I've been searching for. @Prafulla: Hi Prafulla, is there anywhere a document how to build open source u-boot for sheevaplug which explains all these details? (haven't found some documentation about this) I would expect that many others are no u-boot experts, too. And stumble into the same pitfalls? Many thanks, Dieter > > And see this for more info on how USE_PRIVATE_LIBGCC before trying to > set it to no: > > http://lists.denx.de/pipermail/u-boot/2009-August/059324.html > > ;-) > > // Simon >