• library files
    I downloaded a pwm library and ı would like to add those to my keil project window. I created a new file group from Project workspace of KEIL. And ı added all .c and .h files. When ı include those libraries...
  • debugging shared library
    Hello, I'm trying to debug shared library on Development Studio. I can set the break after loading file by command "add-symbol-file xxx.so " but it never stops at the break point. And there is...
  • Problems with compiling/debugging libraries...
    Hi there! I'm developing quite a big project using the latest Keil3 IDE C166, so I decided to split up the code into smaller libraries to speed up the compilation. Now there is quite a set of libraries...
  • External Debugging Library?
    Hi, I'm a newer of uVision 2. Is it possible to develop a DLL for debugging a specific system? My system is based on At89C52 + PDIUSBD12. I want to write a dll to simulate PDIUSBD12 interfacing with...
  • Library source-level debugging
    Hi, I've built a library with arm-none-eabi-gcc with -g (Tag_ABI_optimization_goals = Optimized for best debugging illusion, speed and small size sacrificed (=6)). I'm trying to debug that library...