• libinterceptor.so exports symbols from libstdc++
    Hi. I tried to use MGD on arm64 linux and my app crashed with strange std::bad_cast exception. After debugging i figure out that libinterceptor.so exports symbols from standart C++ library and library...
  • libinterceptor.so exports symbols from libstdc++
    Hi. I tried to use MGD on arm64 linux and my app crashed with strange std::bad_cast exception. After debugging i figure out that libinterceptor.so exports symbols from standart C++ library and library...
  • How to export linker-defined symbols to a symbol file?
    I built an image with armlink using a scatter file. I used the --symdefs option and a steering file to export all public symbols that are in my image and that I want other code to have access to. In...
  • How to export linker-defined symbols to a symbol file?
    I built an image with armlink using a scatter file. I used the --symdefs option and a steering file to export all public symbols that are in my image and that I want other code to have access to. In...
  • Included module order change by export/import LIB
    I habe built a project with µVision2 and generated a library (LIB file). I have imported this LIB into another µVision2 project. However, the link order of the imported modules within the LIB is now...