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.
What the problems in compiler? RAMSIZE(256)XDATA(0X0000-0X06FF) ***FATAL ERROR L218 : NOT AN oBJECT FILE
What the problems in compiler? RAMSIZE(256)XDATA(0X0000-0X06FF) ***FATAL ERROR L218 : NOT AN oBJECT FILE none. the problem is reported by the linker and what it states is simply that you try to link a file that is not an object file Erik
The 'L' prefix indicates a Linker error - not a Compiler error. It looks like you've just messed-up your command-line by putting the "RAMSIZE" option where an Object file name should be...