Hello all,
I have a one year old Alpha Clock Five (wife got it for me last Christmas) that has the original V1 firmware on it. Since I bought a second clock to give as a present this year, this motivated me to update the firmware on my unit to the new V2. I have followed the directions in the wiki to the best of my ability but when I try to verify the new firmware sketch I get the following error:
core.a(main.cpp.o): In function `main':
/Applications/Arduino.app/Contents/Resources/Java/hardware/sanguino/cores/arduino/main.cpp:11: undefined reference to `setup'
/Applications/Arduino.app/Contents/Resources/Java/hardware/sanguino/cores/arduino/main.cpp:14: undefined reference to `loop'
I am running Mac OS X Lion. I downloaded the Arduino IDE version 1.01 (I used the exact version in the wiki rather than the newer 1.03) and installed the Time library and the Sanguino extensions. I made the necessary change in the boards.txt mentioned in the wiki in terms of the baud rate. I am obviously missing something but am scratching my head. Any assistance would be appreciated.
A few extra tidbits...in the firmware wiki entry the link to the forums points to the old archived forums, not the new one. The instructions also stop short of actually indicating the proper way of loading the firmware from Github into a sketch within the Arduino IDE. I just copied and pasted the raw version into the editor.
Comments