On Mon, 2006-07-17 at 07:32 -0400, Ned Ludd wrote: > On Mon, 2006-07-17 at 11:18 +0200, Jakub Ladman wrote: > > Hi > > Is this a reason, why i got no answer to my question, that by keywords is > > the > > application ebuild incompatible with my system and then it is "Off topic" > > here in gentoo embedded ml? > > It's semi the right place. bugs.gentoo.org is probably better. > However chances are that nobody else encountered this bug you have on > the arch that you have and can't really comment on it. > > Taking a quick peek at the code we see that BC is defined on line > 65 of src/window.c ; static char *BC, *CR, *NL; > And is not wrapped within any sort of #ifdef so you really should not be > hitting that bug unless the sh4 has problems with static char * > > Anyway this is embedded and tends to require problem solving by > all parties involved. >
Also maybe worth noting is that ncurses provides a symbol named BC qlist -eo ncurses | scanelf -s +BC -f - -q > > > If yes, tell me the right place, or recommend me please any other simple > > terminal, usable to serial line communications. I do not need modem > > functions, i do not need kermit, zmodem nor any other file transfer. > > I need terminal for embedded linux machine which has console on serial line > > and terminal for testing embedded modules (gprs module, gps module, bt > > module) to run inside the embedded system. > > I do not want to write it, because i am sure that it must exist. > > Thank you > > Jakub Ladman > > > > > > > > Dne pátek 14 červenec 2006 14:24 Jakub Ladman napsal(a): > > > Hello dear friends > > > > > > For bebugging a serial comunication i need to build minicom terminal for > > > my > > > SH4 system. > > > Ebuild has not the sh keyword and it fails even if i have copied ebuild to > > > portage overlay and add the keyword. > > > > > > I get this error message: > > > > > > sh4-pc-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -Os -pipe > > > -fPIC -I../intl -Wall -W -c dial.c > > > sh4-pc-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -Os -pipe > > > -fPIC -I../intl -Wall -W -c window.c > > > window.c: In function `_gotoxy': > > > window.c:325: error: `BC' undeclared (first use in this function) > > > window.c:325: error: (Each undeclared identifier is reported only once > > > window.c:325: error: for each function it appears in.) > > > window.c: In function `win_init': > > > window.c:1925: error: `BC' undeclared (first use in this function) > > > make[2]: *** [window.o] Error 1 > > > make[2]: Leaving directory > > > `/var/tmp/portage/minicom-2.1-r2/work/minicom-2.1/src' > > > make[1]: *** [all-recursive] Error 1 > > > make[1]: Leaving directory > > > `/var/tmp/portage/minicom-2.1-r2/work/minicom-2.1' make: *** > > > [all-recursive-am] Error 2 > > > > > > > > > I do not udestand the problem. > > > Can you help me? > > > > > > Best regards > > > Jakub Ladman > > -- Ned Ludd <[EMAIL PROTECTED]> Gentoo Linux -- [email protected] mailing list
