analogdevicesinc / msdk

Software Development Kit for Analog Device's MAX-series microcontrollers
Apache License 2.0
61 stars 82 forks source link

Error including i2s header file in arm cmsis examples #502

Closed Jeremylsw closed 1 year ago

Jeremylsw commented 1 year ago

Tried to include "i2s.h" in the cmsis examples with "arm_math.h" included. If either header files are included individually, there is no issues. But if both are included together, multiple errors are thrown as shown in logs file attached. Similar problem occurs if I try including "arm_math.h" in the i2s example. Doing this on MAX78000

buildLogs.txt

Jeremylsw commented 1 year ago

Solved. Incorrect setting up of environment.