Hello,
I am currently having some difficulties to recompile the TI DSP lib for the C66 backends. I have been modifying the Path variable in the makefile, as suggested by "Gnu Make Build Process" (e.g. DSPLIB_INSTALL_DIR, CCS_V4 & CCS_V5_INSTALL_DIR) and my CGT directory is also added to the Path.
But, when I'm lauching the building process using "make all", one error is returned for the first function trying to be built, saying that:
ndero@home:~/Desktop/c66x_3.1.1.1/packages/ti/dsplib$ make all
make: *** No rule to make target `Package.bld', needed by `src/DSPF_dp_fftDPxDP//c66//DSPF_dp_fftDPxDP_66_LE_COFF/.project'. Stop.
looking at the makefile, I'm seeing this:
./src/DSPF_dp_fftDPxDP//c66//DSPF_dp_fftDPxDP_66_LE_COFF/.project: .xdcenv.mak Package.bld Package.mak
Do you know where this package.bld is supposed to be located ? (I guess it's file from either CGT or CCS, but I don't know )
Best Regards,