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) fatel error no such file or directory (Read 6832 times)
Henk Levels
Junior Member
**
Offline


Posts: 81
Joined: Sep 28th, 2015
fatel error no such file or directory
Aug 4th, 2018 at 3:02pm
Print Post  
Hi,
I updated Visual Studio 2017 from 15.7.4 to 15.7.6 and suddenly all my projects have errors when compiling. 
Errors are like
AtemBase.h  no such file or directory
But the file can be found in 
C:\IDE-arduino\libraries\ATEMbase
How can I fix this?
Thanks in advance.
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12187
Location: United Kingdom
Joined: Apr 10th, 2010
Re: fatel error no such file or directory
Reply #1 - Aug 4th, 2018 at 3:06pm
Print Post  
Build errors or intellisense errors?
  
Back to top
IP Logged
 
Henk Levels
Junior Member
**
Offline


Posts: 81
Joined: Sep 28th, 2015
Re: fatel error no such file or directory
Reply #2 - Aug 4th, 2018 at 3:16pm
Print Post  
Tim@Visual Micro wrote on Aug 4th, 2018 at 3:06pm:
Build errors or intellisense errors?


Compile error, see below

ReadIris2.ino: 12:22: fatal error: ATEMbase.h: No such file or directory
Error compiling project sources
   #include <ATEMbase.h>
Build failed for project 'ReadIris2'
   compilation terminated

Going to vMicro - Add Library - All build in, the Library ATEMbase is in the drop down list.
« Last Edit: Aug 4th, 2018 at 3:32pm by Henk Levels »  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12187
Location: United Kingdom
Joined: Apr 10th, 2010
Re: fatel error no such file or directory
Reply #3 - Aug 4th, 2018 at 3:53pm
Print Post  
If compile error then what is the verbose output for the build?
  
Back to top
IP Logged
 
Henk Levels
Junior Member
**
Offline


Posts: 81
Joined: Sep 28th, 2015
Re: fatel error no such file or directory
Reply #4 - Aug 4th, 2018 at 6:24pm
Print Post  
see attached file
« Last Edit: Aug 4th, 2018 at 6:29pm by Henk Levels »  

Please Register or Login to the Forum to see File Attachments
Back to top
 
IP Logged
 
Henk Levels
Junior Member
**
Offline


Posts: 81
Joined: Sep 28th, 2015
Re: fatel error no such file or directory
Reply #5 - Aug 4th, 2018 at 6:59pm
Print Post  
How can I attach a verbose file?
I do not see the option in this window to attach a file?
The previous attached file, I can not read in this program
« Last Edit: Aug 4th, 2018 at 7:00pm by Henk Levels »  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12187
Location: United Kingdom
Joined: Apr 10th, 2010
Re: fatel error no such file or directory
Reply #6 - Aug 4th, 2018 at 7:04pm
Print Post  
You have to click Reply to attach a file. The quick reply below is different.

The file you attached it good, you have to use the url that is displayed when you click to view the attachment.

The output shows that you have switched off "Deep library search".
  
Back to top
IP Logged
 
Henk Levels
Junior Member
**
Offline


Posts: 81
Joined: Sep 28th, 2015
Re: fatel error no such file or directory
Reply #7 - Aug 4th, 2018 at 7:14pm
Print Post  
Deep library search is switched on

Hi, when I go the vMicro - Compiler - Deep search is switched on. It has on the left side a black mark.
For some reason I can not paste a copy of a printscreen on this page
  
Back to top
 
IP Logged
 
Henk Levels
Junior Member
**
Offline


Posts: 81
Joined: Sep 28th, 2015
Re: fatel error no such file or directory
Reply #8 - Aug 4th, 2018 at 7:17pm
Print Post  
Hi Tim,

When I switch off Deep search for Libraries, Compiling is Ok!!!
When I switch it on again Deep Search for Libraries Compiling goes wrong!!!
Is there a way to go back to the previous version of Visual Studio?
« Last Edit: Aug 4th, 2018 at 7:18pm by Henk Levels »  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12187
Location: United Kingdom
Joined: Apr 10th, 2010
Re: fatel error no such file or directory
Reply #9 - Aug 4th, 2018 at 7:28pm
Print Post  
It can't be related to Visual Studio version.

