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...
You have included a source file containing code you never call - so the linker notifies you that you should consider removing that code from the project.
yes it works perfectly.... but when i add a string like unsigned char userid[10]; it gives an error
View all questions in Keil forum