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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
09/06/05 11:42
Read: times


 
Msg Score: +1
 +1 Informative
#100673 - SDCC.LIB
Responding to: ???'s previous message
SDCC's library files are stored in plain ascii in no standard format. SDCC's linker can only output AOMF51 files.

Function parameters are passed via DPTR, B and A for the first parameter and automatically generated global variables for the rest (unless --stack-auto is used). This calling convention is not compatible with Keil's.

Why not just recompile your source code with SDCC and generate an SDCC library? OTOH you could also Open Source your functions ;-)

Maarten

List of 21 messages in thread
TopicAuthorDate
Compatibility - ".LIB" files            01/01/70 00:00      
   Library Files            01/01/70 00:00      
   SDCC.LIB            01/01/70 00:00      
      thanks, but a major hurdle to cross :o(            01/01/70 00:00      
         easy as pie. use "dir" to make a list o            01/01/70 00:00      
            Easier Still            01/01/70 00:00      
               Naah            01/01/70 00:00      
         hard?            01/01/70 00:00      
            downloaded the Setup file :o)            01/01/70 00:00      
               What's the problem?            01/01/70 00:00      
                  edit startup file for SDCC            01/01/70 00:00      
                     same question, same answer as below            01/01/70 00:00      
                     SDCC startup            01/01/70 00:00      
               hex-file?            01/01/70 00:00      
                  edit startup file for SDCC            01/01/70 00:00      
                     same question, same answer as above            01/01/70 00:00      
                        sorry for the double entires            01/01/70 00:00      
                           I can not say for sure, but another comp            01/01/70 00:00      
                           SDCC main.c results            01/01/70 00:00      
                           _sdcc_external_startup()            01/01/70 00:00      
                              exactly!            01/01/70 00:00      

Back to Subject List