• BSS address
    Hi there, Iam doing a CAN based project using LPC2368 controller. The development is done using GNU compiler. I have not specified the BSS start address in the Keil uVision3 IDE settings for the GNU...
  • .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
  • 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 ?
  • 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__...