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 ArduinoRobot error messages (Read 3374 times)
cybermec
Junior Member
**
Offline


Posts: 19
Joined: Jun 3rd, 2013
ArduinoRobot error messages
Aug 10th, 2013 at 7:39am
Print Post  
EDIT: The September 2013 release of Visual Micro supports Arduino 1.0.5 and 1.5.2 and 1.5.3 without issue

Hello,
When building my project the compiler generates the following errors:

Compiling 'Analyzer' for 'Arduino Uno'
ArduinoRobot.cpp : : In constructor 'RobotControl::RobotControl()':
ArduinoRobot.cpp : 'LCD_CS' was not declared in this scope
ArduinoRobot.cpp : 'DC_LCD' was not declared in this scope
ArduinoRobot.cpp : 'RST_LCD' was not declared in this scope
ArduinoRobot.cpp : : In member function 'void RobotControl::begin()':
ArduinoRobot.cpp : 'MUXA' was not declared in this scope
ArduinoRobot.cpp : 'MUXB' was not declared in this scope
ArduinoRobot.cpp : 'MUXC' was not declared in this scope
ArduinoRobot.cpp : 'MUXD' was not declared in this scope
ArduinoRobot.cpp : 'MUX_IN' was not declared in this scope
ArduinoRobot.cpp : 'BUZZ' was not declared in this scope
ArduinoRobot.cpp : 'Serial1' was not declared in this scope
Error compiling

This error occurs once I'm including Wire library. If I remove it, no error is produced.

However if I build my program with Aduino IDE everthing there is no error and compilation complete well.

I tried to recreate the solution but the problem still occurs.

Can you help me?
Thanks
« Last Edit: Sep 5th, 2013 at 10:48pm by Tim@Visual Micro »  
Back to top
 
IP Logged
 
cybermec
Junior Member
**
Offline


Posts: 19
Joined: Jun 3rd, 2013
Re: ArduinoRobot error messages
Reply #1 - Aug 10th, 2013 at 8:06am
Print Post  
I've seen a previous topic regarding the same subject. 
I've removed the Robot libraries from libraries directory and now it is working.
But what to do if I need to use these libraries?
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12191
Location: United Kingdom
Joined: Apr 10th, 2010
Re: ArduinoRobot error messages
Reply #2 - Aug 10th, 2013 at 4:11pm
Print Post  
EDIT: The September 2013 release of Visual Micro supports Arduino 1.0.5 and 1.5.2 and 1.5.3 without issue

The arduino robot hardware is not available yet so it's a waste of time fixing something that won't be broke in the "proper" release of the Arduino Ide for the Robot
« Last Edit: Sep 5th, 2013 at 10:48pm by Tim@Visual Micro »  
Back to top
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint