This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See crosstool-NG for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Canadian build and CT_TARGET fails


On 03. aug. 2012 00:20, Yann E. MORIN wrote:
> Per-Arnold, All,
> 
> On Thursday 02 August 2012 10:29:56 Per Arnold Blaasmo wrote:
> [--SNIP--]
>>>> I found for GCC in gcc/Makefile.in these lines that seems to cause the
>>>> error:
>>>>
>>>>> # Dump a specs file to make -B./ read these specs over installed ones.
>>>>> $(SPECS): xgcc$(exeext)
>>>>>         $(GCC_FOR_TARGET) -dumpspecs > tmp-specs
>>>>>         mv tmp-specs $(SPECS)
>>>>
>>>> It uses GCC_FOR _TARGET. Which is set to 'arm-non-eabi', but since we do
>>>> not have that one ready yet at this point it will fail unless you have
>>>> it in your path prebuilt.
> 
> OK, now crosstool-NG always builds the core pass-1 core compiler.
> I've oushed the changeset to the repos, now. Care to give it a whirl?
> 
> I'll probably do the release to morrow evening (which is a 3-day delay from
> the planned schedule. Shit happens, big deal).
> 
> Thanks for the report and the digging! :-)
> 
> Regards,
> Yann E. MORIN.
> 
Hi,
I had to make more changes to make it work al the way trough..
After the changes I made in gcc.sh I also had to make changes to the
libc (newlib.sh) build and add do_libc_for_build() and do_libc_for_host().

I will make a patch set in the next hour so that you can see.
I will upload it here.

Regards
Per A.

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]