Simulator won't compile if BSP header files are included in user xxxxView.cpp file 4.21.0 TouchGfx 1.11.0 Cube IDE
Hi all,
just a very basic test application and a basic question:
Setup:
Design a GUI with a button creating a virtual function as inetraction
Open project in IDE, add virtual function to the xxxView.hpp and xxxView.cpp.
Include the appropriate board support package in order to toggle a LED.
Put the BSP_LED_Toggle() in the virtual function.
Initialize the BSP_LED in the main.c
Run it from IDE - works like a charm
Problem:
Once done this, the simulator won't compile any more giving this error message:
Quote:
fatal error: stm32469i_discovery.h: No such file or directory
End of Quote:
Question:
Is there an easy and consitent way to tell the simulator where to find the file (i.e. all include files present in the project, as for the IDE)
I suppose that the Project configuration in touchGFX might be the right place.
But i'm not all too familiar with the overall project setup concerning the simulator.
Can anybody help?
Best regards,
Wolf