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

Linker L51 and RTX51

I have four object files created by
C51 compiler, one of them RTXCONF.obj.
I'm not using banking.

I used the commnad:
1)L51 f1.obj,f2.bj,f3.ob,f4.obj To f.abs
2)L51 f1.obj,f2.obj,f3.obj,f4.obj,RTX51 To f.abs

in both cases I got the same error:
Fatal error 234:use RTX-51 SWITCH.

Anyone knows what missing
Thanks

Parents
  • Jon,

    I suppose the answer to this question should be, "Please read the manual," but if you do consult the manual [1], it says:

    234 USE RTX251 OR RTX51 CONTROL
    The application uses RTXx51 tasks mented.


    Could you explain what that's supposed to mean? ;-)

    Also, why isn't this error (or any other Linker error >124, for that matter) in the online errors help file?

    The manual [1] lists Non-Fatal errors up to 134 and Fatal Errors from 201-251

    [1] Macro Assembler and Utilities for 8051 and Variants User's Guide 07.2000

Reply
  • Jon,

    I suppose the answer to this question should be, "Please read the manual," but if you do consult the manual [1], it says:

    234 USE RTX251 OR RTX51 CONTROL
    The application uses RTXx51 tasks mented.


    Could you explain what that's supposed to mean? ;-)

    Also, why isn't this error (or any other Linker error >124, for that matter) in the online errors help file?

    The manual [1] lists Non-Fatal errors up to 134 and Fatal Errors from 201-251

    [1] Macro Assembler and Utilities for 8051 and Variants User's Guide 07.2000

Children