Hi,
--- Quote Start ---
I try to build a GUI Interface using FLTK.
I have a code which can run on nios-linux nommu version(20090730)
However, I can't use the same code in MMU version(20100621)
I think the problem is my Makefile,
I can't involve all the libraries.
Compiler will generate (cannot find -lfltk, -lnano-x, -lX11)
--- Quote End ---
Maybe you need dynamic link libraries '
libnano-x.so', '
libX11.so' and so on. You can make '
libX11.so' in the folder 'nios2-linux/uClinux-dist/user/microwin/nxlib/nxlib-0.45'. And please refer my post.
http://www.alteraforum.com/forum/showpost.php?p=74596&postcount=13 Kazu