Skip to main content
TDJ
Senior III
June 17, 2019
Question

STM32F769i-DISCO board project does not compile

  • June 17, 2019
  • 1 reply
  • 1277 views

Hi, I have generated a plain project code with one button for STM32F769i-DISCO board.

It does not compile due to missing arm_math.h and arm_common_tables.h files.

I would appreciate any pointers. Screenshot attached. TouchGFX Designer version 1.10

This topic has been closed for replies.

1 reply

Tesla DeLorean
Guru
June 18, 2019

Set the Include Paths properly so they include the CMSIS directories holding the files in question.

CMSIS\DSP\Include\arm_math.h

CMSIS\DSP\Include\arm_common_tables.h

Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
TDJ
TDJAuthor
Senior III
June 18, 2019

Thanks. The mentioned files are not found anywhere. This may be a bug.