* Arm Build Failing
@ 2014-07-20 4:03 Nick Krause
2014-07-20 4:10 ` Roberto J. Dohnert
0 siblings, 1 reply; 3+ messages in thread
From: Nick Krause @ 2014-07-20 4:03 UTC (permalink / raw)
To: linux-kernel@vger.kernel.org
arm-linux-gnueabihf-gcc: error: unrecognized command line option ‘-m64’
arm-linux-gnueabihf-gcc: error: unrecognized command line option ‘-mno-mmx’
arm-linux-gnueabihf-gcc: error: unrecognized command line option ‘-mno-sse’
arm-linux-gnueabihf-gcc: error: unrecognized command line option ‘-mno-red-zone’
arm-linux-gnueabihf-gcc: error: unrecognized command line option
‘-mcmodel=kernel’
This happens every time I try to build new arch code this week. Is there a easy
fix for this?
Cheers Nick
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Arm Build Failing
2014-07-20 4:03 Arm Build Failing Nick Krause
@ 2014-07-20 4:10 ` Roberto J. Dohnert
2014-07-20 4:15 ` Nick Krause
0 siblings, 1 reply; 3+ messages in thread
From: Roberto J. Dohnert @ 2014-07-20 4:10 UTC (permalink / raw)
To: Nick Krause, linux-kernel@vger.kernel.org
It looks like its trying to invoke the native (x86) compiler, but
passing it options that only make sense to an ARM compiler.
Cheers
Roberto J. Dohnert
Roberto J. Dohnert
Lead Developer
Black Lab Software Inc.
PO Box 698
Franklinton NC 27525
http://www.pc-opensystems.com
http://www.blacklablinux.org
On 07/20/2014 12:03 AM, Nick Krause wrote:
> arm-linux-gnueabihf-gcc: error: unrecognized command line option ‘-m64’
> arm-linux-gnueabihf-gcc: error: unrecognized command line option ‘-mno-mmx’
> arm-linux-gnueabihf-gcc: error: unrecognized command line option ‘-mno-sse’
> arm-linux-gnueabihf-gcc: error: unrecognized command line option ‘-mno-red-zone’
> arm-linux-gnueabihf-gcc: error: unrecognized command line option
> ‘-mcmodel=kernel’
> This happens every time I try to build new arch code this week. Is there a easy
> fix for this?
> Cheers Nick
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Arm Build Failing
2014-07-20 4:10 ` Roberto J. Dohnert
@ 2014-07-20 4:15 ` Nick Krause
0 siblings, 0 replies; 3+ messages in thread
From: Nick Krause @ 2014-07-20 4:15 UTC (permalink / raw)
To: Roberto J. Dohnert; +Cc: linux-kernel@vger.kernel.org
On Sun, Jul 20, 2014 at 12:10 AM, Roberto J. Dohnert
<rjdohnert@gmail.com> wrote:
> It looks like its trying to invoke the native (x86) compiler, but passing it
> options that only make sense to an ARM compiler.
>
> Cheers
>
> Roberto J. Dohnert
> Roberto J. Dohnert
> Lead Developer
> Black Lab Software Inc.
> PO Box 698
> Franklinton NC 27525
> http://www.pc-opensystems.com
> http://www.blacklablinux.org
>
>
> On 07/20/2014 12:03 AM, Nick Krause wrote:
>>
>> arm-linux-gnueabihf-gcc: error: unrecognized command line option ‘-m64’
>> arm-linux-gnueabihf-gcc: error: unrecognized command line option
>> ‘-mno-mmx’
>> arm-linux-gnueabihf-gcc: error: unrecognized command line option
>> ‘-mno-sse’
>> arm-linux-gnueabihf-gcc: error: unrecognized command line option
>> ‘-mno-red-zone’
>> arm-linux-gnueabihf-gcc: error: unrecognized command line option
>> ‘-mcmodel=kernel’
>> This happens every time I try to build new arch code this week. Is there a
>> easy
>> fix for this?
>> Cheers Nick
>> --
>> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at http://vger.kernel.org/majordomo-info.html
>> Please read the FAQ at http://www.tux.org/lkml/
>>
>
That was a stupid mistake :). I would like to known how to cross
compile only one directory
as I am primarily doing arm fix mes.
Cheers Nick
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-07-20 4:15 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-20 4:03 Arm Build Failing Nick Krause
2014-07-20 4:10 ` Roberto J. Dohnert
2014-07-20 4:15 ` Nick Krause
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.