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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
09/07/05 17:41
Read: times


 
#100762 - What's the problem?
Responding to: ???'s previous message
Raj Shetgar said:
When I compiled I saw that there were so many files generated :o(. (with the main.asm file that gets generated, my library code is visible to my end client. Is it possible to suppress the generation of these files (.rel, .asm and .lst))

That's perfectly normal behaviour for any compiler!

With Keil, you can get .obj, .i, .src, .lst, .ls1, .map if you check all the right(?) boxes...

I don't see any problem; the compiler generates them for your information - you do not have to ship them all to your customers! In fact, as you say, doing so would defeat the entire object!

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