The error produced below occurs because gnuradio is selecting 'neon' even though the device is not neon. At least I was able to eliminate the error by editing the CmakeCache.txt file and removing the "1" from:
//Test have_mfpu_neon have_mfpu_neon:INTERNAL=1 See my thread here: http://www.linuxquestions.org/questions/linux-mobile-81/gnuradio-compilation-issues-on-arm-devices-4175474319/ Bob Lorenzi ----Forwarded Message---- From: [email protected] To: [email protected] Sent: Thu, Aug 22, 2013 1:25 PM PDT Subject: gnuradio_fail 3/build/gruel/src/include -fvisibility=hidden -Wsign-compare -Wall -Wno-uninitialized -o CMakeFiles/gnuradio-core.dir/filter/dotprod_fff_armv7_a.c.o -c /home/android/Downloads4/gnuradio-3.6.3/gnuradio-core/src/lib/filter/dotprod_fff_armv7_a.c /tmp/ccohvLcU.s: Assembler messages: /tmp/ccohvLcU.s:31: Error: selected FPU does not support instruction -- `vmov.f32 q8,#0.0' /tmp/ccohvLcU.s:32: Error: selected FPU does not support instruction -- `vmov.f32 q9,#0.0' /tmp/ccohvLcU.s:37: Error: selected FPU does not support instruction -- `vmla.f32 q8,q0,q2' /tmp/ccohvLcU.s:38: Error: selected FPU does not support instruction -- `vmla.f32 q9,q1,q3' /tmp/ccohvLcU.s:40: Error: selected FPU does not support instruction -- `vadd.f32 q8,q8,q9' /tmp/ccohvLcU.s:41: Error: selected processor does not support Thumb mode `vpadd.f32 d0,d16,d17' make[2]: *** [gnuradio-core/src/lib/CMakeFiles/gnuradio-core.dir/filter/dotprod_fff_armv7_a.c.o] Error 1 make[2]: Leaving directory `/home/android/Downloads4/gnuradio-3.6.3/build make[1]: *** [gnuradio-core/src/lib/CMakeFiles/gnuradio-core.dir/all] Error 2 make[1]: Leaving directory `/home/android/Downloads4/gnuradio-3.6.3/build' make: *** [all] Error 2 -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

