Hello all,
Today I have been working with TI's linux DSPLIB_C66x_3_1_1_1. <LINK>
I discovered that in the makefile provided, the file paths for the CCSv5 install directory and the DSPLIB_INSTALL_DIR are Windows style paths, i.e.
C:/Program Files/Texas Instruments/ccsv5
Obviously I can change these 2 paths myself, but the similar "C:/..." style path names are dozens of places in the makefile.
Will the makefile update itself, one it realizes it isn't in Windows? Or do all those other paths not matter as long as I change the 2 INSTALL_DIR paths in the makefile? Please excuse my ignorance, as I'm not well versed with linux & makefiles.
BTW, I came across this question while following the "DSPLIB CCS Build Process instructions" (found @ ..{INSTALL_DIR}/dsplib_c66x_3_1_1_1/docs/doxygen/html/ccsbuild.html) in the DSPLIB User's Manual.