Deep search should be on, I asked if you switched it off because it will fail when it is off if you don't follow the #include rules.

It was OFF in your example output which shows it fails.
  
Back to top
IP Logged
 
Henk Levels
Junior Member
**
Offline


Posts: 81
Joined: Sep 28th, 2015
Re: fatel error no such file or directory
Reply #10 - Aug 4th, 2018 at 7:36pm
Print Post  
Sorry,

But if deep search is UNMARKED compilation is ok!
I three double checked. If deep search is MARKED compilation goes wrong.
this makes sense because in a previous version all projects compiled well with deep search MARKED.
Really, now it only compiles well when UNMARK deep search.
Sorry but that is really what is going on overhere.
I have vMicro version 1807.8.0 installed 9-07-2018
« Last Edit: Aug 4th, 2018 at 7:39pm by Henk Levels »  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12187
Location: United Kingdom
Joined: Apr 10th, 2010
Re: fatel error no such file or directory
Reply #11 - Aug 4th, 2018 at 8:04pm
Print Post  
How many projects do you have in your solution?

When deep search is enabled the verbose output will show that.

Code
Select All
Deep search for libraries ... 

« Last Edit: Aug 4th, 2018 at 8:04pm by Tim@Visual Micro »  
Back to top
IP Logged
 
Henk Levels
Junior Member
**
Offline


Posts: 81
Joined: Sep 28th, 2015
Re: fatel error no such file or directory
Reply #12 - Aug 4th, 2018 at 8:22pm
Print Post  
only 1 project, as far as I know
« Last Edit: Aug 4th, 2018 at 8:30pm by Henk Levels »  
Back to top
 
IP Logged
 
Henk Levels
Junior Member
**
Offline


Posts: 81
Joined: Sep 28th, 2015
Re: fatel error no such file or directory
Reply #13 - Aug 4th, 2018 at 8:32pm
Print Post  
I have attached a txt verbose file that is compiling ok, when deep search is NOT marked and I do not see a deep search.
« Last Edit: Aug 4th, 2018 at 8:35pm by Henk Levels »  

Please Register or Login to the Forum to see File Attachments
Back to top
 
IP Logged
 
Henk Levels
Junior Member
**
Offline


Posts: 81
Joined: Sep 28th, 2015
Re: fatel error no such file or directory
Reply #14 - Aug 4th, 2018 at 8:37pm
Print Post  
See attached a verbose file with deep search MARKED and compiling give a error and terminates.
However I do not see any text for Deep search
« Last Edit: Aug 4th, 2018 at 8:41pm by Henk Levels »  

Please Register or Login to the Forum to see File Attachments
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12187
Location: United Kingdom
Joined: Apr 10th, 2010
Re: fatel error no such file or directory
Reply #15 - Aug 4th, 2018 at 8:50pm
Print Post  
Okay the arduino version in the build output shows as 10707

So you must have overwritten your arduino ide installation with the old arduino.org 1.7 which does not support deep search.

Either that or you have the wrong micro application selected, needs to be "Arduino 1.6/1.8" which is arduino.cc
  
Back to top
IP Logged
 
Henk Levels
Junior Member
**
Offline


Posts: 81
Joined: Sep 28th, 2015
Re: fatel error no such file or directory
Reply #16 - Aug 5th, 2018 at 7:43am
Print Post  
Thanks Tim for the great help,

this makes sense. I indeed use the org version 1.7
I'm not a professional software engineer. I do some code writing now and then. for hobby
Some questions
1) Is it wise to swap to the latest Arduino ide version? seems to be 1.8.5, so not a great difference it seems
2) When I install Arduino IDE 1.8.5, does the version 1.7 still persist
3) I put some additional ATEM (video mixer) libraries in the IDE libraries directory, are they overwritten or do they have to be copied to the 1.8.5 version
4) Is it then wise to have 2 IDE versions, because you have to maintain  libraries on 2 locations?
5) Can I compile all my old projects without hassle?
Thanks
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint