cancel
Showing results for 
Search instead for 
Did you mean: 

Can not open source input file: No such file or directory

Mujtaba
Senior

Dear friends,

I get a silly error " No such file or directory " in Keil IDE while I've already added the file path to include path directory of the compiler.

This error happens only when I add lwIP source files to my project.

0690X00000D8VEgQAN.png

0690X00000D8VEqQAN.png

And what's surprising is when I remove the path in include code, the error is gone. For example, when it is written #include "lwip/opt.h" , the compiler take this line as error but I remove "lwip\" from it and write #include "opt.h" there is no problem.

Can anyone help me with this problem?

4 REPLIES 4

Stop specifying the full path in the "Include Paths". Currently you have it looking for ...\src\include\lwip\lwip\opt.h

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

Thanks for your quick reply.

The error is gone now. But I face a new error which says " error while writing browse file: No space left on device "

Could you tell me what this means?

The hard drive or temp directory is full? Do you have a small SSD or System Volume?

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

Yes, there is only 425KB left. Is it just because of small volume I have?