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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
05/17/10 16:57
Read: times


 
#175979 - Common with a C{num} or CRT{xx} file
Responding to: ???'s previous message
Classical C compilers have "always" had c{num}*.o or crt*.o or similiar, representing the C RunTime Library startup files.

In old Borland compilers you had old C0{memory-model}.OBJ and optionally C0{memory-model}.ASM
Microsoft Visual C++ have CRT0.C if the license includes source code.
With gcc you may find a crt1.o.
WinAVR have crt{model}.o
With at least one PIC compiler you may find c0{model}.c




List of 8 messages in thread
TopicAuthorDate
where do I find the SDCC startup code            01/01/70 00:00      
   have you tried 'find'            01/01/70 00:00      
      If you know what to look for ...            01/01/70 00:00      
         Manual            01/01/70 00:00      
         Common with a C{num} or CRT{xx} file            01/01/70 00:00      
         ASM extensions are often .asm , .s, .a51            01/01/70 00:00      
      did not find            01/01/70 00:00      
         No org            01/01/70 00:00      

Back to Subject List