• visibility of functions names in Library
    Hi, I made a library. when i build executable using library, the map file created shows all functions/variables of library. Can i strip the library, so that only functions used by executable are...
  • visibility of functions names in Library
    Hi, I made a library. when i build executable using library, the map file created shows all functions/variables of library. Can i strip the library, so that only functions used by executable are...
  • Two different functions but with the same name in separate libraries
    I have two libraries, named a.lib and b.lib. Both libraries have a function char test(void), but return different characters. a.c (a.lib) char test(void); char test(void) { return 'a'; } b.c (b...
  • Two different functions but with the same name in separate libraries
    I have two libraries, named a.lib and b.lib. Both libraries have a function char test(void), but return different characters. a.c (a.lib) char test(void); char test(void) { return 'a'; } b.c (b...
  • Target Not connected after changing project name
    Hello, I have created one project in keil. It compiles, debugg and works fine. After that i changed the name of project. it is getting compile but now i am not able to connect it to the target...