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 Can't make a Debug Version for Fubarino SD (Read 1850 times)
Hartwig
Newbies
*
Offline


Posts: 4
Location: Germany-Buxtehude
Joined: Apr 19th, 2013
Can't make a Debug Version for Fubarino SD
May 25th, 2015 at 9:07am
Print Post  
I can't make a debug version for Fubarion SD Board. I got a message box like this: 'This program compiles correctly but there was a problem creating a debug version....'
I'm using the latest VisualMicro Plug in and the mpide-0023-windows-20140821.

Is the Fubarino SD debug mode not supportet in VisualMicro?
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12071
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Can't make a Debug Version for Fubarino SD
Reply #1 - May 25th, 2015 at 11:43am
Print Post  
Hi,

Visual Micro currently needs to know the class of the serial object, if it doesn't know it the std. Arduino HardwareSerial class is assumed. If the compile fails then we show the error box letting us know the board uses a different serial class. In this case Visual Micro might need to be extended slightly.

Please type Serial into your code then right click and "Go to definition". What is the same of the class that Serial is derived from? and what is the name of the .h file that defines the class? With this info, as long as the board supports Serial, we can add debug support for board.

If the board does not support Serial you might be able to use SoftwareSerial instead.
  
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint