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 non-suffix rule context is a GNUmake idiom (line 508 of
Makefile)
Executing "gmake" in this directory did the job. Afterwards the "make
install" in the devel/avrsimul directory build my package and now I'm
read to test the application itself ;-)
Tobias Sarnowski wrote:
and here is the attachment... ;-)
Tobias Sarnowski wrote:
Chris Kuethe wrote:
simulavr is a software simulator for various AVR microcontrollers.
BUILD/RUN_DEPENDS=::devel/avr/gcc
(don't know if RUN is nessecary)