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...