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 uvision-4 source file not found with gnu-arm-gcc

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 ?

Parents
  • ... keil's tools are designed for this board

    Not really - the tools are pretty much agnostic to what board you use.

    But, if that's your reasoning, why don't you just use Keil tools?

    "I don't want to use real view"

    So why use uVision?

    "I want to keep GCC"

    Fair enough - so why not use it with an IDE that's ready made for it?

    The board neither knows nor cares what tools you use!

Reply
  • ... keil's tools are designed for this board

    Not really - the tools are pretty much agnostic to what board you use.

    But, if that's your reasoning, why don't you just use Keil tools?

    "I don't want to use real view"

    So why use uVision?

    "I want to keep GCC"

    Fair enough - so why not use it with an IDE that's ready made for it?

    The board neither knows nor cares what tools you use!

Children
No data