Teensy 3.0 Teensyduino after install error compiling

Status
Not open for further replies.

wongdavid

New member
I am using windows 7 SP1 32-bit. Got this error after following the steps provided by the site http://www.pjrc.com/teensy/td_download.html
After installing all , i saw the drawing saying about first use to plug in verify and click button so i did just that.
Also i changed the options to teensy3.0 and still got this error message while compiling sketch:

Code:
main.cpp.o: In function `main':
C:\Users\Yuske\Documents\Studieproject\Teensy 3.0\arduino-1.0.3-windows\arduino-1.0.3\hardware\teensy\cores\teensy3/main.cpp:21: undefined reference to `setup'
C:\Users\Yuske\Documents\Studieproject\Teensy 3.0\arduino-1.0.3-windows\arduino-1.0.3\hardware\teensy\cores\teensy3/main.cpp:23: undefined reference to `loop'
collect2.exe: error: ld returned 1 exit status

TeensyDuino.PNG

Did I forget to download certain lib?
 
Last edited:
Status
Not open for further replies.
Back
Top