Page 1 of 1

Compile Error

Posted: Tue Dec 20, 2011 12:46 am
by Dellow
Not sure if this is the right place to post this, but here goes......
I'm building a Quad X and am having real problems programming the Arduino Pro mini. I get a compile error as follows:

core.a(HardwareSerial.cpp.o): In function `__vector_19':
C:\Users\Andy\Desktop\Tricopter Stuff\arduino-1.0\hardware\arduino\cores\arduino/HardwareSerial.cpp:192: multiple definition of `__vector_19'
MultiWii_1_9.cpp.o:C:\Users\Andy\AppData\Local\Temp\build1757730279711506590.tmp/MultiWii_1_9.cpp:3325: first defined here

Is it me, the PC, the compiler or what? I've re-installed the compiler but still the same.
Any pointers to a solution gratefully received.
Again, my apologies if this is the wrong place to be asking.
Thanks, Andy

Re: Compile Error

Posted: Tue Dec 20, 2011 7:46 am
by mgros
Please read this post

viewtopic.php?f=8&t=955

Re: Compile Error

Posted: Tue Dec 20, 2011 8:59 pm
by Dellow
That's great, thank you for the pointer. I'm just relieved it wasn't something I was doing!
I'll compile using Arduino 023 for now, which I think will work. I just want to test my board, my copter's not finished yet.
Again, many thanks for the reply. I'll keep an eye on the Arduino 1.0 thread.