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

How to compile a code which was originally compiled by Archimedes C-51 compiler V4.23?

My code was compiled using the Archimedes C-51 compiler V4.23. I want to use Keil uVersion2 to compile it. But Keil only support those codes using at least Archimedes C-51 compiler Version 5.

Does anybody have any idea for compiling my codes?

Thanks

Parents
  • Jay:

    Thank you so much. Actually I am not very familiar with 8051.

    You are right, most of the problems are about the definition of interrupt. There is another problem with:
    #if sizeof(float)==sizeof(double)
    Keil said "Invalid integer const expression"
    Do you have any idea or any instructions you recommend me to read?

    Thanks again.

Reply
  • Jay:

    Thank you so much. Actually I am not very familiar with 8051.

    You are right, most of the problems are about the definition of interrupt. There is another problem with:
    #if sizeof(float)==sizeof(double)
    Keil said "Invalid integer const expression"
    Do you have any idea or any instructions you recommend me to read?

    Thanks again.

Children