|
Re: AVR32 building failing at uclibc: msg#00037t2.devel
Hi, On Sunday 17 June 2007 15:17:40 you wrote: > Welcome Marcelo, > > On Saturday 16 June 2007 18:49:15 you wrote: > > > I am trying to build T2 for AVR32 but my system is failing during > > uclibc building. The error is "make: *** No rule to make target > > `locale_headers'.". My setup is: > > - minimal configuration > > - just create bin packages and isofs.txt > > - target avr32 > > - cross compilation > > Any tips about this locale_headers? > > I saw this already in the IRC. Something like this is a temporary workaround: > > Index: package/base/uclibc/uclibc.conf > =================================================================== > --- package/base/uclibc/uclibc.conf (revision 24587) > +++ package/base/uclibc/uclibc.conf (working copy) > @@ -142,8 +143,9 @@ > } > > if [ "$SDECFG_DISABLE_NLS" = "0" ]; then > - hook_add preconf 5 'uclibc_preparelocale' > + #hook_add preconf 5 'uclibc_preparelocale' > #var_append patchfiles ' ' > $base/package/*/uclibc/make_locale_after_headers.diff > + : > fi > > uclibc_preconf() > @@ -174,7 +176,8 @@ > auto_config 3 > eval $MAKE $makeopt oldconfig > if [ "$SDECFG_DISABLE_NLS" = "0" ]; then > - eval $MAKE $makeopt locale_headers > + #eval $MAKE $makeopt locale_headers > + : > fi > eval $MAKE $makeopt all > > I take a in-depth look soon to get this fixed for real. As of r24720 this is fixed by a custom uclicbc.conf for avr32. Yours, -- René Rebe - ExactCODE GmbH - Europe, Germany, Berlin http://exactcode.de | http://t2-project.org | http://rene.rebe.name ----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to lists@xxxxxxxxxxxxxx with a subject of: unsubscribe t2 |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: generic eabi arm embedded build uclibc failure: 00037, René Rebe |
|---|---|
| Next by Date: | EGLIBC now in T2 Was: Re: [RFC] Avoiding _divsi3 call during ld.so bootstrap: 00037, René Rebe |
| Previous by Thread: | Re: AVR32 building failing at uclibci: 00037, René Rebe |
| Next by Thread: | 700 packages marked to cross build Was: [ANNOUNCE] new CROSS Flag, 341 packages flagged: 00037, René Rebe |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |