public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
From: James Chapman <jchapman@katalix.com>
To: mohammed shareef <mdshareef@gmail.com>
Cc: James Carlson <carlsonj@workingcode.com>,
	omap <linux-omap@vger.kernel.org>,
	linux-ppp@vger.kernel.org
Subject: Re: ppp on 2.6.18
Date: Mon, 16 Jun 2008 15:38:00 +0100	[thread overview]
Message-ID: <48567AC8.3080404@katalix.com> (raw)
In-Reply-To: <a1d91fa0806160719u3dc02e20w50f7e02570cd21f3@mail.gmail.com>

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


  parent reply	other threads:[~2008-06-16 14:38 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-06-16 12:36 ppp on 2.6.18 mohammed shareef
2008-06-16 12:53 ` James Chapman
2008-06-16 14:13   ` James Carlson
2008-06-16 14:19     ` mohammed shareef
2008-06-16 14:23       ` James Carlson
2008-06-16 14:38       ` James Chapman [this message]
2008-06-16 15:10         ` mohammed shareef
2008-06-16 15:22           ` James Chapman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=48567AC8.3080404@katalix.com \
    --to=jchapman@katalix.com \
    --cc=carlsonj@workingcode.com \
    --cc=linux-omap@vger.kernel.org \
    --cc=linux-ppp@vger.kernel.org \
    --cc=mdshareef@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox