• Building C++/ARM project with console
    I have to make an automation for a school project. But in order to do that I need to have a DS-5 executable file for a specific project. Is there any way to compile a multi C++ file project with assembly...
  • which arm tool chain i have to use for Arm V8,AArch32 in windows?
    HI I'm new to arm. Im working on LS1043A processor which is having Arm V8 and A53 core. i wrote some startup code. i want to build that one in windows. For that which arm tool chain i have to use? and...
  • std::mt19937 with ARM Compiler 6 uses sys_open and breaks retarget.c
    I'm using Keil V5.30.0.0 and ArmClang.exe V6.14. When I tried using std::mt19937, like so: #include <random> std::mt19937 mt; std::uniform_int_distribution< uint32_t > dist(0); auto a = dist( mt ...
  • ARM Compiler 6 - Optimization guidelines
    In the V5 to V6 compiler migration document is the following with respect to optimzations -O0 No Optimization. Not recommended for use in ARM Compiler 6.6 -O1 Limited Optimization. This is currently...
  • IAR Linking issue at High optimization level
    Hi, I am using IAR for development. When i change the compiler option from None to High, it generates below linking error Error[Lp011]: section placement failed However if i disable static clustering...