Beginner needing help

I am using Vista and I downloaded AVR 4.18

I tried to install the AVR library automatically but it would not allow me too, so I did it manually step-by-step as it was it the user guide.

When I try to run the simple test program I keep getting this error message

gcc plug-in: Output directory C:\Users\Kenny\Desktop\libpololu-avr\examples\atmega328p\3pi-demo-program\default\ does not exist

gcc plug-in: Created directory C:\Users\Kenny\Desktop\libpololu-avr\examples\atmega328p\3pi-demo-program\default\

Can someone tell me what this means…

That is not an error! It just means that the directory “default” where it is storing the output files did not exist, so it created it.

-Paul