This is the mail archive of the ecos-discuss@sourceware.cygnus.com mailing list for the eCos project. See the eCos home page for more information.


[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index] [Subject Index] [Author Index] [Thread Index]

[ECOS] Problems building ecos tools on linux



Hi all

following the instructions on the cygnus web site I tried to build the
ecos developement tools on linux (intel), but make failed. Below is what
happened. Can anyone tell me what I need to do to make the ecos tools
compile? Where do all the undefined references come from?



Regards

Zubin


[SNIP]

gcc -g -O2  -o ginfo  dir.o display.o doc.o dribble.o echo-area.o
filesys.o footnotes.o gc.o indices.o info-utils.o info.o infodoc.o
infomap.o m-x.o man.o nodemenu.o nodes.o search.o session.o signals.o
terminal.o tilde.o variables.o window.o ../lib/libtxi.a   
terminal.o: In function `terminal_begin_using_terminal':
/root/ecosSWtools-981021/src/texinfo/info/terminal.c:139: undefined
reference to `tputs'
/root/ecosSWtools-981021/src/texinfo/info/terminal.c:148: undefined
reference to `tputs'
terminal.o: In function `terminal_end_using_terminal':
/root/ecosSWtools-981021/src/texinfo/info/terminal.c:169: undefined
reference to `tputs'
/root/ecosSWtools-981021/src/texinfo/info/terminal.c:178: undefined
reference to `tputs'
terminal.o: In function `terminal_goto_xy':
/root/ecosSWtools-981021/src/texinfo/info/terminal.c:232: undefined
reference to `tgoto'
/root/ecosSWtools-981021/src/texinfo/info/terminal.c:232: undefined
reference to `tputs'
terminal.o: In function `terminal_clear_to_eol':
/root/ecosSWtools-981021/src/texinfo/info/terminal.c:272: undefined
reference to `tputs'
terminal.o: In function `terminal_clear_screen':
/root/ecosSWtools-981021/src/texinfo/info/terminal.c:284: undefined
reference to `tputs'
terminal.o: In function `terminal_up_line':
/root/ecosSWtools-981021/src/texinfo/info/terminal.c:296: undefined
reference to `tputs'
terminal.o: In function `terminal_down_line':
/root/ecosSWtools-981021/src/texinfo/info/terminal.c:308: undefined
reference to `tputs'
terminal.o:/root/ecosSWtools-981021/src/texinfo/info/terminal.c:320:
more undefined references to `tputs' follow
terminal.o: In function `terminal_delete_lines':
/root/ecosSWtools-981021/src/texinfo/info/terminal.c:366: undefined
reference to `tgoto'
/root/ecosSWtools-981021/src/texinfo/info/terminal.c:366: undefined
reference to `tputs'
/root/ecosSWtools-981021/src/texinfo/info/terminal.c:370: undefined
reference to `tputs'
terminal.o: In function `terminal_insert_lines':
/root/ecosSWtools-981021/src/texinfo/info/terminal.c:391: undefined
reference to `tgoto'
/root/ecosSWtools-981021/src/texinfo/info/terminal.c:391: undefined
reference to `tputs'
/root/ecosSWtools-981021/src/texinfo/info/terminal.c:395: undefined
reference to `tputs'
terminal.o: In function `terminal_get_screen_size':
/root/ecosSWtools-981021/src/texinfo/info/terminal.c:485: undefined
reference to `tgetnum'
/root/ecosSWtools-981021/src/texinfo/info/terminal.c:497: undefined
reference to `tgetnum'
terminal.o: In function `terminal_initialize_terminal':
/root/ecosSWtools-981021/src/texinfo/info/terminal.c:544: undefined
reference to `tgetent'
/root/ecosSWtools-981021/src/texinfo/info/terminal.c:556: undefined
reference to `tgetstr'
/root/ecosSWtools-981021/src/texinfo/info/terminal.c:572: undefined
reference to `tgetstr'
/root/ecosSWtools-981021/src/texinfo/info/terminal.c:573: undefined
reference to `tgetstr'
/root/ecosSWtools-981021/src/texinfo/info/terminal.c:574: undefined
reference to `tgetstr'
/root/ecosSWtools-981021/src/texinfo/info/terminal.c:575: undefined
reference to `tgetstr'
terminal.o:/root/ecosSWtools-981021/src/texinfo/info/terminal.c:578:
more undefined references to `tgetstr' follow
terminal.o: In function `terminal_initialize_terminal':
/root/ecosSWtools-981021/src/texinfo/info/terminal.c:610: undefined
reference to `tgetflag'
/root/ecosSWtools-981021/src/texinfo/info/terminal.c:610: undefined
reference to `tgetflag'
/root/ecosSWtools-981021/src/texinfo/info/terminal.c:613: undefined
reference to `tgetstr'
/root/ecosSWtools-981021/src/texinfo/info/terminal.c:614: undefined
reference to `tgetstr'
/root/ecosSWtools-981021/src/texinfo/info/terminal.c:623: undefined
reference to `tgetstr'
/root/ecosSWtools-981021/src/texinfo/info/terminal.c:624: undefined
reference to `tgetstr'
/root/ecosSWtools-981021/src/texinfo/info/terminal.c:625: undefined
reference to `tgetstr'
terminal.o:/root/ecosSWtools-981021/src/texinfo/info/terminal.c:626:
more undefined references to `tgetstr' follow
make[3]: *** [ginfo] Error 1
make[3]: Leaving directory `/root/build/texinfo/info'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/build/texinfo'
make[1]: *** [all-recursive-am] Error 2
make[1]: Leaving directory `/root/build/texinfo'
make: *** [all-texinfo] Error 2
make: Leaving directory `/root/build'