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.

IQ_math library examples give error message

Other Parts Discussed in Thread: CCSTUDIO

Hello,

I am new to CCS and TI processors. I am using CCS 3.1.0 on Windows XP Professional with the C6416 DSK and wanted to run the examples delivered together with the IQ-math library. The library is installed in 'C:\iqmath\'. After opening a project file, e.g. 'fir_IQ.pjt' and building the project, I get the following error message:

[FIRComplex_float.c] "C:\CCStudio_v3.1\C6000\cgtools\bin\cl6x" -g -k -fr"C:/iqmath/example/FIR/Debug" -fs"C:/iqmath/example/FIR/Debug" -ft"C:/iqmath/example/FIR/Debug" -fb"C:/iqmath/example/FIR/Debug" -i"../../include/" -i"../../../include/" -i"../bmrksrc" -d"MATH_TYPE=IQ_MATH" -d"DEBUG" -d"GLOBAL_Q=27" -mw -mh -mi -mv6400+ -@"../Debug.lkf" "FIRComplex_float.c"
>> ERROR: cannot run cmp6x - file could not be found

which is the same for all .c files in the project as well as for the other example projects. The path to the cgtools is correct.

The linker is set in the build options as follows: -c -m".\Debug\fir_IQ.map" -o".\Debug\fir_IQ.out" -w -x

Do I need to set any additional search paths to build the project correctly?

Thank you very much,

Matthias