From: Jonathan Bagg <jbagg@lenbrook.com>
To: backports@vger.kernel.org
Cc: Solomon Peachy <pizza@shaftnet.org>, linux-wireless@vger.kernel.org
Subject: Re: cross compile backports with LTIB
Date: Thu, 01 Aug 2013 15:17:46 -0400 [thread overview]
Message-ID: <51FAB45A.9080306@lenbrook.com> (raw)
In-Reply-To: <51FAB31F.6050207@lenbrook.com>
On 13-08-01 03:12 PM, Jonathan Bagg wrote:
> On 13-08-01 01:47 PM, Solomon Peachy wrote:
>> On Thu, Aug 01, 2013 at 12:37:33PM -0400, Jonathan Bagg wrote:
>>> I've been cross compiling compat-wireless and now I'm trying
>>> backports. It looks like conf.c and zconf.tab.c are being compiled
>>> as arm and then the build process is trying to run conf on my x86
>>> host. Results using the below make parameters I was using for
>>> compat-wireless......
> Learned some things....Problem was LTIB (ltib = Freescale tool)
> environment. Outside of LTIB, backports cross compiles fine. To get
> backports happy in LTIB need to use UNSPOOF/SPOOF_PATH to switch
> between host and cross environment....
>
(this is for the LTIBs spec file for backports =
dist/lfs-5.1/backports/backports.spec - forgot to mention in previous post)
> %Build
> export PATH=$UNSPOOF_PATH
>
> make defconfig-cw1200 make prefix=%{_prefix}
> CROSS_COMPILE=${TOOLCHAIN_PATH}/bin/${TOOLCHAIN_PREFIX} ARCH=$LINTARCH
> KLIB=${TOP}/rootfs/lib/modules/%{kversion}
> KLIB_BUILD=${TOP}/rpm/BUILD/linux
>
> export PATH=$SPOOF_PATH
>
> make prefix=%{_prefix}
> CROSS_COMPILE=${TOOLCHAIN_PATH}/bin/${TOOLCHAIN_PREFIX} ARCH=$LINTARCH
> KLIB=${TOP}/rootfs/lib/modules/%{kversion}
> KLIB_BUILD=${TOP}/rpm/BUILD/linux
>
> Jon
next prev parent reply other threads:[~2013-08-01 19:26 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1375338204-2021-8-git-send-email-sujith@msujith.org>
[not found] ` <1375370826-1387-1-git-send-email-sujith@msujith.org>
[not found] ` <51FA8ECD.7070401@lenbrook.com>
2013-08-01 17:47 ` cross compile backports? Solomon Peachy
2013-08-01 19:03 ` Luis R. Rodriguez
2013-08-01 19:36 ` Solomon Peachy
2013-08-01 19:12 ` cross compile backports with LTIB Jonathan Bagg
2013-08-01 19:17 ` Jonathan Bagg [this message]
2013-08-07 19:55 ` Issue reading kernel config Jonathan Bagg
2013-08-07 20:33 ` Jonathan Bagg
2013-08-08 6:37 ` Johannes Berg
2013-08-08 11:45 ` Jonathan Bagg
2013-08-08 12:16 ` Johannes Berg
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=51FAB45A.9080306@lenbrook.com \
--to=jbagg@lenbrook.com \
--cc=backports@vger.kernel.org \
--cc=linux-wireless@vger.kernel.org \
--cc=pizza@shaftnet.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).