Upload failed to mBot!


#1

So…I just bought the mBot with Bluetooth. I am currently using Mblock v3.3.2 Arduino Driver has been installed, I can connect to mBot (it says com9). When I try to upload a simple program using Arduino mode, it fail w/ this error message: "Multiple libraries were found for "MeMCore.h"
Used: C:\Users\Brian\Documents\Arduino\libraries\makeblock
Not used: C:\Program Files (x86)\mBlock\Arduino\libraries\makeblock
Cannot run program “{runtime.tools.avr-gcc.path}\bin\avr-g++” (in directory “.”): CreateProcess error=2, The system cannot find the file specified
18:31:27.657 < Version: 06.01.106

Anybody got any suggestions?


#2

Is this the only version of mBlock that you have installed?


#3

Yes it is.


#4

Your Arduino installation seems to be confused. It’s seeing the Makeblock libraries in your Arduino folder as well as the ones in the mBlock folders. The Arduino install usually has defaults that indicate where to look, so you might want to ensure that you don’t have a path issue. Best guess on my part for now anyway.


#5