fatal error: no such file or directory. (Include Paths are correct)

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

fatal error: no such file or directory. (Include Paths are correct)

ソリューションへジャンプ
5,976件の閲覧回数
matthiasroedder
Contributor III

Hello everybody,

I always have this "fatal error: ffconf.h: no such file or directory error" 

error.jpg

It doesn't matter if i include it with <> or with "". 

I already included the directory "sd_fatfs", where the header file is located, to the Include paths of the MCU C Compiler and the MCU C++ Compiler.

c_compiler_includes.jpg

c++_compiler_includes.jpg

Now I don't know what to do with this problem. Maybe I overlooked something and you guys can help me. 

Best Regards,

Matthias

0 件の賞賛
返信
1 解決策
5,972件の閲覧回数
ErichStyger
Specialist I

Hi @matthiasroedder ,

your fsl_sd_disk.c shows a small 'pin' (Icon Decorator, see https://mcuoneclipse.com/2012/07/30/icon-and-label-decorators-in-eclipse/)

ErichS_0-1605620103572.png

So it seems that you have set special options for that file, and what you show in your screenshot is not what is set for that file. You probably did this by mistake (set options for the file instead for the project).

 

I recommend that you reset the resource configuration for that file (see article mentioned above).

If this does not help: I suggest you can share your project?

 

I hope this helps,

Erich

元の投稿で解決策を見る

2 返答(返信)
5,973件の閲覧回数
ErichStyger
Specialist I

Hi @matthiasroedder ,

your fsl_sd_disk.c shows a small 'pin' (Icon Decorator, see https://mcuoneclipse.com/2012/07/30/icon-and-label-decorators-in-eclipse/)

ErichS_0-1605620103572.png

So it seems that you have set special options for that file, and what you show in your screenshot is not what is set for that file. You probably did this by mistake (set options for the file instead for the project).

 

I recommend that you reset the resource configuration for that file (see article mentioned above).

If this does not help: I suggest you can share your project?

 

I hope this helps,

Erich

5,970件の閲覧回数
matthiasroedder
Contributor III

Hi @ErichStyger ,

oh wow. I didn't even see that. You were absolutely right. This fixed my error and now I'm happy like a little child on Christmas :D.

Thank you very much!!!  

Best Regards,

Matthias

0 件の賞賛
返信