Results 1 to 1 of 1
When i compiling gdb for ARM processor i am getting this error as
Code:
checking for iconv declaration... install-shextern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * ...
- 01-05-2010 #1Linux User
- Join Date
- Aug 2008
- Location
- Trichy,India
- Posts
- 308
gdb compiling error
When i compiling gdb for ARM processor i am getting this error as
can anyone tell me what will be the error. I think th termcap library is not there. i downloaded and cross compiled tremcap library but still it is not working. kindly help meCode:checking for iconv declaration... install-shextern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking for library containing waddstr... no configure: WARNING: no enhanced curses library found; disabling TUI checking for library containing tgetent... no configure: error: no termcap library found make[1]: *** [configure-gdb] Error 1 make[1]: Leaving directory `/mnt/freescale/sources/gdb-7.0' make: *** [all] Error 2 sharief@sharief-desktop:/mnt/freescale/sources/gdb-7.0$
Thanks in advance...


Reply With Quote