Hello,
I am making use of a third-party DSP library (SIGLIB). I have the source files and have rebuilt their library to target a C6748 using CCS 3.3. There are a number of header files that are used for the library build and required to included in the project.
While the library builds with no trouble at all, the same includes for the project generate odd errors.
Example:
"C:\CCStudio_v3.3\MyProjects\MODEM_EMBEDDED\Common\Siglib\siglibms.h", line 37: error #821:
badly formed pragma
#pragma CODE_SECTION(SUF_SiglibVersion, ".text")
^
For every "CODE_SECTION" declaration this error occurs. The same headers in the library build don't generate any error.
The compile options used for the library build are:
-mv6740 -q -o3 -op3 -mt -mh -mi %1.c -c
Using this and other combinations has not helped. I have not yet found much information about error #821.
Any thoughts?
Thanks in advance.
Dan.