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 Project still looking for AruduinoRobot after deleting the libs (Read 819 times)
James Brown
Junior Member
**
Offline


Posts: 46
Location: Near San Diego
Joined: Jul 31st, 2012
Project still looking for AruduinoRobot after deleting the libs
Aug 4th, 2013 at 7:10pm
Print Post  
I'm having the same problem. I am using an EtherMega.
I made the mistake of installing Arduino 1.0.5 (1.0.4 had been working fine with VS Studio).  Now I get the same symptom.  My vsarduino.h shows:
Code
Select All
#ifndef _VSARDUINO_H_
#define _VSARDUINO_H_
//Board = Arduino Mega 2560 or Mega ADK
#define __AVR_ATmega2560__
#define ARDUINO 104
#define __AVR__ 


I removed Arduino 1.0.5 completely,removed the Robot lib, Downloaded Visual Micro again but same problem.

I  did the tool chain reset as above.  No change. Undecided

My sketch works fine under Arduino 1.0.4...
« Last Edit: Aug 4th, 2013 at 8:11pm by Tim@Visual Micro »  
Back to top
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12191
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Project still looking for AruduinoRobot after deleting the libs
Reply #1 - Aug 4th, 2013 at 8:13pm
Print Post  
Hi James,

I have split to a new post because this problem is slightly different.

Please confirm what the "tools>options>visual micro>arduino location" is set to thanks

Also please post the full error
« Last Edit: Aug 4th, 2013 at 8:15pm by Tim@Visual Micro »  
Back to top
IP Logged
 
James Brown
Junior Member
**
Offline


Posts: 46
Location: Near San Diego
Joined: Jul 31st, 2012
Re: Project still looking for AruduinoRobot after deleting the libs
Reply #2 - Aug 4th, 2013 at 11:52pm
Print Post  
Tools>Options>visual micro>
Code
Select All
C:\Program Files\arduino\arduino-1.0.4 


The error is:
Code
Select All
ompiling 'PixelEtherMega' for 'Arduino Mega 2560 or Mega ADK'
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
Error compiling 

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


Posts: 12191
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Project still looking for AruduinoRobot after deleting the libs
Reply #3 - Aug 5th, 2013 at 12:26am
Print Post  
Strange it's obviously finding the robot source.

Please switch on Tools>Options>Visual Micro>Compiler>Verbose then run the build again. This will show us where the RobotControl source code is located.

After running the build please paste the result into a new message or email to info [at] visualmicro.com

Thanks
  
Back to top
IP Logged
 
James Brown
Junior Member
**
Offline


Posts: 46
Location: Near San Diego
Joined: Jul 31st, 2012
Re: Project still looking for AruduinoRobot after deleting the libs
Reply #4 - Aug 5th, 2013 at 5:54am
Print Post  
Here it is...
Code
Select All
Board Properties
name=Arduino Mega 2560 or Mega ADK
upload.protocol=wiring
upload.maximum_size=258048
upload.speed=115200
bootloader.low_fuses=0xFF
bootloader.high_fuses=0xD8
bootloader.extended_fuses=0xFD
bootloader.path=stk500v2
bootloader.file=stk500boot_v2_mega2560.hex
bootloader.unlock_bits=0x3F
bootloader.lock_bits=0x0F
build.mcu=atmega2560
build.f_cpu=16000000L
build.core=arduino
build.variant=mega
runtime.ide.path=C:\Program Files\arduino\arduino-1.0.4
build.system.path=C:\Program Files\arduino\arduino-1.0.4\hardware\arduino\system
software=ARDUINO
runtime.ide.version=104
vm.core.include=arduino.h
vm.boardsource.path=C:\Program Files\arduino\arduino-1.0.4\hardware\arduino
vm.boardsource.name=boards.txt
vm.platformname.name=

