• (ARMLMD_LICENSE_FILE) ERROR
    Hello, how are you? I'm working on a project and I have to get DAP-Link to run, however, I'm having some difficulties getting the environment to run. I'm following the tutorial link github.com/.../DEVELOPERS...
  • 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...
  • __attribute((used))has been declared, but the variable is still deleted when linking
    test code: int TestMain() { g_TestTest++; return 0; } #pragma clang section rodata=".rti_fn.6" __attribute((used)) const init_fn_t __rt_init_TestMain = TestMain; #pragma clang section rodata="" ...
  • 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...
  • IAR output object file
    Hi all, I just compiled my project including mbed-os with mbed-CLI that uses IarBuild.exe and got an elf file. But normally IAR works with .out file How can I get .out file from elf file? now...