Hi,
I wrote a program that should create an square wave using an assembly macro (just to see how it worked), using the asm keyword in C. I am using 64 "NOPs" at 16MHz.
It works just fine, but if I call several times the same macro I get the following error:
/tmp/ccQo9mux.o: In function `main': /home/luis/project.c:103: relocation truncated to fit: R_AVR_7_PCREL against `no symbol' make: *** [project.hex] Error 1
What does this mean?
Thanks!