> -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > On Behalf Of David Kelly > Sent: Tuesday, August 14, 2007 6:19 PM > To: avr-chat > Subject: Re: [avr-chat] Can't Install avr-gcc in FreeBSD > > On Tue, Aug 14, 2007 at 10:15:43AM -0600, Eric Weddington wrote: > > > > But since you're on FreeBSD, it would be easier for you to just use > > the FreeBSD ports system: > > <http://www.freebsd.org/ports/> > > > > Here are the various AVR packages: > > <http://www.freebsd.org/cgi/ports.cgi?query=avr&stype=all> > > You'll want: > > - avr-binutils > > - avr-gcc > > - avr-libc > > - avrdude > > - avr-gdb > > - avarice > > - simulavr > > > > In that general order. > > Order doesn't matter. Build the avr-libc port then avr-gcc and > avr-binutils will also be built as a dependency.
Thanks. I'm not that familiar with the FreeBSD ports system, actually. > Last I looked (cvsup just a few minutes ago) avr-libc was > marked broken > because something in the documentation dependencies won't > build. Simple > enough to work around. Comment out the BROKEN= line in > /usr/ports/devel/avr-libc/Makefile then build with: > > # cd /usr/ports/devel/avr-libc > # make -DNOPORTDOCS install > > A little awkward but bunches better than building by hand. Hmm. I don't know if Joerg Wunsch could fix that? Eric _______________________________________________ AVR-chat mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/avr-chat
