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 using 89s52 microontroller...
    i am trying to make an elecronic locker using 20x4 character LCD, using GSM module...
    but when i try to compile it... it gives me and error

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


    i dont understand what this error means....
    and how can i come out of it....

Reply
  • i am using 89s52 microontroller...
    i am trying to make an elecronic locker using 20x4 character LCD, using GSM module...
    but when i try to compile it... it gives me and error

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


    i dont understand what this error means....
    and how can i come out of it....

Children