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".