[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
(usagi-users 02019) question of user application/tool compling for XScale platform
- To: usagi-users@xxxxxxxxxxxxxx
- Subject: (usagi-users 02019) question of user application/tool compling for XScale platform
- From: "Fan, Ardelle" <ardelle.fan@xxxxxxxxx>
- Date: Tue, 10 Dec 2002 17:08:25 +0800
- Reply-to: usagi-users@xxxxxxxxxxxxxx
Hi all
I met some problems in compling the user application/tool for XScale
platform. Could anyone give me a help?
In the directory of usagi/src/netkit-ftp
I entered the command of ./configure --with-c-compiler=arm-linux-gcc
--enable-ipv6.
1. Then the configure file will check arm-linux-gcc, after succeed in
compiling, the __conftest cannot be executed since it is a cross-compiled
object file. The same issue took place in checking BSD signal. I temparily
remove the line of file execution to walk around it.
2. Then configure file check for ncurses or termcap, the asm-linux-gcc
package doesn't include those files at all. So the configuration failed.
Here are my questions:
1. Is there any programs for ipv6 capable user tools without user interface?
2. Or if it dosn't need ncurses/termcap, any way to walk around the
configure? Directly modify the Makefile?
3. Anyone have tried to build these kind of user applications/tools on iPAQ
or other arm platform?