Closed brs17 closed 4 years ago
Adding this dependency fixed the issue I was having:
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
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Compiling: keyboards/system76/uglydense/uglydense.c In file included from ./keyboards/system76/uglydense/config.h:4:0,
from <command-line>:0:
quantum/config_common.h:29:28: fatal error: avr/io.h: No such file or directory
compilation terminated.
[ERRORS]
|
|
|
make[1]: *** [tmk_core/rules.mk:380: .build/obj_system76_uglydense_default/keyboards/system76/uglydense/uglydense.o] Error 1
make: *** [Makefile:579: system76/uglydense:default] Error 1
Make finished with errors
Added to the uglydense README the avr-libc dependency.