| 1. |
Does The Keil Library Produce Unused Or "dead" Code? |
|
Answer» The Keil compiler and linker automatically warn you of UNUSED functions or inaccessible code. Only those LIBRARY functions that are called from the APPLICATION program are included in the application program build. Your CERTIFICATION test procedure must insure that all POSSIBLE arguments supplied to any library function used are tested. The Keil compiler and linker automatically warn you of unused functions or inaccessible code. Only those library functions that are called from the application program are included in the application program build. Your certification test procedure must insure that all possible arguments supplied to any library function used are tested. |
|