• armcc compile c   error  under DS-5 tool
    The example about c++ progran under DS-5 CPP directory is compiled by me with the armcc ,not gcc.  But there is an error when compile。 Error: C3321E: automatic configuration failed - could not determine...
  • where can i find documentation for c++ traits supported by ARMCC ?
    where can i find documentation which outlines what/which traits are supported by the Arm Compiler? ie things like : remove_all_extents is_array<T> ..... Version :ARMCC 5.06 Thanks.. Caspar.
  • DS-5/Jython: How to execute the functions of jython scripts on the debugger CLT?
    Requirement: Develop a debug layer for new CPU based on DS-5. 1. Basically I want to use jython to develop that, and it could be easily loaded and run on debugger CLT by source command. (e.g. source debug...
  • Cannot run latest DS5 development studio in win7 when software restriction policy is applied.
    Hi Everyone, I just downloaded 64bit ARM Development Studio 5 (DS-5) for windows 7. It installs successfully. But when I double click eclipse.exe in c:\program files\DS-5\bin, I get error box showing...
  • Using armcc with Autotools
    I'm trying to migrate a bare metal ARM project, that was previously built with GCC (arm-xilinx-eabi) and Autotools, over to DS-5 armcc toolchain.  Does anyone have a working example of using Autotools...