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.

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.

--
David Kelly N4HHE, [EMAIL PROTECTED]
========================================================================
Whom computers would destroy, they must first drive mad.


_______________________________________________
AVR-chat mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/avr-chat

Reply via email to