• 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)
  • Create a shared library for multiple applications for ARM cortex-m4
    Hello everyone! I'm trying to create project which contains a drivers library and two separate application (Booltloader + app), now I want to share the drivers library between the two apps in order...
  • Create a shared library for multiple applications for ARM cortex-m4
    Hello everyone! I'm trying to create project which contains a drivers library and two separate application (Booltloader + app), now I want to share the drivers library between the two apps in order...
  • shared library concept for stm32
    hello im trying to do something if any one knows or has reference about this help I have built a library and a blinky code using that library, i want to flash the library first and then the blinky...