Forum Discussion
Altera_Forum
Honored Contributor
20 years agohelp! make app fail use ncurses of niosw packet
hi all: I compile my app use ncurses of nios2 packet,but link failed. I got follow erro. I searched the source code of ncurse,but not find relate to function. I think these lost funct...
Altera_Forum
Honored Contributor
20 years agoThank you hippo.
I have already solve this program. The case is I use the wrong lib link. I use the user lib,not use the system lib. I use -lncruses -lmenu changer to $(USRLIB) in my makefile.Then make success and work fine in my dev board.