• Known Issues or Errata reference for legacy compilers (RVCT 3.1)

    I've spent most of the day trying to find reference material for known issues or limitations for the specific toolchain being used for a project with little luck. The goal is to produce a compiler errata document as part of our project database.

  • LOOKING FOR RVDS4.0 build 902

    I AM VERIFONE INTEGRATION PROGRAMER AND I NEED THIS TOOL...BUT I DONT KNOW WICH IS THE NEW VERSION OF THIS SOFTWARE....OR WHE CANT I FIND THIS TO PURCHASE

  • Looking for RVDS4.0 build 902

    We are developers of Verifone VX Familia and use this tool... Please somebody tell me where can find it or new tool to program?

  • İnstalling Eclipse Pluggin for RealView Development Studio

    Hi I am following the insructers in the DUI330A_eclipse_plugin_user_guide and ı still could not manage to add RealView Development Studio plug in.When ı try to install new software ı enter the site http://www.arm.com/eclipse but eclipse C/C++ IDE gives…

  • Command line options for ARM Workbech IDE?

    Does anyone know where I can find a list of command line options for ARM Workbench IDE (awide) 4.0? So far I have only been able to find how to open a workspace using the -data option in the ARM Workbench IDE User Guide. Ideally I am looking for a -build…

  • How to obtain licence for RVDS 4.1 Pro evaluation version

    How can I have an evaluation licence for RVDS 4.1 Pro that I have downloaded from

    https://silver.arm.com

  • How can I do profiling in DS-5 without hardware

    Dear all

    How can I do profiling in DS-5 without hardware platform.

    and another question :

    Why in RVDS 4.1 we had this feature (profiler utility + RTSM model) but in  DS-5 it seems this feature is canceled !

    Does this feature in RVDS 4.1 have problems…

  • RVDS: file access with Real View Debugger 4.0?

    I am using the 'Arm Workbench IDE 4.0'. And I can compile the file access functions

    like Following. But when run the image using the 'RealView Debugger v4.0', I can't

    find out the xxx.txt file withing the system and ARM tool's directory…

  • Need help in resolving the Linker Error : L6128E

    Hi All,

    I am new to ARM compiler/linker tools. I am using RVDS221 for compilation.

    I got this Errors related to linking the libraries. I checked in the errors and warnings guide, but dint understood

     

    Please help me to resolve this.

    V:\ASIC\users\c_thimma…

  • Issues in testing on RVDS4.0 vs testing on BeagleBoard

    Hi experts,

    Currently I'm working on optimization of some audio codec on Cortex-A8, I have coded some functions with Neon Intrinsics and some in asm. when I tested on Rvds4.0 simulator every thing is fine but when I tested on board I'm seeing some…

  • q = vshll_n_s16(d, 16) is giving error in RVDS

    Hi all,

    when I write the Neon Intrinsic code as below

    int32x4_t q;

    int16x4_t d;

    some thing I loaded into d register

    q = vshll_n_s16(q, 16)

    when I tried to build the code, the compiler is throwing error as the supported shift range is 0-15 only....I'm using…

  • rvds4.1 license


    we want to evaluate rvct4.1, I download the rvds4.1 from the arm web site, and install it on ubuntu , when I execute 'armcc --vsn', it display error:

    ARM C/C++ Compiler, 4.1 [Build 713]

    Error: C9932E: Cannot obtain license for Compiler (feature…

  • rvds 4.1 eval

    Note: This was originally posted on 30th November 2012 at http://forums.arm.com

    Is there any RVDS 4.1 eval version present .Previously it was there ,currenlty I have searched in ARM website Development tools ,its not there .If there is any please post…
  • RVDS version for Cortex A5

    Note: This was originally posted on 13th September 2011 at http://forums.arm.com

    Dear All,

    I have observed that RVDS4.1 supports cortex a5 compilation. In RVDS3.1, I could only see A8.
    Can't we compile for A8 using RVDS3.1 and execute it for A5? Do you…
  • CORTEX A8 on RVDS

    Note: This was originally posted on 5th January 2010 at http://forums.arm.com

    Hi,

         I have a query regarding CortexA8 on ARM workbench IDE and RVDS.
    When i choose the target as CortexA8 and write a small "helloworld" program it works…