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 dont understand what this error means...."

    And maybe you could tell us your process to solve problems if you do not understand what an error means? Does it involve Google or manuals?

    "but when i increase the array from 1 to 2...
    unsigned char xx[2]
    it gives an erray...."

    So what was your conclusion from this? Remember that you have already received an answer you should have considered.

    How much RAM does your processor have?
    How much have you consumed?
    Is it expected that you should be able to add more variables?

Reply
  • "i dont understand what this error means...."

    And maybe you could tell us your process to solve problems if you do not understand what an error means? Does it involve Google or manuals?

    "but when i increase the array from 1 to 2...
    unsigned char xx[2]
    it gives an erray...."

    So what was your conclusion from this? Remember that you have already received an answer you should have considered.

    How much RAM does your processor have?
    How much have you consumed?
    Is it expected that you should be able to add more variables?

Children