Hi,
I am using CCS V4.2. I have some C functions, which I want to wrap them into a customized library project. Then I can simply include the library into another CCS project, to invoke these C functions.
My questions are:
(1). How to create such a project to build the library in CCS V4.2? Is it a standard make project or CCS project?
(2). I tried to create such a project as standard make project. However, when I run "build project", the CCS V4.2 reports error message below:
Error launching builder (make -k all )
(Exec error:Launching failed)
(3). I tried to create the project as CCS project. However, when to build project, the CCS V4.2 reports there is no main() found in the project.
(4). Would you tell me how to build my customized library project? It is better to have the step by step user guide.
Thank you.