Hello everyone,
I'm facing a weird error, I have some header files that the compiler returns "Fatal error: <NAME> no such file or directory".
I set the correct path to the Path and Symbols, I'm using the correct configuration (Debug_RAM), I even added a line: #error "it is reaching here", and when I compile, I can see this error, instead the fatal error about no such file or directory.
So in my understanding, the compiler can find this file, but I don't know what reason it is happening.
When I added the path explicit to the include, it works. For example: #include "../../../name_file.h". I can fix the problem with this solution, but I would like to understand why without the explicit path it is not working, once the path was correct added to the path and symbols option.
I also did a test, I put this file with error in another path that was some header files compiling with success, and continue the same error.
I'm aware with this question about icon under the file: https://mcuoneclipse.com/2012/07/30/icon-and-label-decorators-in-eclipse/ and this would be not the problem, the files are being added to be compiled.
I'm using the new S32DS 3.5 with S32K344 microcontroller. Do you guys have any idea about some test or have you already faced some problem like this?
Thanks,
MVR