[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: uClibc build



> -----Original Message-----
> From: rep.dot.nop@gmail.com
> Sent: Fri, 24 Aug 2007 16:05:23 +0200
> To: ejr@inbox.com
> Subject: Re: uClibc build
> 
> On Fri, Aug 24, 2007 at 05:18:40AM -0800, Junior wrote:
> >Hi,
> >Does anyone have a .config file for uClibc >= 0.9.27 that I can use for
> an ARM922 ?
>> 
> >I'm trying to build it statically (minimal) and I'm having some problems
> with several options.
> >I'll appreciate any aguidance if anyone has any.
> 
> For a starting point, you may base off the configs from
> svn ls svn://buildroot.uclibc.org/trunk/buildroot/toolchain/uClibc/
> 

Thanks, these are some of the errors I'm getting. Perhaps it's something else.
gcc -DCURSES_LOC="<ncurses.h>" -DLOCALE   -c lxdialog/checklist.c -o lxdialog/checklist.o
gcc -DCURSES_LOC="<ncurses.h>" -DLOCALE   -c lxdialog/inputbox.c -o lxdialog/inputbox.o
gcc -DCURSES_LOC="<ncurses.h>" -DLOCALE   -c lxdialog/menubox.c -o lxdialog/menubox.o
gcc -DCURSES_LOC="<ncurses.h>" -DLOCALE   -c lxdialog/textbox.c -o lxdialog/textbox.o
gcc -DCURSES_LOC="<ncurses.h>" -DLOCALE   -c lxdialog/util.c -o lxdialog/util.o
gcc -DCURSES_LOC="<ncurses.h>" -DLOCALE   -c lxdialog/yesno.c -o lxdialog/yesno.o
gcc -DCURSES_LOC="<ncurses.h>" -DLOCALE   -c mconf.c -o mconf.o
cat zconf.tab.c_shipped > zconf.tab.c
cat lex.zconf.c_shipped > lex.zconf.c
cat zconf.hash.c_shipped > zconf.hash.c
gcc -DCURSES_LOC="<ncurses.h>" -DLOCALE  -I. -c zconf.tab.c -o zconf.tab.o
gcc -DCURSES_LOC="<ncurses.h>" -DLOCALE    conf.o  zconf.tab.o -o conf
zconf.tab.o: In function `print_quoted_string':zconf.tab.c:(.text+0x20b4): undefined reference to `_IO_putc'
:zconf.tab.c:(.text+0x2138): undefined reference to `_IO_putc'
zconf.tab.o: In function `conf_expand_value':zconf.tab.c:(.text+0x5c08): undefined reference to `__ctype_b_loc'
zconf.tab.o: In function `conf_read_simple':zconf.tab.c:(.text+0x5eb0): undefined reference to `gettext'
:zconf.tab.c:(.text+0x6544): undefined reference to `__ctype_b_loc'
zconf.tab.o: In function `conf_write':zconf.tab.c:(.text+0x6f44): undefined reference to `gettext'
:zconf.tab.c:(.text+0x7394): undefined reference to `gettext'
zconf.tab.o: In function `sym_string_valid':zconf.tab.c:(.text+0xc51c): undefined reference to `__ctype_b_loc'
:zconf.tab.c:(.text+0xc5c0): undefined reference to `__ctype_b_loc'
:zconf.tab.c:(.text+0xc67c): undefined reference to `__ctype_b_loc'
zconf.tab.o: In function `menu_add_prop':zconf.tab.c:(.text+0xdf34): undefined reference to `__ctype_b_loc'
:zconf.tab.c:(.text+0xdf78): undefined reference to `__ctype_b_loc'
zconf.tab.o: In function `menu_get_prompt':zconf.tab.c:(.text+0xee3c): undefined reference to `gettext'
:zconf.tab.c:(.text+0xee68): undefined reference to `gettext'
collect2: ld returned 1 exit status
make[1]: *** [conf] Error 1
make: *** [extra/config/conf] Error 2

____________________________________________________________
GET FREE 5GB EMAIL - Check out spam free email with many cool features!
Visit http://www.inbox.com/email to find out more!



Reply to: