• Does armv8 foundation model built in ds5 support multicore?

    Hi guys,

    When I using ds5 with armv8 foundation model, I noticed that it's armv8-Ax1, seems only 1 core is supported. I do have another separate download of v8 foundation model installed, which supports 4 cores.

    My questions is, is is possible to…

  • DS-5 debugger hover functionality not working

    I'm using the DS-5 debugger in eclipse in Ubuntu with FVP models and when stopped at a breakpoint, when I hover a variable it shows me its declaration and not its current value. Does somebody know how to fix this?

  • Parsing arguments to main() through debugger

    I am trying to pass arguments to main function while calling the program to execute through the debugger but it does not work. The debugger has automatically enabled me semihosting on my target (in ELF) but I cannot pass any arguments in main().

    My test…

  • DS-5 FVP debugger always shows "Failed to load symbols for "Hello World.axf""

    I started to use DS-5 recently and applied for a evaluation license for professional version.

    I followed instructions strictly from this page DS-5 Documentation & Resources / Tutorials / Getting Started with ARM DS-5 | ARM DS-5 Development Studio

    But…

  • Unable to Debug on Linux FVP for Windows

    Hello,

    I am attempting to run and debug the the HelloWorld_GCC sample application as described here:

    Linux Application Debugging Using DS-5 – DS-5 Development Studio – ARM Developer

    The application builds fine,however when I connect to the target…