Other Parts Discussed in Thread: TM4C123GH6PM, TM4C123GH6PGE
Hi All,
Thanks in advance for any help!
I am trying to build the CMSIS DSP library v3.4 (CMSIS-SP-00300-r4p0-00rel0), my tool versions are CCS 5.5.0, ARM compiler tools 5.1.5.
I followed instructions in the latest "Using the CMSIS DSP Library in Code Composer Studio™ for Tiva™ C Series ARM MCUs" (updated Jan 2014) to a letter, I've used the latest replacement header files from
http://e2e.ti.com/cfs-file.ashx/__key/communityserver-discussions-components-files/908/4137.CMSIS_5F00_2013_5F00_support.zip
Despite my best efforts, when I try to build the library (note, I've selected Tiva TM4C123GH6PM to reflect my actual chip and not TM4C123GH6PGE as in the guide), I get around 24,000(!!!) errors, all of this sort:
error: expected a ")"
Here's a partial build console output:
"C:/Users/Dmitry/Documents/TI lights/CMSIS-SP-00300-r4p0-00rel0/CMSIS/Include/core_cmFunc.h", line 549: warning: variable "result" is used before its value is set
"C:/Users/Dmitry/Documents/TI lights/CMSIS-SP-00300-r4p0-00rel0/CMSIS/Include/core_cmFunc.h", line 561: error: expected a ")"
"C:/Users/Dmitry/Documents/TI lights/CMSIS-SP-00300-r4p0-00rel0/CMSIS/Include/core_cm4_simd.h", line 139: error: expected a ")"
"C:/Users/Dmitry/Documents/TI lights/CMSIS-SP-00300-r4p0-00rel0/CMSIS/Include/core_cm4_simd.h", line 140: warning: variable "result" is used before its value is set
"C:/Users/Dmitry/Documents/TI lights/CMSIS-SP-00300-r4p0-00rel0/CMSIS/Include/core_cm4_simd.h", line 147: error: expected a ")"
And so on and on.
Like I say I follow the guide exactly with up-to-date tools, and I simply cannot build the library.
What can I do please?
Thanks,
Dmitry