Discussion Forum

Help.... (Faltal Error not an object file)

Next Thread | Thread List | Previous Thread Start a Thread | Settings

DetailsMessage
Read-Only
Author
LG Electronics de São Paulo Ltda
Posted
23-Jun-2006 13:00 GMT
Toolset
C51
New! Help.... (Faltal Error not an object file)
What the problems in compiler?

RAMSIZE(256)XDATA(0X0000-0X06FF)
***FATAL ERROR L218 : NOT AN oBJECT FILE
Read-Only
Author
erik malund
Posted
23-Jun-2006 13:21 GMT
Toolset
C51
New! RE: Help.... (Faltal Error 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
Read-Only
Author
Andy Neil
Posted
23-Jun-2006 13:37 GMT
Toolset
C51
New! RE: Help.... (Faltal Error not an object file)
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...

Next Thread | Thread List | Previous Thread Start a Thread | Settings