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

C51 v8.17a stddef.h error

In my project I include stddef.h but find error on __CX2__

it's a bug or not

I try to modify it to
#if defined (__CX2__)
and passed.

what mains about __CX2__ ?

Parents
  • Wouldn't it have helped if you had posted this declaration?

    It obviously isn't the __CX2__ symbol that is unknown or missing, since preprocessor symbols are not unknown or missing. Just what they possibly expand to.

    Keil want me to fill in too much information for me to be interested in checking what the currently available version is.

Reply
  • Wouldn't it have helped if you had posted this declaration?

    It obviously isn't the __CX2__ symbol that is unknown or missing, since preprocessor symbols are not unknown or missing. Just what they possibly expand to.

    Keil want me to fill in too much information for me to be interested in checking what the currently available version is.

Children