From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <508B9E60.9070404@xenomai.org> Date: Sat, 27 Oct 2012 10:42:08 +0200 From: Gilles Chanteperdrix MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Xenomai] Is there anybody who can compile the xenomai's user-space support libraries and tools statically? List-Id: Discussions about the Xenomai project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: KangRobert Cc: xenomai@xenomai.org On 10/27/2012 07:38 AM, KangRobert wrote: > > > Hi, I am trying to use xenomai with android platform. > I tried to compile and install the skin libraries and testsuites on target board based by android platform.But It didn't work, because the android platform doesn't support GNU libc. > So now I'm trying to compile libraries statically, But It's very difficult to me. > Is there anybody can help me?Please give me some hint. When you configure xenomai user-space, you should pass --disable-shared to the configure script, and pass "-static" in the CFLAGS variable. Normally, that is all what is needed. -- Gilles.