Can't use make with crosstool-NG

George Bateman georgebateman16@gmail.com
Sun Dec 8 14:11:00 GMT 2013


Thanks very much. I saw a notice at the top saying 18 was current, so
I ignored 19.

On 7 December 2013 14:04, Ray Donnelly <mingw.android@gmail.com> wrote:
> That *should* be fixed in crosstool-ng 1.19.0, please try that without
> your edit if you haven't done so already:
>
>         [3223] Allow reordered MAKEFLAGS
>
> I am working in a fork of crosstool-ng at the minute and am currently
> trying to build raspi cross compilers that are hosted on native
> Windows instead of on Cygwin; I will keep you posted.
>
> On Sat, Dec 7, 2013 at 1:31 PM, George Bateman
> <georgebateman16@gmail.com> wrote:
>> OS: Win XP SP3
>> Cygwin
>> I am attempting to follow the instructions to build a cross-compiler
>> for the Raspberry Pi given at
>> http://www.bootc.net/archives/2012/05/26/how-to-build-a-cross-compiler-for-your-raspberry-pi/
>> and have succeeded in running ./configure --prefix=/opt/cross after
>> repeatedly running it, looking at the error, and installing the
>> relevant piece of stuff from Cygwin. Now, however, when I run make, I
>> get:
>> Makefile:115: *** Recursion detected, bailing out....  Stop.
>> Makefile:120: recipe for target 'build' failed
>> make: *** [build] Error 2
>>
>> I attempted to modify Makefile to allow MAKELEVEL==1. It was my first
>> ever makefile editing, so there's no guarantee it was correct - the
>> code was
>> ifneq ($(MAKELEVEL),0)
>> ifneq ($(MAKELEVEL),1)
>> $(error Recursion detected, bailing out...)
>> endif
>> endif
>>
>> I got the new error:
>> Makefile:116: *** Recursion detected, bailing out....  Stop.
>> Makefile:122: recipe for target 'build' failed
>> make[1]: *** [build] Error 2
>> Makefile:122: recipe for target 'build' failed
>> make: *** [build] Error 2
>>
>> and I am now lost. Could you explain what went wrong?
>>
>> --
>> For unsubscribe information see http://sourceware.org/lists.html#faq
>>

--
For unsubscribe information see http://sourceware.org/lists.html#faq



More information about the crossgcc mailing list