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
Hot Topic (More than 8 Replies) Pololu A-Star 32U4 Micro (Read 11604 times)
Esteve
Junior Member
**
Offline


Posts: 15
Location: Barcelona
Joined: Nov 25th, 2012
Pololu A-Star 32U4 Micro
May 2nd, 2015 at 7:02pm
Print Post  
Hi
I've been using the Pololu A-Star 32U4 micro using Arduino Version 1.0.6 ant it works fine with the Arduino IDE and also with Visual Micro, then I changed to Arduini Version 1.6.3 and it also works using the Arduino IDE, but don't work using Visual Studio and VisualMicro, it does not compile.
You can find information of Pololu micro at
https://www.pololu.com/product/3101/resources
Esteve
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12071
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Pololu A-Star 32U4 Micro
Reply #1 - May 2nd, 2015 at 7:23pm
Print Post  
Hi,

Thanks for the report.

Please confirm the version of visual micro you are using from "tools>options>visual micro>version>version"?

Post the compiler output so i can see the error.

  
Back to top
WWW  
IP Logged
 
Esteve
Junior Member
**
Offline


Posts: 15
Location: Barcelona
Joined: Nov 25th, 2012
Re: Pololu A-Star 32U4 Micro
Reply #2 - May 3rd, 2015 at 4:51pm
Print Post  
Hello
The version is 1.1505.01
In my scketch uses Servo library and also EEPROM and Wire

The compiler error is
Compiling 'Test' for 'Pololu A-Star 32U4'
Servo.h:67:2: error: #error "This library only supports boards with an AVR or SAM processor."
Test.ino:7:20: fatal error: EEPROM.h: No such file or directory
Error compiling

It seems that dos not find the include files in the right location

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


Posts: 12071
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Pololu A-Star 32U4 Micro
Reply #3 - May 3rd, 2015 at 5:06pm
Print Post  
Okay thanks I will look into it. The new arduino library system has a filter based on architecture. It think the pololu is not an avr board. The architecture is supposed to be established from the name of the folder that contains the definition so somethings gone wrong resolving 1.6.3 with 3rd party hardware.
« Last Edit: May 3rd, 2015 at 5:07pm by Tim@Visual Micro »  
Back to top
WWW  
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12071
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Pololu A-Star 32U4 Micro
Reply #4 - May 3rd, 2015 at 9:48pm
Print Post  
Please try 1505.03 Sp1 which is available from the downloads page

Thanks
  
Back to top
WWW  
IP Logged
 
Esteve
Junior Member
**
Offline


Posts: 15
Location: Barcelona
Joined: Nov 25th, 2012
Re: Pololu A-Star 32U4 Micro
Reply #5 - May 4th, 2015 at 8:00am
Print Post  
Now the error is

Test.cpp.o:In function `setup'
Test.ino:attach(int)'
Test.cpp.o:In function `loop'
Test.ino:write(int)'
Test.cpp.o:In function `__static_initialization_and_destruction_0'
Test.ino:Servo()'
collect2.exe*:error: ld returned 1 exit status
Error creating .elf

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


Posts: 12071
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Pololu A-Star 32U4 Micro
Reply #6 - May 4th, 2015 at 8:08am
Print Post  
Please give screen shot of your ide with sketch open.

maybe my Pololu toolchain is older than yours I will see if I am only the latest, there have been some big changes with the arduino structure. It compiles fine for me.

Also say where you installed the pololu core? ide/hardware or sketchbook/hardware

Thanks
« Last Edit: May 4th, 2015 at 1:29pm by Tim@Visual Micro »  
Back to top
WWW  
IP Logged
 
Esteve
Junior Member
**
Offline


Posts: 15
Location: Barcelona
Joined: Nov 25th, 2012
Re: Pololu A-Star 32U4 Micro
Reply #7 - May 5th, 2015 at 7:56am
Print Post  
The pololu core is installed in ide/hardware
This is the screen capture
C:\Users\esteve\Pictures\Screenshots\captured.png
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12071
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Pololu A-Star 32U4 Micro
Reply #8 - May 5th, 2015 at 11:42am
Print Post  
Ok I'll try with ide/hardware

seems to work fine in sketchbook/hardware?
  
Back to top
WWW  
IP Logged
 
Esteve
Junior Member
**
Offline


Posts: 15
Location: Barcelona
Joined: Nov 25th, 2012
Re: Pololu A-Star 32U4 Micro
Reply #9 - May 6th, 2015 at 10:20am
Print Post  
Problem solved
Updating everything to last version
Thanks
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint