View Single Post
Old 12-30-2025, 05:26 AM   #9
TQHYG
Junior Member
TQHYG doesn't litterTQHYG doesn't litter
 
TQHYG's Avatar
 
Posts: 5
Karma: 152
Join Date: Nov 2023
Device: K3,KOA
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!
TQHYG is offline   Reply With Quote