[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Error while crosscompiling ncurses to ARM
From: |
Joyce Tan |
Subject: |
Error while crosscompiling ncurses to ARM |
Date: |
Mon, 28 Oct 2002 18:47:51 -0800 (PST) |
Hi,
I'm trying to cross compile ncurses to ARM but i got
some errors during "make".
This is how i entered configure "./configure
--host=arm-linux --build=i686-linux
--prefix=/root/ncurses/ncurses-5.2/output
--exec-prefix=/root/ncurses-5.2/outputexec"
This is the error message that i get. Is this a bug?
or am i doing something wrong? I get this same error
in all ncurses-5.1, ncurses-5.2 and ncurses-5.3.
Thanks
joyce
address@hidden ncurses-5.3]# make
cd man && make DESTDIR="" all
make[1]: Entering directory
`/root/ncurses/ncurses-5.3/man'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory
`/root/ncurses/ncurses-5.3/man'
cd include && make DESTDIR="" all
make[1]: Entering directory
`/root/ncurses/ncurses-5.3/include'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory
`/root/ncurses/ncurses-5.3/include'
cd ncurses && make DESTDIR="" all
make[1]: Entering directory
`/root/ncurses/ncurses-5.3/ncurses'
cd ../objects; arm-linux-gcc -DHAVE_CONFIG_H
-I../ncurses -I. -DNDEBUG -D_GNU_SOURCE -I.
-I../include -I/root/ncurses/output/include/ncurses
-O2 -c ../ncurses/comp_captab.c
../ncurses/comp_captab.c: In function `_nc_get_table':
../ncurses/comp_captab.c:74: `_nc_cap_table'
undeclared (first use in this function)
../ncurses/comp_captab.c:74: (Each undeclared
identifier is reported only once
../ncurses/comp_captab.c:74: for each function it
appears in.)
../ncurses/comp_captab.c:74: `_nc_info_table'
undeclared (first use in this function)
make[1]: *** [../objects/comp_captab.o] Error 1
make[1]: Leaving directory
`/root/ncurses/ncurses-5.3/ncurses'
make: *** [all] Error 2
address@hidden ncurses-5.3]#
__________________________________________________
Do you Yahoo!?
Y! Web Hosting - Let the expert host your web site
http://webhosting.yahoo.com/
- Error while crosscompiling ncurses to ARM,
Joyce Tan <=