Closed meigrafd closed 10 years ago
Please make a clean checkout and also get the dependent lufa repository with the correct version (130901) by means of: git submodule update --init Then the build should succeed.
Reported Error was: ------------------------ 8< ------------------------------- ../../descriptors.c:341:45: error: macro "VERSION_BCD" requires 3 arguments, but only 1 given ../../descriptors.c:341:28: error: 'VERSION_BCD' undeclared here (not in a function) ../../descriptors.c:463:46: error: macro "VERSION_BCD" requires 3 arguments, but only 1 given ../../descriptors.c:496:46: error: macro "VERSION_BCD" requires 3 arguments, but only 1 given ------------------------ 8< ------------------------------- VERSION_BCD() was changed in newer lufa library!
...nevermind..