|
UNRESOLVED EXTERNAL SYMBOLSNext Thread | Thread List | Previous Thread Start a Thread | Settings | Details | Message |
|---|
Author Isaac Nwokocha Posted 6-Oct-2008 08:16 Toolset C51 |  UNRESOLVED EXTERNAL SYMBOLS Isaac Nwokocha I am really new to 8051 programming, but my first program gives this warning: UNRESOLVED EXTERNAL SYMBOL SYMBOL: ?C_START MODULE: STARTUP.obj (?C_STARTUP) what shuld i do? | | Author Andy Neil Posted 6-Oct-2008 12:42 Toolset C51 |  RE: what should i do? Andy Neil You should start by copying the text of the warning into the 'Search' box to see what help already exists on the subject... | | Author Arjun Shrinath Posted 8-Oct-2008 13:08 Toolset C51 |  RE: UNRESOLVED EXTERNAL SYMBOLS Arjun Shrinath You are probably declaring the 'unresolved symbol' in one module and using it in another. | | Author Hans-Bernhard Broeker Posted 8-Oct-2008 13:58 Toolset C51 |  RE: UNRESOLVED EXTERNAL SYMBOLS Hans-Bernhard Broeker but my first program gives this warning: First, no, that's not a warning. It's an error message. Second, you're using the wrong program as a first one. Your first program should be the one from the tutorial, built exactly like the tutorial tells you to. Odds are you'll find your mistake yourself, once you've complete the tutorial. | |
Next Thread | Thread List | Previous Thread Start a Thread | Settings |
|