Help

I just received my 3Pi and the AVR programmer.
I am using the latest version of Studio on Vista (32bit)
Everything “seems” to be fine, but,
I load Simple-Test as discussed in the 3Pi documentation but when I BUILD it, I get the following errors.

rm -rf test.o test.elf dep/* test.hex test.eep test.lss test.map
Build succeeded with 0 Warnings…
avr-gcc -mmcu=atmega328p -Wall -gdwarf-2 -std=gnu99 -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -MD -MP -MT test.o -MF dep/test.o.d -c …/test.c
…/test.c:1:54: error: C:\Users\John\Documents\AVR\Include\pololu: No such file or directory
…/test.c: In function ‘main’:
…/test.c:5: warning: implicit declaration of function ‘print’
…/test.c:7: warning: implicit declaration of function ‘play’
…/test.c:11: warning: implicit declaration of function ‘red_led’
…/test.c:12: warning: implicit declaration of function ‘green_led’
…/test.c:14: warning: implicit declaration of function 'delay_ms’
make: *** [test.o] Error 1
Build failed with 1 errors and 5 warnings…

Note: I have not modified the file or done anything other than install everything as per the Documentation.
I must have missed SOMETHING.
Any help would be appreciated.
Thanks
John
RobotBASIC@yahoo.com

Hello,

Did you copy the simple-test code into your own new project? If so you should checkout our guide for using the Pololu AVR library with new projects in section 7 of the Pololu AVR Library User’s Guide.

- Ryan