[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: _nc_get_table error while cross compiling ncurses-5.4 for arm
From: |
Frank van Vugt |
Subject: |
Re: _nc_get_table error while cross compiling ncurses-5.4 for arm |
Date: |
Mon, 10 Oct 2005 23:41:48 +0200 |
User-agent: |
KMail/1.8 |
Hi,
Here's what I'm using:
CC=arm-sa1100-linux-gnu-gcc CXX=arm-sa1100-linux-gnu-g++ \
./configure --host=i686-pc-linux --target=arm-sa1100-linux \
--without-ada --without-progs --without-gpm --without-sysmouse \
--with-build-cc=gcc --enable-widec --with-terminfo-dirs=/etc/terminfo \
--prefix=$FOXI_INSTALL \
Followed by your make, make install.libs, whatever.
Mind you, you need the latest tarball, apply the latest rollup patch and any
additional patches you want (since you started patching, you probably want
all available ones ;) ).
See also ftp://invisible-island.net/ncurses/5.4/README.
Good luck.
--
Best,
Frank.