We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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
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)