From mboxrd@z Thu Jan 1 00:00:00 1970 From: James Chapman Subject: Re: ppp on 2.6.18 Date: Mon, 16 Jun 2008 15:38:00 +0100 Message-ID: <48567AC8.3080404@katalix.com> References: <48566242.1080306@katalix.com> <18518.29942.550676.275051@gargle.gargle.HOWL> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-ppp-owner@vger.kernel.org To: mohammed shareef Cc: James Carlson , omap , linux-ppp@vger.kernel.org List-Id: linux-omap@vger.kernel.org mohammed shareef wrote: > I downloaded a 2.4.4 ppp package and did the following to compile it > for my omap-osk: > > ./configure --host=arm-linux --prefix=/root/Desktop/pppbuild > make > make install The configure script isn't one that supports cross compilation, unfortunately. So it is likely that you built files for your native desktop system. To cross compile, do make CC=arm-linux-gcc LD=arm-linux-ld but make sure that your compiler uses its own version of the system headers, not your desktop versions. -- James Chapman Katalix Systems Ltd http://www.katalix.com Catalysts for your Embedded Linux software development