• Streamline inconsistency and missing symbols
    Hi all I'm developing on an A53 based platform, and I'm trying to use streamline to profile my (embedded) Linux application. I can successfully connect streamline to my target and see data being...
  • Streamline inconsistency and missing symbols
    Hi all I'm developing on an A53 based platform, and I'm trying to use streamline to profile my (embedded) Linux application. I can successfully connect streamline to my target and see data being...
  • gcc 9.2 libstdc++ missing symbol versions
    I downloaded gcc-arm-9.2-2019.12-x86_64-aarch64-none-linux-gnu.tar.xz and attempted to check which symbol versions the included libstdc++.so.6 provided: $ ./gcc-arm-9.2-2019.12-x86_64-aarch64-none-linux...
  • gcc 9.2 libstdc++ missing symbol versions
    I downloaded gcc-arm-9.2-2019.12-x86_64-aarch64-none-linux-gnu.tar.xz and attempted to check which symbol versions the included libstdc++.so.6 provided: $ ./gcc-arm-9.2-2019.12-x86_64-aarch64-none-linux...
  • Link error on missing symbol that is there.
    The symbol X shows up in the link map, but the linker still generates unresolved symbol errors for X in main. Any ideas? File Main.c: extern xdata X[]; static char xdata* p = X; void main( void...