diff options
| -rw-r--r-- | openpicc/config/atmel-rom.ld | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/openpicc/config/atmel-rom.ld b/openpicc/config/atmel-rom.ld index deff929..6307cb4 100644 --- a/openpicc/config/atmel-rom.ld +++ b/openpicc/config/atmel-rom.ld @@ -32,7 +32,10 @@ SECTIONS  		*(.data)  		*(.data.*)  		__data_end__ = .; - +	} > ram +	 +	.bss : +	{  		__bss_beg__ = .;  		*(.bss)  		*(.bss.*)  | 
