logo       

Re: AVR32 building failing at uclibc: msg#00025

t2.devel

Subject: Re: AVR32 building failing at uclibc

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.

Have fun,

--
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>
Google Custom Search

News | FAQ | advertise