I'm having troubles building the source. make command exits with the following error message:
> make[2]: Entering directory > `/home/user/work/uClinux-dist-intec-wildfiremod-2.4/user/mtd-utils' > gcc -I/usr/include -I. -o build/ftl_format ftl_format.c > ftl_format.c:50:27: error: linux/mtd/ftl.h: No such file or directory > ftl_format.c:73: error: expected ‘)’ before ‘*’ token > ftl_format.c: In function ‘format_partition’: > ftl_format.c:122: error: ‘erase_unit_header_t’ undeclared (first use in this > function) > ftl_format.c:122: error: (Each undeclared identifier is reported only once > ftl_format.c:122: error: for each function it appears in.) > ftl_format.c:122: error: expected ‘;’ before ‘hdr’ > ftl_format.c:142: error: ‘hdr’ undeclared (first use in this function) > ftl_format.c:176: error: ‘BLOCK_CONTROL’ undeclared (first use in this > function) > make[2]: *** [build/ftl_format] Error 1 > make[2]: Leaving directory > `/home/user/work/uClinux-dist-intec-wildfiremod-2.4/user/mtd-utils' > make[1]: *** [all] Error 2 > make[1]: Leaving directory > `/home/user/work/uClinux-dist-intec-wildfiremod-2.4/user' > make: *** [subdirs] Error 1 What may cause this error message, and how do I solve it? Thanks! Best regards, Boris.
_______________________________________________ uClinux-dev mailing list [email protected] http://mailman.uclinux.org/mailman/listinfo/uclinux-dev This message was resent by [email protected] To unsubscribe see: http://mailman.uclinux.org/mailman/options/uclinux-dev
