Gentoo Archives: gentoo-embedded

From: Jakub Ladman <ladmanj@×××××.cz>
To: gentoo-embedded@l.g.o
Subject: Re: [gentoo-embedded] problem cross-emerging minicom
Date: Mon, 17 Jul 2006 14:29:04
Message-Id: 200607171627.28644.ladmanj@volny.cz
In Reply to: Re: [gentoo-embedded] problem cross-emerging minicom by Ned Ludd
1 Thanx for answers.
2 I have not qlist binary on my system, from which ebuild it comes?
3 Jakub Ladman
4 Dne pondìlí 17 èervenec 2006 13:35 Ned Ludd napsal(a):
5 > On Mon, 2006-07-17 at 07:32 -0400, Ned Ludd wrote:
6 > > On Mon, 2006-07-17 at 11:18 +0200, Jakub Ladman wrote:
7 > > > Hi
8 > > > Is this a reason, why i got no answer to my question, that by keywords
9 > > > is the application ebuild incompatible with my system and then it is
10 > > > "Off topic" here in gentoo embedded ml?
11 > >
12 > > It's semi the right place. bugs.gentoo.org is probably better.
13 > > However chances are that nobody else encountered this bug you have on
14 > > the arch that you have and can't really comment on it.
15 > >
16 > > Taking a quick peek at the code we see that BC is defined on line
17 > > 65 of src/window.c ; static char *BC, *CR, *NL;
18 > > And is not wrapped within any sort of #ifdef so you really should not be
19 > > hitting that bug unless the sh4 has problems with static char *
20 > >
21 > > Anyway this is embedded and tends to require problem solving by
22 > > all parties involved.
23 >
24 > Also maybe worth noting is that ncurses provides a symbol named BC
25 >
26 > qlist -eo ncurses | scanelf -s +BC -f - -q
27 >
28 > > > If yes, tell me the right place, or recommend me please any other
29 > > > simple terminal, usable to serial line communications. I do not need
30 > > > modem functions, i do not need kermit, zmodem nor any other file
31 > > > transfer. I need terminal for embedded linux machine which has console
32 > > > on serial line and terminal for testing embedded modules (gprs module,
33 > > > gps module, bt module) to run inside the embedded system.
34 > > > I do not want to write it, because i am sure that it must exist.
35 > > > Thank you
36 > > > Jakub Ladman
37 > > >
38 > > > Dne pátek 14 èervenec 2006 14:24 Jakub Ladman napsal(a):
39 > > > > Hello dear friends
40 > > > >
41 > > > > For bebugging a serial comunication i need to build minicom terminal
42 > > > > for my SH4 system.
43 > > > > Ebuild has not the sh keyword and it fails even if i have copied
44 > > > > ebuild to portage overlay and add the keyword.
45 > > > >
46 > > > > I get this error message:
47 > > > >
48 > > > > sh4-pc-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -Os
49 > > > > -pipe -fPIC -I../intl -Wall -W -c dial.c
50 > > > > sh4-pc-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -Os
51 > > > > -pipe -fPIC -I../intl -Wall -W -c window.c
52 > > > > window.c: In function `_gotoxy':
53 > > > > window.c:325: error: `BC' undeclared (first use in this function)
54 > > > > window.c:325: error: (Each undeclared identifier is reported only
55 > > > > once window.c:325: error: for each function it appears in.)
56 > > > > window.c: In function `win_init':
57 > > > > window.c:1925: error: `BC' undeclared (first use in this function)
58 > > > > make[2]: *** [window.o] Error 1
59 > > > > make[2]: Leaving directory
60 > > > > `/var/tmp/portage/minicom-2.1-r2/work/minicom-2.1/src'
61 > > > > make[1]: *** [all-recursive] Error 1
62 > > > > make[1]: Leaving directory
63 > > > > `/var/tmp/portage/minicom-2.1-r2/work/minicom-2.1' make: ***
64 > > > > [all-recursive-am] Error 2
65 > > > >
66 > > > >
67 > > > > I do not udestand the problem.
68 > > > > Can you help me?
69 > > > >
70 > > > > Best regards
71 > > > > Jakub Ladman
72 >
73 > --
74 > Ned Ludd <solar@g.o>
75 > Gentoo Linux
76
77 --
78 gentoo-embedded@g.o mailing list

Replies

Subject Author
Re: [gentoo-embedded] problem cross-emerging minicom Ned Ludd <solar@g.o>
[gentoo-embedded] OT: Clock-Counter on an embedded board? andreas.sumper@×××××××××.at