Hello,
Would anyone be able to shed some light on this puzzle...? I am
using the latest AVR Studio with the plug-in GCC.
EXAMPLE A
int main(void)
{
return 1;
}
Compiles perfectly
EXAMPLE B
#include <stdlib.h>
int main(void)
{
return 1;
}
Sends AVR studio into an endless wait cursor / ...is not responding
situation!
I guess this is not a feature. Does anyone know what I'm doing
wrong or what the workaround is?
Many thanks
AndrewMessage
AVR Studio/GCC goes into an endless wait...
2006-03-10 by anding_eunding