• 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...
  • 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...
  • uVision 5 to GNU GCC
    So pretty much I am trying to compile my current source code using the GNU GCC without the need of the IDE. I'd love to setup an automated compiling system so I can produce nightlys but without a makefile...
  • uVision 5 to GNU GCC
    So pretty much I am trying to compile my current source code using the GNU GCC without the need of the IDE. I'd love to setup an automated compiling system so I can produce nightlys but without a makefile...
  • Can I add more than one gnu library to keil gcc project?
    Now my project seems only see the 1st library, but complains can not found other libraries. I've add all other libaries include path .I am use mt2523 chip. I've also add all libraries(.a file) to my project...