I'm having a problem getting the sample code to compile (unchanged). Here is the error I'm getting
- Code: Select all
minipov.c:0: error: MCU `attiny2313' supported for assembler only
In file included from minipov.c:1:
And then a bunch of errors about things not being defined because the device type is not defined.
I'm currently using binutils checked out from cvs (as of today 8/7/5), gcc-3.4.4, and avr-libc-1.2.5 .
gcc 3.4.4 is the latest "release" version of gcc (I think). Does anyone else have this problem? I'm compiling on FreeBSD 5.2.1-RELEASE-p8.

