avr-chat
[Top][All Lists]
Advanced

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

Re: [avr-chat] Can't Install avr-gcc in FreeBSD


From: David Kelly
Subject: Re: [avr-chat] Can't Install avr-gcc in FreeBSD
Date: Tue, 14 Aug 2007 19:18:40 -0500

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, address@hidden
========================================================================
Whom computers would destroy, they must first drive mad.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]