os explico.. estoy intentando meterle linaro 4.9 a la base pac-man... y bueno, muchos parches ya le puesto.. pero hay uno que se me resiste.. y no hay cojones a solucionarlo..
os dejo aqui el error que me tira el terminal.. a ver si sabeis que puede ser, o alguna sugerencia o algo..

Código:
target thumb C++: libicuuc <= external/icu4c/common/putil.cpp
In file included from /usr/include/langinfo.h:24:0,
from external/icu4c/common/putil.cpp:129:
/usr/include/nl_types.h:43:61: error: expected initializer before '__nonnull'
extern nl_catd catopen (__const char *__cat_name, int __flag) __nonnull ((1));
^
/usr/include/nl_types.h:48:31: error: expected initializer before '__THROW'
__const char *__string) __THROW __nonnull ((1));
^
/usr/include/nl_types.h:51:41: error: expected initializer before '__THROW'
extern int catclose (nl_catd __catalog) __THROW __nonnull ((1));
^
In file included from external/icu4c/common/putil.cpp:129:0:
/usr/include/langinfo.h:584:43: error: expected initializer before '__THROW'
extern char *nl_langinfo (nl_item __item) __THROW;
^
make: *** [/home/danyh/Pac-man/out/target/product/mako/obj/SHARED_LIBRARIES/libicuuc_intermediates/putil.o] Error 1
make: *** Waiting for unfinished jobs....
external/sqlite/dist/sqlite3.c: In function 'pcache1Fetch':
external/sqlite/dist/sqlite3.c:37669:25: warning: suggest braces around empty body in an 'if' statement [-Wempty-body]
if( createFlag==1 ) sqlite3BeginBenignMalloc();
^
external/sqlite/dist/sqlite3.c:37671:25: warning: suggest braces around empty body in an 'if' statement [-Wempty-body]
if( createFlag==1 ) sqlite3EndBenignMalloc();
^
external/sqlite/dist/sqlite3.c: In function 'sqlite3TempInMemory':
external/sqlite/dist/sqlite3.c:114029:47: warning: unused parameter 'db' [-Wunused-parameter]
SQLITE_PRIVATE int sqlite3TempInMemory(const sqlite3 *db){
^
external/sqlite/dist/sqlite3.c: In function 'sqlite3_test_control':
external/sqlite/dist/sqlite3.c:115208:31: warning: unused parameter 'op' [-Wunused-parameter]
SQLITE_API int sqlite3_test_control(int op, ...){
^
external/sqlite/dist/sqlite3.c: In function 'fts3SnippetFunc':
external/sqlite/dist/sqlite3.c:129896:11: warning: 'iS' may be used uninitialized in this function [-Wmaybe-uninitialized]
if( iS>iBestScore ){
^
external/sqlite/dist/sqlite3.c:129888:13: note: 'iS' was declared here
int iS;
^
/home/danyh/Pac-man/out/target/product/mako/pac_mako-ota-eng.danyh.zip doesn't exist!
Total time elapsed: 60 minutes 8 seconds
danyh@danyh ~/Pac-man $