avr-libc3 icon indicating copy to clipboard operation
avr-libc3 copied to clipboard

io headers in `include/avr/legacyio` and `include/avr/io` do not get installed

Open burnpanck opened this issue 4 years ago • 0 comments

... with make install.

It seems something like a SUBDIRS = io legacyio is missing in include/avr/Makefile.am. However, so far there is no autogenerated include/avr/io/Makefile.am to match the autogenerated io headers. I really don't know autoconf at all though, and my quick try with just SUBDIRS = legacyio did not lead to even just the legacy headers to be properly installed.

burnpanck avatar Apr 26 '20 10:04 burnpanck