Hi
Can someone help please with this compiling error:
%/arduino-1.0.5-r2/hardware/tools/avr/bin/../lib/gcc/avr/4.3.2/../../../../avr/lib/avr6/crtm2560.o: In function `__vector_default':
(.vectors+0xdc): relocation truncated to fit: R_AVR_13_PCREL against symbol `__vector_55' defined in .text.__vector_55 section in core.a(HardwareSerial.cpp.o)
Can someone help please with this compiling error:
It's not a compiling error. It is a linker message. Without seeing your code, no we can't help you.
Why are you using SoftwareSerial on a Mega with 4 hardware serial ports?
Why do you think the issue is related to SoftwareSerial when the message CLEARLY says HardwareSerial?