As Ed wrote:
> configure:2524: g++ -I/Users/freddie/avrtools/i386-apple-darwin9.8.0/
> avr/include -static -L/Users/freddie/avrtools/i386-apple-darwin9.8.0/
> avr/lib conftest.cpp >&5
> ld_classic: can't locate file for: -lcrt0.o
Hmm, is your C++ compiler installation incomplete?
What happe
Help:
I am trying to build Avarice on OS X (10.5.8) (i386-apple-darwin9.8.0).
First I had the notorius can't find libbfd problem, solved it after a
lot of research with:
export LDFLAGS="-static -L${DESTDIR}/i386-apple-darwin9.8.0/avr/lib "
and
export CPPFLAGS=-I${DESTDIR}/