I am using MPLAB IDE v8.15, PCD v4.083, for PIC24FJ32GA004.
After compilation the following libraries get’s attached to the project:
Ctype.h; stddef.h; stdlib.h; string.h
In my code I am not including or calling any functions where I need these libraries. Every time I am removing them, they just coming back when I am re-compiling the project.
Am I doing something wrong or this is a known bug?
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
Posted: Tue Jul 21, 2009 7:26 pm
Here are CCS driver files that #include those files. Check if you have
#include'd any them in your program.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum