master compile error

Jean-Christophe PLAGNIOL-VILLARD plagnioj at jcrosoft.com
Mon Jan 31 08:08:16 EST 2011


On 09:14 Mon 31 Jan     , Sascha Hauer wrote:
> On Mon, Jan 31, 2011 at 03:05:13AM -0500, Belisko Marek wrote:
> > Hi,
> > 
> > trying to compile current barebox
> > (a45c3b961c7696e2f203f3fd981db78d92b747e6) from master branch and get
> > following error (gcc 4.5.1):
> > LD      barebox
> > common/built-in.o: In function `image_get_data':
> > /home/open-nandra/Downloads/barebox/include/image.h:280: undefined
> > reference to `__bswapsi2'
> > common/built-in.o: In function `image_multi_getimg':
> > /home/open-nandra/Downloads/barebox/common/image.c:213: undefined
> > reference to `__bswapsi2'
> > common/built-in.o: In function `image_print_contents':
> > /home/open-nandra/Downloads/barebox/common/image.c:279: undefined
> > reference to `__bswapsi2'
> > /home/open-nandra/Downloads/barebox/common/image.c:284: undefined
> > reference to `__bswapsi2'
> > /home/open-nandra/Downloads/barebox/common/image.c:285: undefined
> > reference to `__bswapsi2'
> > common/built-in.o:/home/open-nandra/Downloads/barebox/common/image.c:286:
> > more undefined references to `__bswapsi2' follow
> > make: *** [barebox] Error 1
> > 
> > I found this patch
> > (http://lists.infradead.org/pipermail/barebox/2011-January/002693.html)
> > but seems it's missing in master branch.
> 
> Does this patch work without
> 
> d62f824 arm: libgcc update to linux v2.6.37
> ?
> 
> I hesitated to apply d62f824 to master because it seems quite intrusive.
please do not use this one
use 
import swab.h arch implementation form linux v2.3.37
commit be4146161b5316f4e7fb51c5a3c9ac0e5622c42d

it's independant from the libgcc update

Best Regards,
J.



More information about the barebox mailing list