Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
12/21/04 01:09
Read: times


 
#83556 - Not the Linker's job?
Responding to: ???'s previous message
Checking if the ROM code is flashed correctly is a standard problem and others must have the same problems especially if the linker got its hands completely off.

In my experience, Linkers produce some sort of binary output (eg, COFF, OMF, OMF-51); if you want HEX (or S-Records), you have to post-process the Linker's binary output.
This is certainly the case for Keil.

The Checksum generation is part of the Hex conversion process - nothing to do with the Linker.

Maybe take a look at the GNU binutils:
http://sources.redhat.com/binutils/...index.html




List of 6 messages in thread
TopicAuthorDate
Checksum without linker support            01/01/70 00:00      
   program checksum            01/01/70 00:00      
   The Hex File            01/01/70 00:00      
      The binary file            01/01/70 00:00      
   try this            01/01/70 00:00      
   Not the Linker's job?            01/01/70 00:00      

Back to Subject List