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 find arduino.h (Read 4057 times)
philraf
Newbies
*
Offline


Posts: 3
Location: Montreal
Joined: Mar 23rd, 2014
can't find arduino.h
Feb 13th, 2015 at 6:35pm
Print Post  
Sorry in advance for the stupid question.  I got Atmel Studio 6.1 working before to debug an Arduino project, but now can't find my way in.
 
Updated the Arduino extension, open my sketch, hit build, and it says:
"arduino.h: No such file or directory"
 
I did not explicitly call arduino.h in my sketch.
 
How do I point it to the right place?
 
Thx!
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12188
Location: United Kingdom
Joined: Apr 10th, 2010
Re: can't find arduino.h
Reply #1 - Feb 13th, 2015 at 7:00pm
Print Post  
Hi,

Arduino.h is included as a standard part of the arduino build process

This suggests your ide location is not setup correctly or the sketchbook folder (which is optional) is pointing to an invalid (for arduino) location

What have you set these two paths to ?

Please also post the full compiler output so we can see that you have a valid sketch compile
« Last Edit: Feb 13th, 2015 at 7:01pm by Tim@Visual Micro »  
Back to top
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint