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

Modules support in PCWH

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



Joined: 10 Mar 2005
Posts: 2

View user's profile Send private message

Modules support in PCWH
PostPosted: Thu Mar 10, 2005 12:32 pm     Reply with quote

Hello I am trying to find out if the PCWH compiler supports separate module compilation and linking. I have a project I am trying to modularize on a PIC18F6520 and have up until now beenforced to use one big .c file. If anyone knows how to compilation and linking of separate modules working through CCS in MPLAB v 7.0, the help would be much appreciated! Thanks
PCM programmer



Joined: 06 Sep 2003
Posts: 21708

View user's profile Send private message

PostPosted: Thu Mar 10, 2005 12:35 pm     Reply with quote

There's still no linker, but you don't have to use one big C file.
Most of my projects are partitioned into separate source files,
for device drivers and different portions of the project.
You just #include them in the main source file.
Mark



Joined: 07 Sep 2003
Posts: 2838
Location: Atlanta, GA

View user's profile Send private message Send e-mail

PostPosted: Thu Mar 10, 2005 1:34 pm     Reply with quote

Yeah, what PCM said Very Happy
Robert B



Joined: 10 Mar 2005
Posts: 2

View user's profile Send private message

PostPosted: Thu Mar 10, 2005 3:10 pm     Reply with quote

Thanks guys (or [spam])! It works fine now
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