• ARMCC and CMake armlink problem
    Hi, I'm trying to build my project using ARMCC and CMake but I'm having difficulties with the linking step. The project is building fine with ARM-GCC but when I tried to build it with ARMCC the...
  • ARMCC and CMake armlink problem
    Hi, I'm trying to build my project using ARMCC and CMake but I'm having difficulties with the linking step. The project is building fine with ARM-GCC but when I tried to build it with ARMCC the...
  • Problem compiling freeRTOS with Armcc v3.1.0.942
    Hi I have specific problem compiling the file "portmacro.h" from the freeRTOS source code. I get several errors, but once I get to solve at least a few, I think the rest is just some kind of repetition...
  • Problem compiling freeRTOS with Armcc v3.1.0.942
    Hi I have specific problem compiling the file "portmacro.h" from the freeRTOS source code. I get several errors, but once I get to solve at least a few, I think the rest is just some kind of repetition...
  • ARMCC V6.12 problem with simple std::queue
    Hi everyone! Im working with STM32F103VB, ARMCC V6.12, C++14(community) and have some problem with simple std::queue. When i write something like this: #include <queue> std::queue<int> Q; ...