I have tried to fire up my Medusa for a little experiment, but there is a bump here…
Downloaded the SDK via [quote]
You need to install the Gadgeteering SDK, but we no longer host it. You can unzip https://bitbucket.org/ghi_elect/gadgeteering/src/262ae1747db047a59313db6b9e128ac49209e915/Dist/Windows%20Installer/Application%20Folder/Arduino.zip?at=SDK-R1-BETA into “My Documents\Arduino”. Make sure you have a folder path like “My Documents\Arduino\hardware\GHI Electronics\avr” (among other folders).
[/quote]
Verifying the basis project (default start project) results in this:
In file included from C:\Users\njb\Documents\Arduino\libraries\Gadgeteering\src\Modules\FLASH.cpp:17:0:
C:\Users\njb\Documents\Arduino\libraries\Gadgeteering\src\Modules\FLASH.h:42:48: error: field initializer is not constant
static const unsigned int BLOCK_SIZE = 64 * 1024;
^
C:\Users\njb\Documents\Arduino\libraries\Gadgeteering\src\Modules\FLASH.cpp: In member function 'bool gadgeteering::modules::flash::erase_block(unsigned int, unsigned int)':
C:\Users\njb\Documents\Arduino\libraries\Gadgeteering\src\Modules\FLASH.cpp:115:11: error: in evaluation of 'operator+=(unsigned int, const unsigned int)'
address += flash::BLOCK_SIZE;
^
exit status 1
Error compiling.
Any idea why that happens?