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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
06/16/05 04:43
Read: times


 
#95058 - No Linker?
Responding to: ???'s previous message
Scott:
You are using the C51 compiler but not a linker? How are you getting to the final binary image (or HEX file) of the program to load into your microcontroller target platform?

As near as I know if you use C51 you by default must be using the linker to get this program image. This linker usage may be "hidden" from you if you are using the Keil uVision development IDE but the linker invocation still lurks behind the build process. In the case of the IDE it is a straightforward process to provide the absolute location directives for initialized C variables to the linker via the command line parameter specification menu.

Michael Karas


List of 27 messages in thread
TopicAuthorDate
Const Array Store at a Specific Address            01/01/70 00:00      
   Initializing constant location.            01/01/70 00:00      
      KEIL uVision 2 C51 6.10            01/01/70 00:00      
         No Linker?            01/01/70 00:00      
            Linking Mike            01/01/70 00:00      
               Linker's Job            01/01/70 00:00      
   Cannot you use something like....            01/01/70 00:00      
      in fact            01/01/70 00:00      
      Keil            01/01/70 00:00      
   seems it cannot be done in C with Keil            01/01/70 00:00      
      Done in 'C' with Keil            01/01/70 00:00      
   Linker job            01/01/70 00:00      
      Linker's Job            01/01/70 00:00      
   Intel Hex            01/01/70 00:00      
   Accessing Code Arrarys            01/01/70 00:00      
      Why so complicated?            01/01/70 00:00      
         Memory space            01/01/70 00:00      
            Oops!            01/01/70 00:00      
               No can do            01/01/70 00:00      
               To Steve/Craig            01/01/70 00:00      
                  Punisment?            01/01/70 00:00      
                     I'll just nip nack to last week and...            01/01/70 00:00      
                        Some would            01/01/70 00:00      
                     I have the impression that            01/01/70 00:00      
   a small problem with this that many have            01/01/70 00:00      
   using constant            01/01/70 00:00      
      const            01/01/70 00:00      

Back to Subject List