You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a working cross compile for 32 bit mips (using Ingenic SDK toolchain) which is compiled for a uclibc kernel. I am able to get rtsp video stream just fine using my compiled version.
However, I cannot figure out how to get cmake to find the ALSA package. I have done the "sudo apt-get install libasound2-dev" but that just installs the 64-bit version. I even installed the i386 version. But I cannot figure out how to install a mips version.
I tried this on Debian, Linuxmint, and Ubuntu - all fail to find the ALSA library using cmake.
Can you guide me in what needs to be done so that cmake finds ALSA for a 32-bit mips compile?
I see you have precompiled Debian packages for mips, but the system I want to use it on is not Debian based. I also would like to understand how to cross compile with ALSA.
The text was updated successfully, but these errors were encountered:
I have a working cross compile for 32 bit mips (using Ingenic SDK toolchain) which is compiled for a uclibc kernel. I am able to get rtsp video stream just fine using my compiled version.
However, I cannot figure out how to get cmake to find the ALSA package. I have done the "sudo apt-get install libasound2-dev" but that just installs the 64-bit version. I even installed the i386 version. But I cannot figure out how to install a mips version.
I tried this on Debian, Linuxmint, and Ubuntu - all fail to find the ALSA library using cmake.
Can you guide me in what needs to be done so that cmake finds ALSA for a 32-bit mips compile?
I see you have precompiled Debian packages for mips, but the system I want to use it on is not Debian based. I also would like to understand how to cross compile with ALSA.
The text was updated successfully, but these errors were encountered: