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
dependencies - the package won't build without it.
BUILD/RUN_DEPENDS=::devel/avr/gcc
(don't know if RUN is nessecary)
The second thing is the location - I discovered all the avr packages in
devel/avr/* like the gcc, the gdb, libc and binutils - it's probably the
right place for the simulator, but that's less important.
Sad that it doesn't compile right now. I attached my build log. I used
your Makefile with the suggested RUN/BUILD_DEPENDS. Looks that just some
includes paths are missing but I don't have the time to track down the
problem atm.
Greetings,
Tobias Sarnowski