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 - added it to nios2-linux/uClinux-dist/user/jfsutils-1.1.14 2. cd to the jfsutils-1.1.14 directory LDFLAGS="-elf2flt" ./configure --host=nios2-linux-uclibc --disable-shared --prefix=/opt/nios2 The configure output is LONG but at the beginning I get configure: WARNING: unrecognized options: --disable-shared configure: WARNING: If you wanted to set the --build type, don't use --host. If a cross compiler is detected then cross compile mode will be used. AND AT THE END I GET --- configure: error: 'Install e2fsprogs-libs e2fsprogs-devel or uuid-dev' Can anyone steer me in the right direction? Thanks in advance.