This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

ARMv8-A on Community Edition

I like to know if there is a way for using the debugging tool ARMv8-A provided in Community Edition to rn some simple assembly codes as executable?

I have a simple one line code and want to see the changes in registers.

main: ADDI X9,XZR, #4

When I load it to I get the following message:

ERROR(CMD16-COR266):

! Failed to load "hello22.s"

! Unknown image type: hello22.s

Parents Reply Children
  • Zheng,

    Thanks for the reply.

    However I am interested in using a GUI like DS5 eclipse.

    There are videos on how to setup a toolchain "Install and Setup DS-5" however for some reason this does not auto detect the toolchain and manual setup is not able to find libraries?!

    The DS5 community edition recently included aarch64 debugger so I thought I could use that.

    Apparently the debugger works only on executables and is a disassembler so i need an aarch 64 compiler.

    All the problems would be solved if I could setup the linaro toolchain.

    But I am not and don't know who to ask.

    Regards;

    ER