CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to support@ccsinfo.com

Can’t remove unwanted library.

 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
gilavar



Joined: 03 Mar 2009
Posts: 24

View user's profile Send private message

Can’t remove unwanted library.
PostPosted: Tue Jul 21, 2009 7:14 pm     Reply with quote

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

View user's profile Send private message

PostPosted: Tue Jul 21, 2009 7:26 pm     Reply with quote

Here are CCS driver files that #include those files. Check if you have
#include'd any them in your program.

ctype.h
Quote:

c:\program files\picc\drivers\input.c
c:\program files\picc\drivers\fat.c
c:\program files\picc\drivers\locale.h
c:\program files\picc\drivers\string.h
c:\program files\picc\drivers\usb_cdc.h


stdlib.h
Quote:
c:\program files\picc\drivers\compass.c
c:\program files\picc\drivers\input.c
c:\program files\picc\drivers\usb_cdc.h


stddef.h
Quote:
c:\program files\picc\drivers\stdlib.h
c:\program files\picc\drivers\string.h
c:\program files\picc\drivers\stdlibm.h


string.h
Quote:
c:\program files\picc\drivers\fat.c
c:\program files\picc\drivers\stdlib.h
c:\program files\picc\drivers\stdio.h
c:\program files\picc\drivers\zmd44102.h
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
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


Powered by phpBB © 2001, 2005 phpBB Group