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

Translate Error:#112

Do anyone have a clue what's is the meaning of 'Translate Error:#112'.
That come out while I try to define #pragma SRC

Parents
  • Oh...
    The thing is I'm not using uVision as the development software.
    I only use C51 complier to compiler my C code, but anyway here is my compiler output message:

    C51 COMPILATION COMPLETE. 0 WARNING(S), 0 ERROR(S)
    Translate Error:#112
    Translate completely and find errors!

    and I can't the meaning of this error number from the C51 manual....
    so...

Reply
  • Oh...
    The thing is I'm not using uVision as the development software.
    I only use C51 complier to compiler my C code, but anyway here is my compiler output message:

    C51 COMPILATION COMPLETE. 0 WARNING(S), 0 ERROR(S)
    Translate Error:#112
    Translate completely and find errors!

    and I can't the meaning of this error number from the C51 manual....
    so...

Children
  • "The thing is I'm not using uVision as the development software ... I can't the meaning of this error number from the C51 manual"

    Are you sure that it's a C51 error?

    It doesn't look like it to me...

  • I said, "Are you sure that it's a C51 error? It doesn't look like it to me..."

    In fact, looking again, I'm sure it isn't!

    If the message really does say:

    C51 COMPILATION COMPLETE. 0 WARNING(S), 0 ERROR(S)
    Translate Error:#112
    Translate completely and find errors!
    You can clearly see that C51 has reported 0 WARNING(S), 0 ERROR(S) - so it isn't C51.

    It must be coming from somewhere else in your build system.
    As you're not using the Keil build system (uVision), I'm afraid you're out of the scope of this forum now...