Gentoo Archives: gentoo-embedded

From: Jakub Ladman <ladmanj@×××××.cz>
To: gentoo-embedded@l.g.o
Subject: [gentoo-embedded] problem cross-emerging minicom
Date: Fri, 14 Jul 2006 12:28:37
Message-Id: 200607141424.55883.ladmanj@volny.cz
1 Hello dear friends
2
3 For bebugging a serial comunication i need to build minicom terminal for my
4 SH4 system.
5 Ebuild has not the sh keyword and it fails even if i have copied ebuild to
6 portage overlay and add the keyword.
7
8 I get this error message:
9
10 sh4-pc-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -Os -pipe -fPIC -I../intl -Wall -W -c
11 dial.c
12 sh4-pc-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -Os -pipe -fPIC -I../intl -Wall -W -c
13 window.c
14 window.c: In function `_gotoxy':
15 window.c:325: error: `BC' undeclared (first use in this function)
16 window.c:325: error: (Each undeclared identifier is reported only once
17 window.c:325: error: for each function it appears in.)
18 window.c: In function `win_init':
19 window.c:1925: error: `BC' undeclared (first use in this function)
20 make[2]: *** [window.o] Error 1
21 make[2]: Leaving directory
22 `/var/tmp/portage/minicom-2.1-r2/work/minicom-2.1/src'
23 make[1]: *** [all-recursive] Error 1
24 make[1]: Leaving directory `/var/tmp/portage/minicom-2.1-r2/work/minicom-2.1'
25 make: *** [all-recursive-am] Error 2
26
27
28 I do not udestand the problem.
29 Can you help me?
30
31 Best regards
32 Jakub Ladman
33 --
34 gentoo-embedded@g.o mailing list

Replies

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