• ERROR(CMD440-TAD10-NAL23) in Development Studio
    I'm using Development Studio and trying to load linux kernel of Linaro on FVP. After building kernel, the vmlinux was loaded successfully (Base_A53x1) but when I clicked the button of 'Step Source Line...
  • DS-5 and DStream  set memory freescale i.MX6  error: ERROR(TAD11-NAL18)
    I want to use the DS-5 and DStream to debug the u-boot, so I write a memory initialization sequence into file cmimx6q.ds, which is a list of commands like: mem set 0x020e05a8  32  0x00000028 and I specify...
  • How can I print memory usage information in ARM DS-5 Console?
    Hello, Does anyone know how I can print the memory usage information in ARM DS-5 Console? Like the image below, Many Thanks.
  • DS-5 fails to view Device Memory View
    I am using DS-5 v5.27.1 and using ARM SGI-575 as development platform. platform have a range for RAM, serial and ethernet devices. At kernel/code level I have mapped all memories and able to read/write...
  • Format "({" is reported as error
    Hi experts, i am trying to define a macro in the format #define SUM(x,y) ({log_var = x; log_var += y;}) void main(void) {     unsigned int log_var;     SUM(10,20); } Compilation of the same by ARMCC throws...