• Altera Baremetal GCC toolchain supported on ARM DS Gold Edition?
    I am working on Cyclone V device with Altera baremetal GCC toolchain in DS-5. Can I continue my work in latest DS Gold Edition with the same toolchain?
  • Multiple Application Code with Bootloader
    Hello, Looking for some pointers on the scenario below. I'm fairly new to firmware and bare-metal programming. In the system I'm working on, I am looking to get a bootloader and 2 application programs...
  • Where to get, or how to build toolchain "aarch64 for aarch64 linux"? ? Error trying to build as in "release notes"
    Where to get, or how to build toolchain "aarch64 for aarch64 linux"? I try to do as described in ABE release notes: git clone https://git.linaro.org/toolchain/abe.git run ../abe/abe.sh --manifest...
  • arm-none-eabi-gcc default parameters
    how to know exactly which parameters are enabled/disabled by default for arm-none-eabi-gcc? I have the doubt thinking about the parameter `-fshort-enum`. Try to compile this example (main.c): #include...
  • arm-none-eabi-nm: some symbols are not related to any source file
    In my embedded project I compile `amazon-freertos/lib/FreeRTOS-Plus-TCP/FreeRTOS_Sockets.c` in this way: /opt/gcc-arm-none-eabi-8-2019-q3-update/bin/arm-none-eabi-gcc \ -std=gnu11 \ -mcpu=cortex-m7...