2026-02-02 2:55 PM
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
2026-02-02 4:04 PM - edited 2026-02-02 4:18 PM
Hi @Ofer
Your linker lib search paths might be wrong. Try to tinker with following settings
"${workspace_loc:/${ProjName}/Middlewares/ST/touchgfx/lib/core/cortex_m33/gcc}"
"${workspace_loc:/${ProjName}/Middlewares/ST/touchgfx_components/gpu2d/NemaGFX/lib/core/cortex_m33/gcc}"
"${workspace_loc:/${ProjName}/Middlewares/ST/touchgfx_components/gpu2d/TouchGFXNema/lib/cortex_m33/gcc}"