Hi,
Building my simple app for Buildroot which uses Rk libraries gives errors at the linking phase.
I referenced the SDK compiled libraries probably not properly.
What is the proper way to reference Rk libraries in CMakelist.txt?
Thanks!
Compiler output:
My CMakelist.txt:
Linker problem compiling with Rk libraries using CMakelist.txt
Hello, you can refer to the CMakelist.txt usage of https://github.com/LuckfoxTECH/luckfox_ ... i_example , the CMakelist.txt you provided is incomplete and I'm not sure if you will use target_link_libraries to link the library to the target
Hi,
"target_link_libraries" was the solution as you pointed out.
Thanks
"target_link_libraries" was the solution as you pointed out.
Thanks