Forum Discussion
Altera_Forum
Honored Contributor
15 years agocan not use curses LIBS by -lcurses
vt100.c: #include <curses.h> int main() { initscr(); //box(stdscr,ACS_VLINE,ACS_HLINE); move(LINES/2,COLS/2); waddstr(stdscr,"Hello,world!"); refresh(); getch(...
Altera_Forum
Honored Contributor
15 years agoSorry I don't use linux version. I can't determine your IDE/EDS Version from your last post.
Which NIOS EDS/IDE Version do you use? And have you included the directory which contains "curses.h" to the application include pathes? Is the error still coming up? regards