Forum Discussion
Altera_Forum
Honored Contributor
16 years agoFLTK Problem
Hi~ Fltk can run. I Change my my Makefile to do it. Thank pcfantasy and Kazuyasu. Tingming My Makefile --- Quote Start --- EXEC = feverscan_gui OBJS = mai...
Altera_Forum
Honored Contributor
16 years agoHi,
--- 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