cithraidt / lwcloneu2

GNU General Public License v2.0
20 stars 18 forks source link

error compiling arduino_mega2560/m16u2 #1

Closed meigrafd closed 10 years ago

meigrafd commented 10 years ago

...nevermind..

cithraidt commented 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!