TouchGFX application - missing library & header files
I generated my project from the TouchGFX envinroment.
Itried to modify the cube file and i got the following issues
1. linking error ld.exe: cannot find -l:libnemagfx-float-abi-hard.a: No such file or directory
2. linking error ld.exe: cannot find -l:libtouchgfxnema-float-abi-hard.a: No such file or directory
3. many basic files are missing like main.h so i cant access any gpio by the name that was given to it in my user files
