Changed target configuration to "Release", build failed on 1 missing library (vs. 14 line syntax errors previously). Moved project folder from my Github folder structure to my Arduino folder. Release builds without error now. I uploaded the build results to the development board successfully and it executes the code correctly. Debug build produces the following errors... Compiling debug version of 'remote_monitoring' for 'Adafruit Feather M0 (Native USB Port)' remote_monitoring.c:7: In file included from VM_DBG.h: 88:1: error: unknown type name 'class class VisualMicroDebug VM_DBG.h: 89:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token VM_DBG.h: 352:2: error: unknown type name 'VisualMicroDebug extern VisualMicroDebug MicroDebug VM_DBG.h: 359:9: error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token template<typename T> VM_DBG.h: 373:9: error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token template<typename T> VM_DBG.h: 379:9: error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token template<typename T> VM_DBG.h: 403:9: error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token template<typename T> Error compiling project sources Thank you for the quick response, I look forward to future suggestions. Greg
|