Hi,
I am trying to create ubifs images and got stuck during the source code compilation, Please see the error message below:
pks@pks-HP-2000-Notebook-PC:~/rowboat-android/out/target/product/omap3evm/android_rootfs/mtd-utils$ make
CHK include/version.h
CC mkfs.jffs2.o
mkfs.jffs2.c:71:21: fatal error: sys/acl.h: No such file or directory
compilation terminated.
make: *** [/home/pks/rowboat-android/out/target/product/omap3evm/android_rootfs/mtd-utils/mkfs.jffs2.o] Error 1
The folder mtd-utils does not contain sys/acl.h file.
Please help..