Gentoo Archives: gentoo-embedded

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