cmsis dsp on lpc4330 explorer

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

cmsis dsp on lpc4330 explorer

878 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by assad on Fri Mar 01 17:36:14 MST 2013
can any one help me to add cmsis dsp library in ngx audio example i include arm_math.h it gives error i dont know how yo aad cmsis library pleas any one help i shall be thank full to you..
Labels (1)
0 Kudos
Reply
1 Reply

777 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by assad on Fri Mar 01 18:06:59 MST 2013
i got these error
Rebuild target 'Internal SRAM'
assembling startup_LPC43xx.s...
compiling lpc43xx_cgu.c...
compiling lpc43xx_scu.c...
compiling lpc43xx_gpio.c...
compiling lpc43xx_i2c.c...
compiling lpc43xx_i2s.c...
compiling system_LPC43xx.c...
compiling Main.c...
C:\Keil\ARM\CMSIS\Include\arm_math.h(271): warning:  #1215-D: #warning directive: "Define either ARM_MATH_CM4 OR ARM_MATH_CM3...By Default building on ARM_MATH_CM4....."
C:\Keil\ARM\CMSIS\Include\arm_math.h(414): error:  #20: identifier "__STATIC_INLINE" is undefined
C:\Keil\ARM\CMSIS\Include\arm_math.h(414): error:  #101: "q31_t" has already been declared in the current scope
C:\Keil\ARM\CMSIS\Include\arm_math.h(414): error:  #65: expected a ";"
C:\Keil\ARM\CMSIS\Include\arm_math.h(525): warning:  #12-D: parsing restarts here after previous syntax error
C:\Keil\ARM\CMSIS\Include\arm_math.h(529): error:  #169: expected a declaration
C:\Keil\ARM\CMSIS\Include\arm_math.h(539): warning:  #12-D: parsing restarts here after previous syntax error
C:\Keil\ARM\CMSIS\Include\arm_math.h(542): error:  #169: expected a declaration
C:\Keil\ARM\CMSIS\Include\arm_math.h(544): error:  #169: expected a declaration
C:\Keil\ARM\CMSIS\Include\arm_math.h(576): warning:  #12-D: parsing restarts here after previous syntax error
C:\Keil\ARM\CMSIS\Include\arm_math.h(580): error:  #169: expected a declaration
C:\Keil\ARM\CMSIS\Include\arm_math.h(589): warning:  #12-D: parsing restarts here after previous syntax error
C:\Keil\ARM\CMSIS\Include\arm_math.h(592): error:  #169: expected a declaration
C:\Keil\ARM\CMSIS\Include\arm_math.h(594): error:  #169: expected a declaration
C:\Keil\ARM\CMSIS\Include\arm_math.h(1032): warning:  #12-D: parsing restarts here after previous syntax error
C:\Keil\ARM\CMSIS\Include\arm_math.h(1050): error:  #757: variable "q31_t" is not a type name
C:\Keil\ARM\CMSIS\Include\arm_math.h(1051): error:  #757: variable "q31_t" is not a type name
C:\Keil\ARM\CMSIS\Include\arm_math.h(1074): error:  #20: identifier "arm_fir_instance_q7" is undefined
C:\Keil\ARM\CMSIS\Include\arm_math.h(1090): error:  #20: identifier "arm_fir_instance_q7" is undefined
C:\Keil\ARM\CMSIS\Include\arm_math.h(1153): error:  #757: variable "q31_t" is not a type name
C:\Keil\ARM\CMSIS\Include\arm_math.h(1154): error:  #757: variable "q31_t" is not a type name
C:\Keil\ARM\CMSIS\Include\arm_math.h(1167): error:  #757: variable "q31_t" is not a type name
C:\Keil\ARM\CMSIS\Include\arm_math.h(1168): error:  #757: variable "q31_t" is not a type name
C:\Keil\ARM\CMSIS\Include\arm_math.h(1183): error:  #757: variable "q31_t" is not a type name
C:\Keil\ARM\CMSIS\Include\arm_math.h(1184): error:  #757: variable "q31_t" is not a type name
C:\Keil\ARM\CMSIS\Include\arm_math.h(1237): error:  #757: variable "q31_t" is not a type name
C:\Keil\ARM\CMSIS\Include\arm_math.h(1238): error:  #757: variable "q31_t" is not a type name
C:\Keil\ARM\CMSIS\Include\arm_math.h(1317): error:  #757: variable "q31_t" is not a type name
C:\Keil\ARM\CMSIS\Include\arm_math.h(1318): error:  #757: variable "q31_t" is not a type name
C:\Keil\ARM\CMSIS\Include\arm_math.h(1332): error:  #757: variable "q31_t" is not a type name
C:\Keil\ARM\CMSIS\Include\arm_math.h(1333): error:  #757: variable "q31_t" is not a type name
C:\Keil\ARM\CMSIS\Include\arm_math.h(1349): error:  #757: variable "q31_t" is not a type name
C:\Keil\ARM\CMSIS\Include\arm_math.h(1350): error:  #757: variable "q31_t" is not a type name
C:\Keil\ARM\CMSIS\Include\arm_math.h(1415): error:  #757: variable "q31_t" is not a type name
C:\Keil\ARM\CMSIS\Include\arm_math.h(1660): error:  #757: variable "q31_t" is not a type name
C:\Keil\ARM\CMSIS\Include\arm_math.h(1678): error:  #757: variable "q31_t" is not a type name
0 Kudos
Reply