• BSS Section
    Hi I am using AT89C51RD2. Is there BSS section ? If so, where is it located and is there any way to set the BSS section for an absolut address ?
  • .bss section
    Please let me know whether the size of .bss section should be included in ROM size or in RAM size ? In other words : where does the .bss section lay? In ROM or in RAM? Thanks in advance
  • heap size .bss section
    Hello, How is it possible to see if a heap buffer overflow occured? I just took a look into the .map file and the size of the .bss section is 0x00003c28. I've 16kB internal RAM. The size of the...
  • attribute((at(x)) .bss sections not initialized
    In our ASIC, we have multiple cores: a cortex M series, plus a DSP. The separate DSP core is getting it's memory poplulated by it's output elf into several arrays that are located (using the __attribute__...
  • Memory space exhausted
    On my PC, whenever I try to build a particular piece of software, using the C166 V2.6 compiler, it comes up with the error 'MEMORY SPACE EXHAUSTED'. If I try to build the same software on another PC...