From: Greg KH <greg@kroah.com>
To: linux-hotplug@vger.kernel.org
Subject: Re: crosscompiling udev
Date: Tue, 22 Aug 2006 03:54:20 +0000 [thread overview]
Message-ID: <20060822035420.GA26969@kroah.com> (raw)
In-Reply-To: <1156207657.5260.10.camel@Thinkpad.beispiel.de>
On Tue, Aug 22, 2006 at 05:16:54AM +0200, Jonas Meyer wrote:
> Am Montag, den 21.08.2006, 19:18 -0700 schrieb Greg KH:
> > On Tue, Aug 22, 2006 at 02:47:37AM +0200, Jonas Meyer wrote:
> > > Hi.
> > > I just tried to crosscompile udev and noticed that in the Makefile the
> > > CROSS_COMPILE variable is emptied. when removing that line it works. Is
> > > there a reason for that behaviour or could that be changed in the next
> > > version?
> >
> > What exactly did you use on the command line to build udev in this
> > manner? You should be able to specify the CROSS_COMPILE variable on the
> > build line, and have it work properly.
> I used this: CROSS_COMPILE=arm-uclibc-linux- make
> and it builds just fine. but when i use file to look at the result:
> file udevd
> udevd: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for
> GNU/Linux 2.4.1, dynamically linked (uses shared libs), for GNU/Linux
> 2.4.1, not stripped
>
> when I remove the CROSS_COMPILE> line in the Makefile I get arm binaries,instead.
Try:
make CROSS_COMPILE=arm-uclibc-linux-
instead.
And please don't take email threads off of the mailing list, it's rude
to the rest of the members, and the archives.
thanks,
greg k-h
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid\x120709&bid&3057&dat\x121642
_______________________________________________
Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel
next prev parent reply other threads:[~2006-08-22 3:54 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-08-22 0:47 crosscompiling udev Jonas Meyer
2006-08-22 2:18 ` Greg KH
2006-08-22 3:54 ` Greg KH [this message]
2006-08-22 15:51 ` Jonas Meyer
2006-08-22 16:10 ` Vassilis Virvilis
2006-08-22 16:56 ` Kay Sievers
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=20060822035420.GA26969@kroah.com \
--to=greg@kroah.com \
--cc=linux-hotplug@vger.kernel.org \
/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;
as well as URLs for NNTP newsgroup(s).