Other Parts Discussed in Thread: MATHLIB
Tool/software: Code Composer Studio
Hi all,
I am trying to run the mmw demo but when I try to compile the mmw_dss project, I get the error that the dsplib.ae64P and matlib.ae674 files are missing. However I have already installed appropriate versions of mathlib and dsplib.
Another error I am getting is as follows :
undefined first referenced
symbol n file
--------- ----------------
DSP_ fft16x16 ./dss_data_path.oe674
DSP_ fft32x32 ./dss_data_path.oe674
divsp ./dss_data_path.oe674
gen_twiddle_fft16x16 ./dss_data_path.oe674
gen_twiddle_fft32x32 ./dss_data_path.oe674
log2sp ./dss_data_path.oe674
sqrtsp ./dss_data_path.oe674
I checked and I already have these header files in the directory.
What could possibly be going wrong?
Thanks