Discussion Forum

why address space overflow for displaying strings on lcd

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

DetailsMessage
Read-Only
Author
Rahul Gawli
Posted
22-Sep-2005 06:53 GMT
Toolset
None
New! why address space overflow for displaying strings on lcd
i have done programming for displaying string on lcd i got a problems when i have displayed more than 4 strings.
when i compiled the program i got error as shown below .
I have C51 keil uvision software.

Build target 'Target 1'
compiling hgbmenu.c...
HGBMENU.C(41): warning C280: 'check': unreferenced local variable
linking...
*** ERROR L107: ADDRESS SPACE OVERFLOW
SPACE: DATA
SEGMENT: _DATA_GROUP_
LENGTH: 0033H
Program Size: data=143.0 xdata=0 code=2963
Target not created

if any one have answer reply me.
Read-Only
Author
Andrew Neil
Posted
22-Sep-2005 07:00 GMT
Toolset
None
New! RE: why address space overflow for displaying strings on lcd
"why address space overflow for displaying strings on lcd"

Why does anything ever overflow?!

If something is "overflowing," it means you've put too much into it - plain and simple.
Read-Only
Author
Reinhard Keil
Posted
22-Sep-2005 08:52 GMT
Toolset
None
New! RE: why address space overflow for displaying strings on lcd
http://www.keil.com/support/docs/1241.htm

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