Hi, i am just starting a small project conserning LEDs and cubes.
http://dl.dropbox.com/u/419037/purpleorange.pngBut nevermind that, I am having troubles using Serial.print() in a C++ enviornment in Eclipse. I thought it would work more or less the same as the other functions, I am having no trouble with digitalRead/Write etc.
ive built the libraries myself, and followed the eclipse guide to get myself up and running with AVR.
Here is a successful build without any use of Serial.*
http://pastebin.com/kT0rnDDzI dont think the fact that im building as debug should be any issue, ive tried building as release with a different guide.
http://dl.dropbox.com/u/419037/screen1.pngWith the Serial.begin()
Description Resource Path Location Type
make: *** [BlinkExample.elf] Error 1 BlinkExample C/C++ Problem
Method 'begin' could not be resolved main.cpp /BlinkExample line 38 Semantic Error
Symbol 'Serial' could not be resolved main.cpp /BlinkExample line 38 Semantic Error
Probably something silly, any advice would be appreciated.