Dear Arduino Community
I'm working at a medium large project which includes programming a Multiplexer/Demultiplexer, split off in seperated transmitter and receiver device.
Well, this morning I wanted to compile my program and there suddenly appeared the following message:
c:/program files (x86)/arduino/hardware/tools/avr/bin/../lib/gcc/avr/4.3.2/../../../../avr/lib/avr6/crtm2560.o: In function __vector_default':** **(.vectors+0xd0): relocation truncated to fit: R_AVR_13_PCREL against symbol
__vector_52' defined in .text.__vector_52 section in C:\Users\MUEHLE~1\AppData\Local\Temp\build3485194179243685403.tmp/core.a(HardwareSerial2.cpp.o)
It's all Greek to me. Don't have any plan what to do now. Probably some memory overload?
According to google, I seem to be the first programmer on this planet with this problem. I hope not....
Happy for any advice/idea!
Thank you.
Mc_Accident