From: Paul Bender <pebender@san.rr.com>
To: linux-hotplug@vger.kernel.org
Subject: Re: udev, input/linux.h and cross compilation
Date: Wed, 20 Jan 2010 18:59:18 +0000 [thread overview]
Message-ID: <4B575286.3080405@san.rr.com> (raw)
In-Reply-To: <4B5749A9.2090005@san.rr.com>
On 1/20/2010 10:30 AM, Kay Sievers wrote:
> On Wed, Jan 20, 2010 at 19:21, Paul Bender<pebender@san.rr.com> wrote:
>> The top level Makefile.am hard codes /usr/include/linux/input.h for use in
>> the generation of extras/keymap/keys.txt. Such hard coding does not work
>> when cross compiling as the linux/input.h file that should be used is the
>> cross environment's linux/include.h not /usr/include/linux/input.h.
>>
>> I have attached a patch that determines the correct linux/include.h file
>> during configure. The configure change makes use of the AX_ABOLUTE_HEADER
>> http://www.nongnu.org/autoconf-archive/ax_absolute_header.html, which the
>> patch adds to the m4.
>
> Why is all this magic needed? Can't you just use:
> extras/keymap/keys.txt: $(includedir)/linux/input.h
>
> Thanks,
> Kay
Using ${includedir} is not sufficient because ${includedir} is in the
run time path. The cross build files are installed in
${DESTDIR}${includedir} not ${includedir} on the build system.
For me, ${DESTDIR}${includedir} would be sufficient. However, I figured
that depending on a detection macro used by (and therefore fixed for)
multiple packages on multiple distributions was better than hard coding
${DESTDIR}${includedir}.
next prev parent reply other threads:[~2010-01-20 18:59 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-01-20 18:21 udev, input/linux.h and cross compilation Paul Bender
2010-01-20 18:30 ` Kay Sievers
2010-01-20 18:59 ` Paul Bender [this message]
2010-01-21 11:00 ` Martin Pitt
2010-01-22 1:29 ` Paul Bender
2010-01-22 14:02 ` Dan Nicholson
2010-01-24 19:23 ` 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=4B575286.3080405@san.rr.com \
--to=pebender@san.rr.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.