• A List of books about ARM Architecture

    Carlos Delfino
    Carlos Delfino

    Below, I suggest a list of books and papers about the Arm architecture.

    In this shortlist, I listed the books I'm reading or want to read. How I missed an orientation as well as order suggestions to read them, I thought it would be worth publish it here…

    • over 3 years ago
    • Processors
    • Processors blog
  • Why GNU ARM Toolchain objcopy didn't redefine and strip symbols, what a possible workaround?

    Fgi
    Fgi

    I have Android shared library with armeabi-v7 architecture, and I need to rename some functions inside this.

    Firstly, I tried ARM toolchain v4.9 of Android NDK.

    I tried:

    objcopy --redefine-sym _Z3foo1v=_Z3foo2v libTest.so libTestResult.so

    It throws no…

    • Answered
    • over 3 years ago
    • Open Source Software and Platforms
    • Arm Development Platforms forum