• Building a shared library using armclang (v 6.13) and linking with aarch64-linux-android- toolchain (for use in Android target)
    Hi, I want to build a shared library using armclang (v 6.13) toolchain and finally link it with android 64 bit arm toolchain. The reason is that, I've few performance critical functions and wanted...
  • 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...
  • more gnu toolchain for the A-profile architecture
    Is there any more gnu toolchain for the A-profile architecture? the version of glibc.so in my target platform is 2.27. However, all the gnu toolchains in this website have 2.28. Is there any previous...
  • 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...
  • Stack initialisation in GNU ARM toolchain
    Checking the startup file provided as an example in the GNU ARM toolchain, I couldnt understand one thing. Code snippets provided here are taken from examples included in GNU ARM Embedded Toolchain files...