• Generating .elf files with ARM toolchain
    Hello. I'm fairly new to embedded software development, and could use some clarification on how to generate .elf files from .c files. I've recently downloaded the following toolchain installation...
  • 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...
  • Could not find the link to download csat.exe for windows. Is that now discontinued?
    Hi, Could not find the link to download csat.exe for windows. Is that now discontinued? regards, kalpak
  • How to compile an application from A53
    Hi, I am new to ARM . I had Xilinx Zync102 board which having CortexA53 processor. I had build the kernel image for the same and properly working . Now I need to write an application which run on...
  • ARM64 Linaro toochain Link error ( R_AARCH64_ADR_PREL_PG_HI21 )
    Hi Experts, We are using address which is more than 32 bits with for example : 0x1000000000 when comes to adrp instruction it is giving following error.: relocation truncated to fit: R_AARCH64_ADR_PREL_PG_HI21...