Click here to Skip to main content
15,898,010 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi i have written program and i have buid target initially i was getting error as
0021H: PATH OR FILE NOT FOUND FILE: C:\KEIL\C51\LIB\C51FPS.LIB
so after that i have downloaded C51FPS library but after that am getting warning as
C?FPADD) C:\KEIL\C51\LIB\C51FPS.LIB (? .... ENDMOD ABS *** WARNING L16: UNCALLED SEGMENT, IGNORED FOR OVERLAY PROCESS SEGMENT:
please help me how to debug this warning
Posted

1 solution

Did you try asking at http://www.keil.com/support/[^]?
 
Share this answer
 
Comments
Bharathi MN 22-Oct-12 4:04am    
yes i have tried but now am getting warning : REFERENCE MADE TO UNRESOLVED EXTERNAL
SYMBOL: ?C_LLDCODE
MOULE: c:KEIL\C51\LIB\C51FPS.LIB
LIKE THIS
Bharathi MN 22-Oct-12 4:06am    
AM GETTING SO MANY WARNINGS FOR ADDITION SUBTRaction and for all airthmetic operations
Richard MacCutchan 22-Oct-12 4:57am    
Then you need to fix them, or provide a lot more detail. We cannot guess what is happening in your code or why you are getting these errors.
Bharathi MN 22-Oct-12 6:12am    
am getting warning like this now
warning: unresolved external symbol
symbol : ? C? FPADD
module : .OBJ
please help me how to debug this warning?
Richard MacCutchan 22-Oct-12 7:00am    
It's the same issue as above, your code is referring to some variable or function that has not been declared anywhere. Look at the code in error to see what is going on. This is basic C which, as a developer, you should understand.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900