Closed HughAndersonNUS closed 5 years ago
Hugh, we are aware of this issue and are working on a fix for master. For the time being, please use the previous release (18.06) which works well on ARM. Thanks
OK - I tried 18.06, and 18.06.1 releases, and it got past that error, but ended up with other errors:
[ 18%] Building C object lib/src/phy/mimo/CMakeFiles/srslte_mimo.dir/layermap.c.o
[ 18%] Building C object lib/src/phy/mimo/CMakeFiles/srslte_mimo.dir/precoding.c.o
In file included from /home/odroid/srsLTE-release_18_06_1/lib/include/srslte/phy/utils/mat.h:31:0,
from /home/odroid/srsLTE-release_18_06_1/lib/src/phy/mimo/precoding.c:36:
/home/odroid/srsLTE-release_18_06_1/lib/include/srslte/phy/utils/simd.h: In function ‘srslte_simd_f_abs’:
/home/odroid/srsLTE-release_18_06_1/lib/include/srslte/phy/utils/simd.h:514:21: error: incompatible type for argument 1 of ‘vqabsq_s32’
return vqabsq_s32(a);
... and so on.
This is on an Ubuntu 18.04.1 Odroid/ARM system, with all the prerequisites I think. So, I tried the previous srsLTE version: srsLTE-release_18_03_1.
This version appears to compile correctly! Thanks for the help.
On a related issue, does anyone know of any success in using limeSDR with srsLTE, on, say, a raspberry Pi 3? It appears to me that limeSDR can only be used with srsLTE by using Soapy/UHD - is this correct?
Cheers Hugh
Hey Hugh, we'll fix the ARM issue in the next release. Sorry for the inconvenience. And yes, LimeSDR is only supported through SoapySDR. Thanks Andre
Hi, I just tried to compile the latest srsLTE on both an Ubuntu 16.04 and and Ubuntu 18.04.1 Odroid/ARM system, but got an error related to the SSE. When I do the make, I get:
The cmake looked like this:
Can anyone shed light on this?
Cheers Hugh