search for: ccs4

Displaying 2 results from an estimated 2 matches for "ccs4".

Did you mean: ccs
2010 Jun 02
1
C55xx Linking Error
...o the error message, these all appear to be part of mdct.obj. But looking at the code in mdct.c, there is no reference to "alloca". Nor have I defined "USE_ALLOCA" since the TI complier does not support it. Can anyone spot an error on my part, or is this yet another quirk of the CCS4 suite (there have been many). Here's a listing of the console error messages. undefined first referenced symbol in file --------- ---------------- _alloca C:/Documents and Settings/Mike/My Documents/TI Workspaces/workspace_libcelt/libcelt81/...
2010 Jul 01
4
(no subject)
Jean-Mark, Tim, Could either of you expound on the following comment in cwrs.c? /*If _k==0, the following do-while loop will overflow the buffer.*/ ---------------------------------------------------------------- ...because the following do-loop does overflow the buffer when k=126 k=2; do _u[k]=(k<<1)-1; while(++k<len); Thanks, MikeH -------------- next