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

Replies

Subject Author
Re: [gentoo-embedded] problem cross-emerging minicom Ned Ludd <solar@g.o>