This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I'm trying to use MATHLIB. I've added the library via the CCS General -> RTSC tab.
AS PER THE DOCUMENTATION I've added the packages directory to the compiler's include path search list.
When I try to build the project I get: "../filters.c", line 12: fatal error #1965: cannot open source file "mathlib.h"
If I change the directory to the actual directory containing mathlib.h then I get: cannot open source file "common.h".
Lemmiwinks
There are many CCS documentations that show how to define the path to include files and to library functions. There are many examples that show how to add a path to include file. IN any case, I attach a document that is aimed at people without any CCS experience and show (among other things) how to import a project and how to build a project that uses library routine. I attach it to this post