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.

CCSTUDIO: Difficulty importing external library into CCS project

Part Number: CCSTUDIO
Other Parts Discussed in Thread: CC2650

I need to use matrices for a project I am currently working on, so have tried to import the GSL library. I installed it via homebrew, and then added the path within the compiler and the linker, which gives me the following error:

warning #10189-D: archive symbol directory is missing from archive "/usr/local/Cellar/gsl/2.7.1/lib/libgsl.a"

warning #10189-D: archive symbol directory is missing from archive "/usr/local/Cellar/gsl/2.7.1/lib/libgslcblas.a"

 

 undefined               first referenced

  symbol                     in file     

 ---------               ----------------

 gsl_matrix_alloc        ./empty.obj     

 gsl_matrix_set_identity ./empty.obj     

 

error #10234-D: unresolved symbols remain

error #10010: errors encountered during linking; "Magnetometer-calibration-2650.out" not built

 

>> Compilation failure

makefile:150: recipe for target 'Magnetometer-calibration-2650.out' failed

makefile:146: recipe for target 'all' failed

gmake[1]: *** [Magnetometer-calibration-2650.out] Error 1

gmake: *** [all] Error 2

**** Build Finished ****

Any help would be greatly appreciated

Thanks

Olly