Forum Discussion
Altera_Forum
Honored Contributor
15 years agoadding jfs_utils
I've read all sorts of posts, but still have been unsuccessful getting jfs_fsck integrated into my uClinux for my Cyclone II Dev board. My last attempt has been: 1. got the jfsutils tar file...
Altera_Forum
Honored Contributor
15 years agoO.K - now I get the following at the end of the "make"
********************************************************* checking for sys/disklabel.h... no checking uuid/uuid.h usability... no checking uuid/uuid.h presence... no checking for uuid/uuid.h... no configure: error: 'Install e2fsprogs-libs e2fsprogs-devel or uuid-dev' make[3]: *** [build-jfsutils-1.1.14/Makefile] Error 1 make[3]: Leaving directory `/home/janet/nios2-linux/uClinux-dist/user/jfsutils' make[2]: *** [jfsutils] Error 2 make[2]: Leaving directory `/home/janet/nios2-linux/uClinux-dist/user' make[1]: *** [all] Error 2 make[1]: Leaving directory `/home/janet/nios2-linux/uClinux-dist/user' make: *** [subdirs] Error 1 [janet@localhost uClinux-dist]$ ************************************ So I'm assuming I need the "e2fsprogs-libs" "e2fsprogs-devel" OR "uuid-dev" libraries ? Or do I need the "uuid.h" header file accessable ??