Hi, I recently cloned your repository and tried to build it using the ARM cross‑compilation toolchain. Running:
Code:
cmake .. -DCMAKE_TOOLCHAIN_FILE=armhf-toolchain.cmake
completed without any errors. However, when I run make, the build fails with the following message:
Code:
/home/tqhyg/Project/KinAMP/music_backend.h:4:10: fatal error: gst/gst.h: No such file or directory
It seems that my cross‑compiler environment does not contain the GStreamer headers.
I believe I have configured the KOX cross‑compilation toolchain correctly according to the documentation, so I’m not sure why this dependency is missing.
Could you please advise what I might be doing wrong, or whether additional steps are required to make GStreamer available in the ARM toolchain?
Thanks in advance for your help!