Compiling 'PixelEtherMega' for 'Arduino Mega 2560 or Mega ADK'
Build folder: file://C:\Users\James Brown\AppData\Local\VMicro\Arduino\Builds\PixelEtherMega\mega2560
SketchLibFolders
C:\Program Files\arduino\arduino-1.0.4\hardware\arduino\cores\arduino;C:\Program Files\arduino\arduino-1.0.4\hardware\arduino\variants\mega;C:\Program Files\arduino\arduino-1.0.4\libraries\XIniFile;C:\Program Files\arduino\arduino-1.0.4\libraries\XIniFile\utility;C:\Program Files\arduino\arduino-1.0.4\libraries\XSD;C:\Program Files\arduino\arduino-1.0.4\libraries\XSD\utility;C:\Program Files\arduino\arduino-1.0.4\libraries\XEthernet;C:\Program Files\arduino\arduino-1.0.4\libraries\XEthernet\utility;C:\Program Files\arduino\arduino-1.0.4\libraries\XRobot_Control;C:\Program Files\arduino\arduino-1.0.4\libraries\XRobot_Control\utility;c:\program files\arduino\arduino-1.0.4\hardware\tools\avr\avr\include\;c:\program files\arduino\arduino-1.0.4\hardware\tools\avr\avr\include\avr\;c:\program files\arduino\arduino-1.0.4\hardware\tools\avr\avr\;c:\program files\arduino\arduino-1.0.4\hardware\tools\avr\lib\gcc\avr\4.3.2\include\;
Summary: Header=1 Prototypes=10 Imports=6
Additional Defines: VISUALMICRO_COMPILER_VER=1;
Architecture Tools: C:\Program Files\arduino\arduino-1.0.4\hardware\tools\avr\bin\
GCC: 4.3.2
Sketchbook: file://C:\Users\James Brown\Documents\Arduino
C:\Program Files\arduino\arduino-1.0.4\hardware\tools\avr\bin\avr-g++ -c -g -Os -fno-exceptions -ffunction-sections -fdata-sections -Wall -mmcu=atmega2560 -DF_CPU=16000000L -MMD -DUSB_VID=null -DUSB_PID=null -DARDUINO=104 -I"C:\Program Files\arduino\arduino-1.0.4\hardware\arduino\cores\arduino" -I"C:\Program Files\arduino\arduino-1.0.4\hardware\arduino\variants\mega" -I"C:\Program Files\arduino\arduino-1.0.4\libraries\XIniFile" -I"C:\Program Files\arduino\arduino-1.0.4\libraries\XSD" -I"C:\Program Files\arduino\arduino-1.0.4\libraries\XEthernet" -I"C:\Program Files\arduino\arduino-1.0.4\libraries\XRobot_Control" -o "C:\Users\James .cpp.o"  "C:\Users\James .cpp"  -DVISUALMICRO_COMPILER_VER=1
PixelEtherMega.ino : No such file or directory
Shield.ino : No such file or directory
PixelEtherMega.ino : Warning: only initialized variables can be placed into program memory area
PixelEtherMega.ino : Warning: only initialized variables can be placed into program memory area
PixelEtherMega.ino : Warning: only initialized variables can be placed into program memory area
PixelEtherMega.ino : Warning: only initialized variables can be placed into program memory area
PixelEtherMega.ino : Warning: only initialized variables can be placed into program memory area
PixelEtherMega.ino : Warning: only initialized variables can be placed into program memory area
PixelEtherMega.ino : Warning: only initialized variables can be placed into program memory area
PixelEtherMega.ino : Warning: only initialized variables can be placed into program memory area
PixelEtherMega.ino : Warning: only initialized variables can be placed into program memory area 



A bit more (included in email).
  
Back to top
IP Logged
 
James Brown
Junior Member
**
Offline


Posts: 46
Location: Near San Diego
Joined: Jul 31st, 2012
Re: Project still looking for AruduinoRobot after deleting the libs
Reply #5 - Aug 5th, 2013 at 6:07am
Print Post  
Looking at the build I simply deleted the Robot Library and all is well.
  
Back to top
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12191
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Project still looking for AruduinoRobot after deleting the libs
Reply #6 - Aug 5th, 2013 at 12:33pm
Print Post  
Great thanks for the update. Yes they needed to be deleted, renaming libs doesn't work Smiley
  
Back to top
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12191
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Project still looking for AruduinoRobot after deleting the libs
Reply #7 - Aug 14th, 2013 at 9:25pm
Print Post  
This Topic was moved here from Installation & Troubleshooting [move by] Visual Micro.
  
Back to top
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint