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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
02/10/09 13:35
Read: times


 
#162245 - thanks a lot, I have tried
Responding to: ???'s previous message
yup you are write keil chew up a lot before making me not to understand the basic idea that happens before.

I have written the following code and saved it in c drive.
C:mahesh.c
------------
#include<reg51.h>
void main(void)
{
P1=0x0f;
P2=0x0f;
}
then i have given this in the cmd prompt
I have given the c:sdcc mahesh.c
I am getting "the include file REG51.h is obsolete!"

List of 13 messages in thread
TopicAuthorDate
c compiler            01/01/70 00:00      
   SDCC .exe file            01/01/70 00:00      
      Direct link to avoid further confusion            01/01/70 00:00      
         thanks a lot for the quick reply            01/01/70 00:00      
            IDEs            01/01/70 00:00      
   don't be afraid of command line...            01/01/70 00:00      
      thanks a lot, I have tried            01/01/70 00:00      
         header for your device            01/01/70 00:00      
         never leave main()            01/01/70 00:00      
            ok with sdcc            01/01/70 00:00      
               Keil, too?            01/01/70 00:00      
               sw engineering            01/01/70 00:00      
   SDCC is fun.            01/01/70 00:00      

Back to Subject List