Hello
I got a compiler error with a clone of HEAD.
/usr/lib/gcc/avr/5.4.0/../../../avr/bin/ld: cannot open map file out/akab.map: No such file or directory
collect2: error: ld returned 1 exit status
make: *** [Makefile:437: out/akab.elf] Error 1
Solution was to create an out directory manually
~/src/AKAB_Reloaded_github $ mkdir out
~/src/AKAB_Reloaded_github $ make
-------- begin --------
avr-gcc (GCC) 5.4.0
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
...
blah blah
...
Total 23617
-------- end --------
Hello
I got a compiler error with a clone of HEAD.
Solution was to create an out directory manually