Re: Need help building AVR toolchain
Re: Need help building AVR toolchain
- Subject: Re: Need help building AVR toolchain
- From: Rick Mann <email@hidden>
- Date: Sun, 14 May 2006 20:08:53 -0700
On May 14, 2006, at 19:28 , Agent M wrote:
How did you install gettext? From source?
I have not installed gettext. I assumed it was already there. Is this
something I need?
A separate issue: it doesn't look like the compiler invocation
includes "-lintl". Check if adding it in manually fixes the issue.
I tried that, and it couldn't find a file for -lintl.
So I downloaded gettext-0.14.5, built it with the standard config,
make, make install dance, and tried again. I get:
$ g++ -g -O2 -L/usr/local/avr/i686-apple-darwin8.6.1/avr/lib -
lbfd -L/usr/local/avr/lib -o avarice crc16.o devdescr.o ioreg.o
jtag2bp.o jtag2io.o jtag2misc.o jtag2prog.o jtag2run.o jtag2rw.o
jtag2usb.o jtagbp.o jtaggeneric.o jtagio.o jtagmisc.o jtagprog.o
jtagrun.o jtagrw.o main.o remote.o utils.o gnu_getopt.o
gnu_getopt1.o -lusb -lbfd -liberty -liconv -lintl
/usr/bin/ld: warning multiple definitions of symbol _locale_charset
/usr/local/lib/libintl.dylib(localcharset.o) definition of
_locale_charset
/usr/lib/gcc/i686-apple-darwin8/4.0.1/../../../libiconv.dylib
(localcharset.o) definition of _locale_charset
/usr/bin/ld: warning suggest use of -bind_at_load, as lazy binding
may result in errors or different symbols being used
symbol _locale_charset used from dynamic library /usr/local/lib/
libintl.dylib(localcharset.o) not from earlier dynamic library /usr/
lib/libiconv.2.dylib(localcharset.o)
Sorry for being so incapable, but I appreciate the help...
--
Rick
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden