• How to create and link a static library for an ARM project using arm-none-eabi-gcc? or get the knoledge to do it
    I want to create a static library libmylib.a from mylib.c/.h and link it to a project to use this library in bootloader code using the arm-none-eabi-gcc cross compiler in ubuntu 20.04 LTS. ...
  • How to create and link a static library for an ARM project using arm-none-eabi-gcc? or get the knoledge to do it
    I want to create a static library libmylib.a from mylib.c/.h and link it to a project to use this library in bootloader code using the arm-none-eabi-gcc cross compiler in ubuntu 20.04 LTS. ...
  • why Mali_OpenCL_SDK_v1.1.0 use both static library and share library
    In Mali_OpenCL_SDK_v1.1.0 project libCommon compile to static library(./Common) project libOpenCL compile to share library(./lib)
  • why Mali_OpenCL_SDK_v1.1.0 use both static library and share library
    In Mali_OpenCL_SDK_v1.1.0 project libCommon compile to static library(./Common) project libOpenCL compile to share library(./lib)
  • RTX thread - static var - hardfault
    Hello, Using Keil RTX, I have a very simple program with some threads, created like this: osThreadCreate(osThread(fram_test),NULL); All is running fine, until I introduce a static variable in...