On Wed, Sep 17, 2008 at 1:43 AM, Tobias Sarnowski
<[EMAIL PROTECTED]> wrote:
> I have two suggestions for you. At first, add the avr compiler to its
> dependencies - the package won't build without it.
>
> BUILD/RUN_DEPENDS=::devel/avr/gcc
RUN_DEPENDS might be better as devel/avr/gdb. then again,
Ok, I found that you also need the avr-libc package for building the
testsuite, so the BUILD_DEPENDS should contain devel/avr/gcc and
devel/avr/libc.
Afterwards there is only a little ugly problem with the avrsimul
Makefile in the test_c directory. It prints something like:
Using $< in a no
and here is the attachment... ;-)
Tobias Sarnowski wrote:
Chris Kuethe wrote:
simulavr is a software simulator for various AVR microcontrollers.
Hi Chris,
today, I want to start learning how to work with AVR microcontrollers
- you made my day - perfect timing ;-)
I have two suggestions
Chris Kuethe wrote:
simulavr is a software simulator for various AVR microcontrollers.
Hi Chris,
today, I want to start learning how to work with AVR microcontrollers -
you made my day - perfect timing ;-)
I have two suggestions for you. At first, add the avr compiler to its
dependencie