chipKIT32 / chipKIT32-MAX

Multi-platform IDE derived version from Arduino 0022 for the chipKit.
http://chipkit.net
Other
108 stars 76 forks source link

chipKITUSBDevice->CustomHID example does not compile for FubarinoSD in 20140821 #567

Open JacobChrist opened 9 years ago

JacobChrist commented 9 years ago

Here is the output

core.a(HardwareSerial_usb.c.o): In function __vector_dispatch_45': E:/mpide installs/mpide-0023-windows-20140821/hardware/pic32/cores/pic32/HardwareSerial_usb.c:(.vector_45+0x0): multiple definition of__vector_dispatch_45' chipKITUSBDevice\utility\usb_device.c.o:E:/Documents/mpide_mouse/libraries/chipKITUSBDevice/utility/usb_device.c:(.vector_45+0x0): first defined here E:/mpide installs/mpide-0023-windows-20140821/hardware/pic32/compiler/pic32-tools/bin/../lib/gcc/pic32mx/4.5.2/../../../../pic32mx/bin/ld.exe: function at exception vector 45 too large E:/mpide installs/mpide-0023-windows-20140821/hardware/pic32/compiler/pic32-tools/bin/../lib/gcc/pic32mx/4.5.2/../../../../pic32mx/bin/ld.exe: Link terminated due to previous error(s). collect2: ld returned 1 exit status

EmbeddedMan commented 9 years ago

Jacob, can you remind me how to reproduce this issue? When I run MPIDE, I don't have a "chipKITUSDevice" library, nor any examples for it.