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 error: invalid constant

Can anyone tell me what goes wrong while linking the files:

linking...
*** FATAL ERROR 206: INVALID CONSTANT
POS:75
EXE filename1.obj, filename2.obj TO filename RAMSIZE (256) CODE (0X0000) #
Target not created

Parents
  • Can we have the complete linker command line from the .m51 file?

    EXE filename1.obj, filename2.obj TO filename RAMSIZE (256) CODE (0X0000) #

    The (0X0000) seems wrong, I think it needs to be a range like this:

    CODE (0X0000-0XFFFF)
    - Mark

Reply
  • Can we have the complete linker command line from the .m51 file?

    EXE filename1.obj, filename2.obj TO filename RAMSIZE (256) CODE (0X0000) #

    The (0X0000) seems wrong, I think it needs to be a range like this:

    CODE (0X0000-0XFFFF)
    - Mark

Children
No data