This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Keil - GCC File Path Issue

Hi,

When I try to use GCC with Keil, even after including the path for all necessary header files, while compiling the compiler says the file not found. The problem is in the compiler options, when I include all the file paths like how GCC expects (separated by backslashes), the compiler control string replaces them with forward slashes which is causing this issue.

Any idea on how to solve this?

Thanks.