• 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...
  • 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...
  • Keil Arm GCC C library
    I notice that in your gcc version of the Arm Toolchain you use uclibc as the c library. Is there any reason for this ? This is the normal choice for uclinux targets but not standalone. The reason...
  • Keil Arm GCC C library
    I notice that in your gcc version of the Arm Toolchain you use uclibc as the c library. Is there any reason for this ? This is the normal choice for uclinux targets but not standalone. The reason...
  • Using Compute Library in a c++ project as static library, build with linaro gcc 7.3
    Hi again; I've built ComputeLibrary in an Linux Environment using gcc 7.x version targetted for bare_metal and armv7a. Build was succesfull and I have 3 library (.a extension) files called 'arm_compute__core...