• GCC linker error
    I am getting syntax error which I try to link the Scatter file. I am using arm - GCC toolchain. What is wrong is not specifed. The same is working for arm compiler but not for arm gcc
  • GCC linker error
    I am getting syntax error which I try to link the Scatter file. I am using arm - GCC toolchain. What is wrong is not specifed. The same is working for arm compiler but not for arm gcc
  • __heapstats() linker error since update MDK-ARM 3.11
    Hello, to get some information about the amount of heap memory used by my application I'm using the __heapstats function from realview C-libary. I used this feature successfully with MDK-ARM version...
  • __heapstats() linker error since update MDK-ARM 3.11
    Hello, to get some information about the amount of heap memory used by my application I'm using the __heapstats function from realview C-libary. I used this feature successfully with MDK-ARM version...
  • Spliting the code in ARM GCC linker script
    Hi I have a project that requires a function to be placed at a particular location in flash (0x15555 to be precise). The issue is that my code is larger than this. When I build now, I...