Please forgive me if I seem ignorant, I’m knew to this.
I have a new makergear-M2 3D printer that I need to make some changes to.
I installed Arduino IDE version 1.5.5, Visual Studio Community 2015 and VisualMicro.
I downloaded the latest “Base Model” firmware from
http://makergear.wikidot.com/m2-firmware. I compiled and uploaded it to the printer using the Arduino IDE. I did this to confirm it was good and it worked.
I then browsed and opened the project from within Visual Studio. But when I tried to compile it I received a compile error and I don’t know why.
The error was as follows;
Compiling debug version of 'Marlin' for 'Arduino Mega ADK'
core.a(HardwareSerial.cpp.o)*: In function __vector_25
HardwareSerial.cpp:79: multiple definition of __vector_25
MarlinSerial.cpp.o*: U:\Equipment\MakerGear M2\Mother Board\Firmware\PlayGround\M2E-Production-SnNRd-V100\Marlin\MarlinSerial.cpp:54: first defined here
ld.exe: Disabling relaxation: it will not work with multiple definitions
Error compiling for board Arduino Mega ADK