• how to define a variable in GCC ARM assembler?
    a very simple question: how to define a variable in GCC ARM assembly programming? Thank you for your patient. I am a new to ARM and could not find an answer.
  • regarding arm gcc compiler
    please help me resolving this issue during buil process arm-none-eabi-gcc -DUSE_STDPERIPH_DRIVER -I"H:/embedded systems/arm projects/template_project/inc" -I"H:/embedded systems/arm projects/template_project...
  • Arm GCC lambda optimization
    Hello, I am working on an IoT project, mixing C and C++, and I am having stack issues with lambdas. The following code was compiled by gcc-arm-none-eabi-8-2018-q4-major-win32 , with -Os and runs on...
  • ARM GCC message error
    Hello, When I compile my C project with cross toolchain GCC,I have thise error message belows. C:\Cygnus\arm-tools\gxg_Cygnus\product\gxg_s3fs91j\bin\obj\ukos\nosecured_aes.o: file not recognized...
  • ARM GCC Data Sizes?
    This should be a classic "Please read the manual" question, but I can't seem to find where in the GCC manual it states its data sizes http://gcc.gnu.org/onlinedocs/ Surely there must be a simple...