When I try compile my software, I have the following error :
arm-none-eabi-gcc: error: ..srckernelmutex.c: No such file or directory
There is no backslash in the path, normally is ..\src\kernel\mutex.c
why ? anyone can help me ?
there was a problem with the required translation of '\' --> '/' for GCC which has been addressed recently. The problem appears when one or more source file(s) are located in nested sub-folders within the project.
Hi Gp F
Thanks for your answer, It's typically my issue, so I will wait for an update. I mean time, as I already said, I came back to my favorite OS and his tools. I just wanted to try an other tools !
Thanks for all for your help !