Skip to main content
NS.16
Associate III
March 1, 2019
Question

compiltion error in touchgfx

  • March 1, 2019
  • 2 replies
  • 782 views

0690X000006DvJrQAK.png

This topic has been closed for replies.

2 replies

AvaTar
Senior III
March 1, 2019

Always start with the first compiler error. Often, the rest are after-effects.

Missing definitions usually caused by incorrect or missing includes.

Either you forgot one or more important include files, or this includes require you to state certain preprocessor defines.

Check you includes and include paths.

If they are fine, check for # ifdef / # elif / # endif sections in the header file containing the "missing" definitions.

Or consult the TouchGfx tutorial.

NS.16
NS.16Author
Associate III
March 1, 2019

i found the solution .now it worked fine.