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.