LA9310 iqplayer based on https://github.com/nxp-qoriq/la931x_iqplayer
Building from source:
git clone github.com/myriadrf/LimeSDR-Micro_VSPA
cd LimeSDR-Micro_VSPA
cmake -B build && cd build
make
Produced firmware images will be placed in LimeSDR-Micro_VSPA/build/Release directory.
If "VSPA_TOOL" environment variable is available, VSPA toolchain will be used from that location. If "VSPA_TOOL" environment variable is not set, CMake will download VSPA toolchain and place it in project's artifacts directory.
VSPA toolchain compiler is 32bit only, so on 64bit host machine 32bit c/c++ libraries need to be installed.
sudo apt-get install libc6-i386
sudo apt-get install libstdc++6:i386