ARM Cross compilation
   
    Adam Lackorzynski
     
    adam@os.inf.tu-dresden.de
       
    Fri, 18 Feb 2005 13:24:17 +0100
    
    
  
Hi,
On Fri Feb 18, 2005 at 16:06:29 +0530, Rajiv.Rajalingam@infineon.com wrote:
>           I plan to use minicom in my target which runs on ARM. Is it
> possible to cross compile this to ARM environment?
> Could any of you please let me know the steps to cross compile the same?
I guess not many have tried it. Something like this could work:
./configure --host=arm-linux
This works for me until linking as I do not have libncurses on my build
system right now.
On the other side you could just take a prebuild version from Debian, if
you can fullfil the dependencies (glibc, ncurses).
Get http://ftp.de.debian.org/debian/pool/main/m/minicom/minicom_2.1-8_arm.deb
extract it with "ar x minicom_2.1-8_arm.deb", and then tar xzvf
data.tar.gz, the usr directory then will contain the binary.
Adam
-- 
Adam                 adam@os.inf.tu-dresden.de
  Lackorzynski         http://os.inf.tu-dresden.de/~adam/