In a previous post question "MSP432E401Y: IQMath Library for MSP432 does not compile all math functions".
The fix to the issue of the MSP432 IQMAth libraries to compile was to copy the pre-compiled IQMath library file to the project and them add the path to the file in the
Properties > Arm Linker > File Search Path.
When I tried to repeat this operation on a new project I found out that just copying the IQMath library to the project and adding the Arm Linker > File Search Path was not enough to get the project to build..
The IQMath library "Includes" has to also be part of the project.
1. My question is, Is this correct and necessary that you have to add the Includes link after copying the pre-compiled library to the project?
2. If so then where in the documentation for Code Composer is the procedure for adding "includes" to the project. I could not find directions on adding "Includes " to a project in the Code Composer Help Manual.
I used the procedure below in the attached Word document. Is this the correct way to add an "Includes" to the project.?
Thanks