Before logging an issue, please update to the latest release of Visual Micro from the Downloads Page.

When Logging a Support Issue in the Forum, please ensure you have also:-

  • Enabled vMicro > Compiler > Show Build Properties
  • Re-Compile your program with these settings enabled
 
Save the new Output to a Text File and....
  • Click the Reply button and attach as .txt file OR
  • Click here to Email us with the file attached, and a link to your post
Support requests without the output above may be impossible to answer, so please help us to help you
 
Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic arduino 101 (Read 4297 times)
kd
Newbies
*
Offline


Posts: 2
Joined: Mar 21st, 2016
arduino 101
Mar 21st, 2016 at 2:57pm
Print Post  
I'm trying to program an Arduino 101 with visualmicro. 

It's not working due to having a space in the my windows user name. It seems to be similar to this issue: http://forum.arduino.cc/index.php?topic=368654.msg2542777#msg2542777

It wasn't working for me in the Arduino IDE if using "Intel Curie Boards by Intel version 1.0.4" but when I upgraded to "Intel Curie Boards by Intel version 1.0.5" it worked fine. However, even with version 1.0.5 I'm still having a problem with visualmicro.

The error I'm getting is below. Anybody know how I can fix this? I currently work around by editing using visualmicro and uploading using Arduino IDE, but this is cumbersome...

Error:

Code
Select All
Uploading to I/O board using 'COM14'
Starting download script...
Args to shell: [C:\Users\Kevin bin C:\Users\Kevin duino_101/BLE_IMU_105_WORKS.ino.bin COM14 quiet]
Serial Port: duino_101/BLE_IMU_105_WORKS.ino.bin
BIN FILE C:\Users\Kevin
Waiting for device...
Waiting for device...
Device found!
No such file or directory: Could not open file C:\Users\Kevin for reading
Starting download script...
Args to shell: [C:\Users\Kevin bin C:\Users\Kevin duino_101/BLE_IMU_105_WORKS.ino.bin COM14 quiet]
Serial Port: duino_101/BLE_IMU_105_WORKS.ino.bin
BIN FILE C:\Users\Kevin
Waiting for device...
Waiting for device...
Device found!
No such file or directory: Could not open file C:\Users\Kevin for reading
dfu-util 0.8
dfu-util 0.8
Copyright 2005-2009 Weston Schmidt, Harald Welte and OpenMoko Inc.
Copyright 2010-2014 Tormod Volden and Stefan Schmidt
This program is Free Software and has ABSOLUTELY NO WARRANTY
Please report bugs to dfu-util@lists.gnumonks.org
ERROR: Upload failed on duino_101/BLE_IMU_105_WORKS.ino.bin 

  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12138
Location: United Kingdom
Joined: Apr 10th, 2010
Re: arduino 101
Reply #1 - Mar 21st, 2016 at 5:05pm
Print Post  
Hi,

It sounds like the 101 definition is missing quotes around a file name.

I will look at it when I get time but you can workaround it by create a folder with nice simple name such as "C:\Arduino\Builds"

Then put that folder path into "tools>options>visual micro>compiler>temporary build folder"

Then Visual Micro won't be trying to use "C:\Users\Kevin Daly\AppData\Local\V.Micro\Arduino\Builds\"
  
Back to top
IP Logged
 
kd
Newbies
*
Offline


Posts: 2
Joined: Mar 21st, 2016
Re: arduino 101
Reply #2 - Mar 22nd, 2016 at 11:03am
Print Post  
That has solved the issue for me. Thanks.
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12138
Location: United Kingdom
Joined: Apr 10th, 2010
Re: arduino 101
Reply #3 - Mar 28th, 2016 at 11:28pm
Print Post  
Fixed in the last release
« Last Edit: Mar 28th, 2016 at 11:28pm by Tim@Visual Micro »  
Back to top
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint