I built the cube, it powers up alone. But the problem is when i use Arduino 0022 to upload the sketch to the board I get errors. Even when verifying the sketch supplied by the instructions with the kit I get the following errors:
core.a(main.cpp.o): In function main': C:\Users\Carey283\Desktop\arduino\arduino-0022\hardware\arduino\cores\arduino/main.cpp:7: undefined reference to
setup’
C:\Users\Carey283\Desktop\arduino\arduino-0022\hardware\arduino\cores\arduino/main.cpp:10: undefined reference to `loop’
And i get something simular when i try to upload them. Im not sure If im selecting the right board type for this kit. I have the drivers installed for the Cord to connect the cube to PC, and the board lights up properly showing it has power when connected to the PC. Im not exactly sure whats wrong. im unfamilar with Arduino software as well.
So any help would be appreciated. Thanks
Here is the errors when trying to upload to board:
core.a(main.cpp.o): In function main': C:\Users\Carey283\Desktop\arduino\arduino-0022\hardware\arduino\cores\arduino/main.cpp:7: undefined reference to
setup’
C:\Users\Carey283\Desktop\arduino\arduino-0022\hardware\arduino\cores\arduino/main.cpp:10: undefined reference to `loop’