Skip to main content
ZExpo.1
Associate III
January 7, 2024
Question

Unable to add Custom Library in STM32CUBEIDE (Touchgfx Project)

  • January 7, 2024
  • 2 replies
  • 1290 views

I have added a Touch screen library and I am unable to integrate it into Touchgfx Project that is opened inside Stm32IDE -I am getting File not found error

What I have done so far-

Added the file using Properties ->c/c++ general-> path and symbols ->Includes (Added My Custom Folder GT911)

But When I am adding the header under Sampletouch.c I am getting

 

"target/STM32TouchController.cpp:24:10: fatal error: GT911/GT911.h: No such file or directory"
But the file shows up using control + Click on Header file

This topic has been closed for replies.

2 replies

STTwo-32
ST Technical Moderator
January 7, 2024

Hello @ZExpo.1 

I suggest you take a look at this post. It may be helpful for your request.

Best Regards.

STTwo-32.

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
ZExpo.1
ZExpo.1Author
Associate III
January 8, 2024

Same error.