This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

query tasking compiler vs keil

Hi all,
my friend needs code written by me in keil,he works with Tasking.
keil Codes has to be ported over to tasking for 8051RD2,Tasking has given keil.h file,but over all behaviour of routines is different then with keil.
Has anybody worked with tasking,then give details of printf(); statement.

Parents
  • You are going to have to read the manuals for both compilers in detail.
    You will need to pay particular attention to the details of the calling conventions, internal data representation, etc.

    Also, be sure to understand what all your options settings are doing - including the defaults for options you haven't explicitly set!
    This alone could explain your observed differences!

Reply
  • You are going to have to read the manuals for both compilers in detail.
    You will need to pay particular attention to the details of the calling conventions, internal data representation, etc.

    Also, be sure to understand what all your options settings are doing - including the defaults for options you haven't explicitly set!
    This alone could explain your observed differences!

Children
No data