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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
03/14/05 22:12
Read: times


 
Msg Score: +1
 +1 Good Answer/Helpful
#89680 - download location, doc, include files
Responding to: ???'s previous message
Hello Ria,

cygwin is not a prerequisite. SDCC runs natively on Windows.
Download one of the Windows packages sdcc_YYYYMMDD_setup.exe from:

http://sdcc.sourceforge.net/snap.php

You might want to have a look at the manual:

http://sdcc.sourceforge.net/doc/sdccman.pdf
or
http://sdcc.sourceforge.net/doc/sdccman.html/


SDCC it doen't understand basic registers

SDCC uses SFR's like: "sfr at 0xCA RCAP2L;" and "sbit at 0xC8 T2CON_0;".
You didn't tell which 8051 derivative you're using. Use #include <8051.h> for a start. Unless you have an exotic device you'll probably find the necessary include files under the directory device/include/
(For more exotic devices you might find a script for automatic header file conversion useful. I don't have the reference at hand right now, but it's mentioned in the manual)

If you need a very good source code documentation tool for your final year project have a look at:
http://www.doxygen.org


List of 25 messages in thread
TopicAuthorDate
sdcc            01/01/70 00:00      
   Problems?            01/01/70 00:00      
      reply            01/01/70 00:00      
         fopen?            01/01/70 00:00      
         what file            01/01/70 00:00      
         Installation problems?            01/01/70 00:00      
            SDCC support            01/01/70 00:00      
            Keil demo            01/01/70 00:00      
   sdcc works well            01/01/70 00:00      
   SDCC works very will for me.            01/01/70 00:00      
    sdcc            01/01/70 00:00      
      why not give up            01/01/70 00:00      
         Why give up?            01/01/70 00:00      
         Raisonance            01/01/70 00:00      
            Keil and Raisonance            01/01/70 00:00      
               Raisonance            01/01/70 00:00      
                  Raisonance from Keil            01/01/70 00:00      
                     Raisonance from Keil            01/01/70 00:00      
      download location, doc, include files            01/01/70 00:00      
         finally            01/01/70 00:00      
         SDCC support page            01/01/70 00:00      
            You can't be serious!            01/01/70 00:00      
               I agree.            01/01/70 00:00      
   reply            01/01/70 00:00      
      Editor for sdcc            01/01/70 00:00      

Back to Subject List