2022-05-12 11:04 AM
This really seems like a simple thing, but I cannot figure it out. I am getting a linker error "cannot find -l:libtouchgfx-float-abi-hard.a". I can see the file so I know it exists, but it's not finding it. Adding the file manually to the include folder in project explorer does not work.
Solved! Go to Solution.
2022-05-12 12:51 PM
Pay attention to ':' char added prior file name. Both are reauired library path AND library name
2022-05-12 12:51 PM
Pay attention to ':' char added prior file name. Both are reauired library path AND library name
2022-05-13 02:36 AM
"Adding the file manually to the include folder in project explorer does not work"
The Include path is for finding Compiler (source code) includes - C header files.
As @Cartu38 OpenDev shows, you need the Library path for the Linker to find library files.
2022-05-13 07:13 AM
Thanks.
2022-05-13 07:51 AM
If works fine please tag as answered. It will help community to dig shortly to helpful content. Thanks.
2022-05-13 08:05 AM
@ksjfhasiudfhask;dfhas - like this: