Re: v2013.08.0

Alexander Shiyan shc_work at mail.ru
Thu Aug 8 02:23:19 EDT 2013


> > On Tue, Aug 06, 2013 at 02:12:35PM +0400, Alexander Shiyan wrote:
> > > > Finally we have an August release!
> > > > 
> > > > Here are the patches that went in between this and the last release:
> > > 
> > > Here is a first result of compile:
> > > 
> > > drivers/built-in.o: In function `ubi_volume_notify':
> > > :(.text.ubi_volume_notify+0x14): undefined reference to `ubi_do_get_device_info'
> > > :(.text.ubi_volume_notify+0x24): undefined reference to `ubi_do_get_volume_info'
> > > make: *** [barebox] Error 1
> > 
> > Fortunately this is in current master and not the release. The following
> > should fix this. It the patch adding ubi_volume_notify depended on
> > another patch which I have locally and I didn't notice that.
> 
> The patch is works as expected. Thanks.

Additional warning on ubi_volume_notify:

  CC      drivers/mtd/ubi/vmt.o
drivers/mtd/ubi/vmt.c: In function 'ubi_create_volume':
drivers/mtd/ubi/vmt.c:176:2: warning: implicit declaration of function 'ubi_volume_notify' [-Wimplicit-function-declaration]
  CC      drivers/mtd/ubi/upd.o
  CC      drivers/mtd/ubi/build.o
  CC      drivers/mtd/ubi/cdev.o
drivers/mtd/ubi/cdev.c: In function 'ubi_volume_cdev_close':
drivers/mtd/ubi/cdev.c:140:3: warning: implicit declaration of function 'ubi_volume_notify' [-Wimplicit-function-declaration]

---


More information about the barebox mailing list