I am facing problem in compiling my project which contains multiple .c files.
Does this compiler suports multiple file compilation?
If so how to do it?
My directory of file structure is like this
1.c
2.c
3.c
and
1.h
2.h
3.h
I am using MPLAB IDE 8.0 and CCS compiler version 4.14.10.14.
Thanks
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
Posted: Thu Jan 15, 2009 11:22 pm
Quote:
I am facing problem in compiling my project which contains multiple .c files.
That's not the compiler version. The version is given at the top of the
.LST file, which will be in your project directory. It's a number in this
format: x.xxx
See this page for a list of compiler version numbers:
http://www.ccsinfo.com/devices.php?page=versioninfo
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