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 atal error: xxxxx: No such file or directory (Read 3124 times)
Kristian
Newbies
*
Offline


Posts: 1
Joined: Feb 28th, 2015
atal error: xxxxx: No such file or directory
Feb 28th, 2015 at 9:22pm
Print Post  
I am trying to import external code to arduino project. I have a file parameters.h in my library (c:\arduino\library\). 

I watched this video
https://www.youtube.com/watch?v=MzPGygZ13Sw
And I did all witht the instructions. I still got the same error. I have tried to add ti directory with Toolchain, but directory will missed after compiling. 

What I am doing wrong? How can I add files to project?
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12186
Location: United Kingdom
Joined: Apr 10th, 2010
Re: atal error: xxxxx: No such file or directory
Reply #1 - Feb 28th, 2015 at 10:02pm
Print Post  
Hi,

The Visual Micro documentation is here http://www.visualmicro.com/page/User-Guide.aspx?doc=index

Visual Micro uses the same rules as the Arduino Ide so what combinations and locations of libraries are supported and what files can be added to a sketch are documented in the http://arduino.cc learning and reference guides

For example you will find this overview for library configuration

Quote:
To install the library, first quit the Arduino application.

Then uncompress the ZIP file containing the library. For example, if you're installing a library called "ArduinoParty", uncompress ArduinoParty.zip. It should contain a folder called ArduinoParty, with files like ArduinoParty.cpp and ArduinoParty.h inside. (If the .cpp and .h files aren't in a folder, you'll need to create one. In this case, you'd make a folder called "ArduinoParty" and move into it all the files that were in the ZIP file, like ArduinoParty.cpp and ArduinoParty.h.)

Drag the ArduinoParty folder into this folder (your libraries folder). Under Windows, it will likely be called "My Documents\Arduino\libraries". For Mac users, it will likely be called "Documents/Arduino/libraries". On Linux, it will be the "libraries" folder in your sketchbook.

Your Arduino library folder should now look like this (on Windows):

  My Documents\Arduino\libraries\ArduinoParty\ArduinoParty.cpp
  My Documents\Arduino\libraries\ArduinoParty\ArduinoParty.h
  My Documents\Arduino\libraries\ArduinoParty\examples
  ....
  
Back to top
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint