C언어,ARM
AVR Studio err
안녕1999
2020. 9. 26. 23:46
AVR Studio
Backend agent is not running
=>관리자권한으로 실행
Warning function declaration isn't a prototype
=> void xxx() => void xxx(void)
Warning no previous prototype for 'xx'
=>
void xxx(void); <<== ADD
void xxx(void)
{
...
}
each undeclared identifier is reported only once for each function it appears in
=> define된것이 없다. #include "xx.h"