Discussion Forum

Problems with memory space

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

DetailsMessage
Read-Only
Author
Andre Baur
Posted
28-Sep-2001 09:59 GMT
Toolset
C166
New! Problems with memory space
I have a compiler warning:

memory space overlap
From: 98h.0
To: 9Ch.0

I don't know how to get this problem solved.
For assistance I would be grateful

Andre Baur
Read-Only
Author
Mike Kleshov
Posted
28-Sep-2001 17:04 GMT
Toolset
C166
New! RE: Problems with memory space
This looks more like a linker/locator warning (see A166.PDF, page 235). Actually I never had a problem of this kind, but if I did I would look through the linker listing file (*.m66) to find out what's located in this memory area.
Read-Only
Author
Andrew Neil
Posted
28-Sep-2001 19:28 GMT
Toolset
C166
New! RE: Problems with memory space
This is a Linker (not Compiler) warning.

Search the Knowledge Base (see link above) for "overlap" eg,

DATA SPACE MEMORY OVERLAP:
http://www.keil.com/support/docs/772.htm

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