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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
02/25/06 22:00
Read: times


 
#110801 - Keil C51 and Math
Hello, I am using Keil C51 and I am using 8051F120 .
I write :
#include <reg51.h>
#include <math.h>

main()
{
unsigned short a,b;
b = 2094;



a = pow(b,2);


}

but compiler write
fatal error L210 > I/O error in ouput file

can I find somewhere in the net good adress about programing in C or may be done examples ( setting options , using ports , interruts ... )?

THX





List of 29 messages in thread
TopicAuthorDate
Keil C51 and Math            01/01/70 00:00      
   Eval version?            01/01/70 00:00      
      Not only but also            01/01/70 00:00      
         Come now            01/01/70 00:00      
            Come off it            01/01/70 00:00      
               poorly typed            01/01/70 00:00      
                  Typing (sic)            01/01/70 00:00      
                     Ian            01/01/70 00:00      
                        What type?            01/01/70 00:00      
                           any decent compiler will give you a warn            01/01/70 00:00      
                              it depends            01/01/70 00:00      
                                 Get Promoted            01/01/70 00:00      
                                    Too much promotion!            01/01/70 00:00      
                                       Hells Bells            01/01/70 00:00      
                                          Ding Dong!            01/01/70 00:00      
         C vs assembler, take 655321            01/01/70 00:00      
            anyone else will be a programmer in name            01/01/70 00:00      
            Programmer laziness            01/01/70 00:00      
   WebPage ?            01/01/70 00:00      
      Much different            01/01/70 00:00      
         And Also            01/01/70 00:00      
            Eh ?            01/01/70 00:00      
             C and C++            01/01/70 00:00      
         Portable?            01/01/70 00:00      
      handle your microprocessor functi            01/01/70 00:00      
         Hm,            01/01/70 00:00      
            Keil does it            01/01/70 00:00      
               Floating point            01/01/70 00:00      
                  Thanks,            01/01/70 00:00      

Back to Subject List