[PATCH 1/2] mkfs.ubifs: UBI I/O Library
Mike Frysinger
vapier.adi at gmail.com
Fri May 8 14:58:31 EDT 2009
On Fri, May 8, 2009 at 10:59, Corentin Chary wrote:
> I'll see what I can do to use libubi the way I want.
> The problem of using libubi in mkfs is not the includes (we can copy
> the headers in /include or add -I../ubi-utils/include).
why do you need to copy any files ?
> The main problem is that ubi-utils/Makefile make a libubi.a but
> mkfs.ubifs/Makefile have no way to use it
what's wrong with adding -lubi and a -L path ?
> As I'm working on my free time I don't have the time to try to make it
> works with the current buildsystem.
> Mike, have you got any suggestion ?
i dont see the problem
> Maybe moving to autotools instead of CMake could help us ?
we arent using autotools
-mike
More information about the linux-mtd
mailing list