This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Programming

Hello!!
I am trying to program a code for my project.
But, after building the code in Keil uVision4, I am getting following errors:

*** ERROR L107: ADDRESS SPACE OVERFLOW SPACE: DATA SEGMENT: ?DT?GEOFENCE LENGTH: 0066H
*** ERROR L105: PUBLIC REFERS TO IGNORED SEGMENT SYMBOL: LATITUDE2 SEGMENT: ?DT?GEOFENCE
Program Size: data=111.4 xdata=0 code=505
Target not created

Can anybody help me in this problem?

Parents
  • I am currently using the controller(89V51RD2) which has 64kb of Flash memory & 1kb of RAM.
    These are sufficient for my application "Vehicle Security using GPS & GSM".
    But, if I am right, then according to the word "overflow", it means that the controller does not have enough memory for programming.

    Since the error message is coming even after giving the device name to the compiler, I am not able to understand what exactly is getting wrong.

Reply
  • I am currently using the controller(89V51RD2) which has 64kb of Flash memory & 1kb of RAM.
    These are sufficient for my application "Vehicle Security using GPS & GSM".
    But, if I am right, then according to the word "overflow", it means that the controller does not have enough memory for programming.

    Since the error message is coming even after giving the device name to the compiler, I am not able to understand what exactly is getting wrong.

Children