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

Replies

Subject Author
Re: [gentoo-embedded] problem cross-emerging minicom Jakub Ladman <ladmanj@×××××.cz>