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)