
11 Nov
2009
11 Nov
'09
11:25 a.m.
On Wed, 11 Nov 2009 18:21:25 +0800 "Lv Terry-R65388" r65388@freescale.com wrote:
I'm trying to build a u-boot image for our arm board with ubifs
support. [...] fs/ubifs/libubifs.a(lpt.o):/home/r65388/uboot-v2009.08/uboot-imx/fs/ubif s/lpt.c:87: more undefined references to `fls' follow
The function fls is defined in include/asm-ppc and there's no such
functions in include/asm-arm.
Is ubifs a common code or specified for ppc?
No, I submitted a few patches a few months ago to fix this for other architectures (ARM in particular). If you update to current U-boot git it should work.
// Simon