The problem in the functions GIT_EXACT_VERSION and GIT_VERSION.
#define TINYG_FIRMWARE_BUILD GIT_EXACT_VERSION // extract build number from tag #define TINYG_FIRMWARE_BUILD_STRING GIT_VERSION // extract extended build info from git
cmcgrath5035: Win7, Atmel Studio 6.2.1563 Service Pack 2, sources from: https://github.com/synthetos/g2 I read the wiki: https://github.com/synthetos/g2/wiki/Compiling-G2-on-Windows-(Atmel-Studio-6.2)
expected primary-expression before ‘;’ token – This is obviously a trivial error!
Error 1 expected primary-expression before ‘;’ token X:\Working\TinyG2\TinyG2\controller.cpp 98 36 TinyG2 (cs.fw_build = TINYG_FIRMWARE_BUILD; // set up identification)
Atmel Studio 6.2.1563 Service Pack 2
Help me please.