• using library compiled with gcc gives error
    I am using a library compiled with gcc for cortex-M4 and options -mcpu=cortex-m4 -mthumb-mfloat-abi=hard -mfpu=fpv4-sp-d16 I tried to use this library in Keil with options --wchar32 --fpu=vfpv4_d16...
  • using library compiled with gcc gives error
    I am using a library compiled with gcc for cortex-M4 and options -mcpu=cortex-m4 -mthumb-mfloat-abi=hard -mfpu=fpv4-sp-d16 I tried to use this library in Keil with options --wchar32 --fpu=vfpv4_d16...
  • 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...
  • 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...
  • Static library links differently with gcc ld and armlink
    Hi, I've built a static library using arm-none-eabi-gcc and used the -fdata-sections, -ffunction-sections, and --gc-sections to reduce the library memory footprint. I've used that library successfully...