I usually create new projects by hacking up older ones. Now that I have finished a new project the compiler halts on this error:
error: expected declaration or statement at end of input
The line it points to is the last line of the main.c file. Could anyone tell me what condition would trigger such an error? I'm having trouble finding any information in the documentation.
Of course the old project I used as a template compiles just fine.....
Best regards,
Igor