Build Mistake

Hello,

I’ve a problem with the build-function in avr-stuido.
Always when I want to build the programm there are many errors shown.
What’s wrong?

Sorry for my bad English. :confused:

Thanks for help!

Hans

Hello,

Please post the errors and your code so that we can look into it.

-Paul

Hello,

here’s a screenshot.

Hans


Hello,

Usually the first error message is the critical one. I cannot see that here. However, we have just identified a mistake in the current release of the AVR library: the processor on the example projects was set to “atmega32p” instead of “atmega328p”. Based on what I see, your first error message probably relates to that. Please go to Project > Configuration Options and change “Device” to “atmega328p”. If you continue to have trouble, post the entire error output here.

-Paul