• Linker problem with compiler 6: armclang -flto armlink --lto can't ignore unused extern reference variable or function
    Dear all: I'am working on DS-5 Version: 5.28.1. Imported sample project startup_Cortex-R8 . and modified main.c file with code like: extern int g_TobeyTest; void TobetTestFun(void) { g_TobeyTest...
  • Linker problem with compiler 6: armclang -flto armlink --lto can't ignore unused extern reference variable or function
    Dear all: I'am working on DS-5 Version: 5.28.1. Imported sample project startup_Cortex-R8 . and modified main.c file with code like: extern int g_TobeyTest; void TobetTestFun(void) { g_TobeyTest...
  • Interoperability for c++ between armclang and gcc(linaro)
    Hi; I have built 'Compute Library' as said in Bare Metal Building section of documentation by using Linaro toolchain on Ubuntu. I'm targetting bare-metal. On another machine, I want to use this library...
  • Execute Failed while SRC using <sstream> with armclang
    Lately I'd obsessed over compiling STM32 project with ARMCLANG. Here is Details: Case 1. Used "#include <sstream>" in cpp file, complied successfully but execute failed, meanwhile I didn't use any...
  • ARM V6 ARMCLANG Assembler, Binary don`t run
    Hi, i want to use ARM V6 for a new project. I try to make a new project in the Keil MDK 5.26 and then switch to ARM 6.10 Compiler. First i leave the assembler on ARMCC and everythings works fine. Debugging...