← Back to team overview

rohc team mailing list archive

Re: android compilation

 

Ok so when I build with a fresh dowload it cross compiles fine, which leads me to wonder what could corrupt my previous check out.  My question now is does this download have the bug fix that addresses the crash I found months ago, or is that only in the dev branch?




________________________________
 From: X-Calibre <xcalibre0@xxxxxxxxx>
To: "rohc@xxxxxxxxxxxxxxxxxxx" <rohc@xxxxxxxxxxxxxxxxxxx> 
Sent: Friday, July 12, 2013 1:36 PM
Subject: Re: [Rohc] android compilation
 


sh ./config.sub --version
GNU config.sub (2013-01-11)

Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,
2012, 2013 Free Software Foundation, Inc.

This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

---------------------------------------------
sh ./config.sub arm-linux-androideabi
arm-unknown-linux-androideabi




________________________________
 From: Didier Barvaux <didier@xxxxxxxxxxx>
To: rohc@xxxxxxxxxxxxxxxxxxx 
Sent: Thursday, July 11, 2013 2:12 PM
Subject: Re: [Rohc] android compilation
 

Hello,

> Not much improvement
> ...
> checking build system type... x86_64-unknown-linux-gnu
> checking host system type... Invalid configuration
> `arm-linux-androideabi': system `androideabi' not recognized
> configure: error: /bin/sh ./config.sub arm-linux-androideabi failed
> ***** CLEANING **** make: *** No rule to make target `clean'.  Stop.
> ***** BUILDING ****
> make: *** No rule to make target `all'.  Stop.

The config.sub should be fine in the tarball. You probably run the
autogen.sh script at least one with old autotools.

What is your Linux distribution and its version?

Then, please send me the output of the following commands in a new
directory:

  $ tar xjf rohc-1.6.0.tar.bz2
  $ cd rohc-1.6.0/
  $ sh
 ./config.sub --version
  $ sh ./config.sub arm-linux-androideabi


On my dev system, I got:
  $ sh ./config.sub --version
  GNU config.sub (2013-01-11)
  ...
  $ sh ./config.sub arm-linux-androideabi
  arm-unknown-linux-androideabi


Regards,
Didier
_______________________________________________
Mailing list: https://launchpad.net/~rohc
Post to     : rohc@xxxxxxxxxxxxxxxxxxx
Unsubscribe : https://launchpad.net/~rohc
More help   : https://help.launchpad.net/ListHelp



_______________________________________________
Mailing list: https://launchpad.net/~rohc
Post to     : rohc@xxxxxxxxxxxxxxxxxxx
Unsubscribe : https://launchpad.net/~rohc
More help   : https://help.launchpad.net/ListHelp

Follow ups

References