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 Support for Simblee board? (Read 5487 times)
TimF
Junior Member
**
Offline


Posts: 11
Joined: Jan 8th, 2016
Support for Simblee board?
Jan 8th, 2016 at 1:00pm
Print Post  
I am unsuccessful getting VS2015->Visual Micro to work with newly released Simblee board (basically next-gen RFduino):

https://www.simblee.com/

It currently works fine with Arduino IDE v1.6.5-r5 with following:

https://www.simblee.com/package_simblee_index.json

When I set up Visual Micro in VS2015 for this board, if I just do a build, it is successful, but a "Build & Upload" gives the errors below on even the basic Blink app - any suggestions would be greatly appreciated!!

4.8.3-2014q1/bin/"' is not recognized as an internal or external command,
operable program or batch file.

FINDSTR: Cannot open Simblee"test1.syms 
Upload failed

FINDSTR: Cannot open Simblee"test1.syms 

' is not recognized as an internal or external command,
operable program or batch file.
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12187
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Support for Simblee board?
Reply #1 - Jan 8th, 2016 at 6:12pm
Print Post  
Hi,

Please switch on "Visual Micro>Verbose Messages" and then try to upload again then post or email the output.

Click the "Visual Micro" name against this post to see email address

Thanks
  
Back to top
IP Logged
 
TimF
Junior Member
**
Offline


Posts: 11
Joined: Jan 8th, 2016
Re: Support for Simblee board?
Reply #2 - Jan 8th, 2016 at 7:09pm
Print Post  
Am attaching txt file with the verbose compile messages and error. Please let me know if you need anything more. 

Thank you for your help!!
  

Please Register or Login to the Forum to see File Attachments
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12187
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Support for Simblee board?
Reply #3 - Jan 9th, 2016 at 4:36pm
Print Post  
Fixed in next release. Please see release notes in a few days

Thanks for the post
  
Back to top
IP Logged
 
TimF
Junior Member
**
Offline


Posts: 11
Joined: Jan 8th, 2016
Re: Support for Simblee board?
Reply #4 - Jan 9th, 2016 at 4:54pm
Print Post  
Awesome!! Will watch for next release. Thanks SO much!
  
Back to top
 
IP Logged
 
TimF
Junior Member
**
Offline


Posts: 11
Joined: Jan 8th, 2016
Re: Support for Simblee board?
Reply #5 - Jan 13th, 2016 at 11:41am
Print Post  
Follow up: Your update made progress but I now get error that __PROJECT__ macro is not defined (see below - am also attaching verbose output):

SimbleeForMobile.h:in expansion of macro '__PROJECT__
:void begin(const char *datetime = __DATE__ " " __TIME__, const char *file = __PROJECT__)
Temperature.ino:In function 'void setup()
Temperature.ino:46:26: error: call to 'void SimbleeForMobileClass::begin(const char*, const char*)' uses the default argument for parameter 2, which is not yet defined

If I manually add following it does compile & run successfully:
#define __PROJECT__ "LedButton.ino"

Strange because in verbose output I can see the option passed to gcc: -D__PROJECT__="LedButton" 

I get this same error on other Simblee example apps. But if I build same apps with Arduino IDE - no errors. 

Thanks again for any help here.
  

Please Register or Login to the Forum to see File Attachments
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint