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

Error In Keil

Hi all,
i am working on am small project using 89s52.
can anybody please help me with the error in keil..
while compiling i am getting an error in keil...

*** ERROR L105: PUBLIC REFERS TO IGNORED SEGMENT
    SYMBOL:  REEAD
    SEGMENT: ?DT?SAS_WITH_RTC
Program Size: data=136.1 xdata=0 code=4953
Target not created


what does this error mean.
how can i get out of this...

Parents
  • i am sorry...
    but i have did something which i was not familiar with...
    after getting into start/stop debug session..
    i entered DEBUG --> MEMORY MAP
    in the memory map window it displayed something like
    001: 1:0x00 - 1:0x00 read write.
    002: C:0x0000 - C:0x1358 exec code.
    003: X:0x000000 - X:0x00FFFF read write.
    and then i had a KILL SELECTED RANGE command button.
    i selected 002 and 003 option and killed the selected range..
    so now its working...
    i dont know what it was...
    was it something i had to do earlier or have done something weird...

Reply
  • i am sorry...
    but i have did something which i was not familiar with...
    after getting into start/stop debug session..
    i entered DEBUG --> MEMORY MAP
    in the memory map window it displayed something like
    001: 1:0x00 - 1:0x00 read write.
    002: C:0x0000 - C:0x1358 exec code.
    003: X:0x000000 - X:0x00FFFF read write.
    and then i had a KILL SELECTED RANGE command button.
    i selected 002 and 003 option and killed the selected range..
    so now its working...
    i dont know what it was...
    was it something i had to do earlier or have done something weird...

Children