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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
02/11/03 23:01
Read: times


 
#38829 - RE: linking the bmp files.
Responding to: ???'s previous message
" i could not link these file"

Of course you can't.
The Linker accepts Object files as input - so if you want to Link them, you will have to first convert them to your Linker's Object format. Michael has already shown the way to do this.

Alternatively, you could convert the binaries to Intel Hex and then merge the hexfiles with the Hex file from your Linked code - this is simply a matter of file concatenation

List of 6 messages in thread
TopicAuthorDate
linking the bmp files.            01/01/70 00:00      
   RE: linking the bmp files.            01/01/70 00:00      
      RE: linking the bmp files.            01/01/70 00:00      
         RE: linking the bmp files.            01/01/70 00:00      
            RE: linking the bmp files.            01/01/70 00:00      
   RE: linking the bmp files.            01/01/70 00:00      

Back to Subject List