• How to not include uncalled functions in library?
    I have create a .lib file that contains my functions.But sometimes i only need to call some of these functions, but when i add the lib file into my projects, it always says there are uncalled functions...
  • uncalled functions
    Hi, I am using C51 version 1x (or 5x). I have some uncalled functions and it seems like they are included in the final binary. Does any one know how to make the linker not include the uncalled funtions...
  • How to overcome with The UNCALLED SEGMENT Error.
    I am working with Kiel uv4 but i am getting 2 or more errors as UNCALLED SEGMENT. i.e. *** WARNING L16: UNCALLED SEGMENT, IGNORED FOR OVERLAY PROCESS SEGMENT: ?PR?_PRINT?SERIAL And that why my...
  • How to minimize UNCALLED SEGMENT error
    I am working with Kiel but i am getting more errors as uncalled segment please can anybody tell me the way of removing those errors.... other then removing/commenting that particular segment
  • HOW .... to include library C51s.lib ???
    I am doing inline assembly. All works except unresolved external. OK I KNOW WHY. BUT HOW DOES ONE INLCUDE THE MISSING LIBRARY IN THE IDE ? Specifically, what dialog, what text to enter where...