Altera_Forum
Honored Contributor
20 years agoCompiling mkfs.jffs2
Hello All,
I am having a little problem compiling the source code for mkfs.jffs2 in the nios 2 ide. I downloaded the source from psyent.com and everytime I try to compile the source, the IDE complains that it cannot find the zlib.h file. I did a file search and found the zlib.h in the linux files directory. I manually added that directory to the include path and then it complains that the funcitions deflate, deflate_init, inflate, etc cannot are undefined in compr_zlib.c Is there something missing in the source or is is something I am doing wrong. -F