avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-gcc-list] __checksum


From: Bob Paddock
Subject: Re: [avr-gcc-list] __checksum
Date: Thu, 29 May 2008 14:17:26 -0400

> Would seem IAR automatically buries a __checksum in the code
> image but avr-gcc does not.

The equivalent in avr-gcc is __data_log_end[1], see the code I just posted.

The one possible difference is that __checksum is purely the code,
.text in avr-gcc, where __data_log_end[1] is .text+.data.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]