discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] Crosscompile Gnuradio for Rpi


From: West, Nathan
Subject: Re: [Discuss-gnuradio] Crosscompile Gnuradio for Rpi
Date: Thu, 14 Jan 2016 11:16:44 -0500

Something about your compiler/assembler flags is screwed up. I know very little about the ubuntu/debian builds, but I seem to remember some detail about them compiling everything with unexpected flags which may result in this happening. Copy output from 'gcc -Q --help=target' to fpaste.org along with output from 'make VERBOSE=1'

It doesn't sound like you care very much about actually compiling gnuradio yourself. The easiest thing to do will be to run raspbian and apt-get install gnuradio. (http://www.rs-online.com/designspark/electronics/eng/blog/taking-the-raspberry-pi-2-for-a-test-drive-with-gnu-radio-2)

On Thu, Jan 14, 2016 at 7:56 AM, Matej Kovacic <address@hidden> wrote:
RPi model B.

Regards, M


On January 14, 2016 1:45:40 PM CET, Philip Balister <address@hidden> wrote:
>On 01/14/2016 05:46 AM, Matej Kovacic wrote:
>> Hi,
>>
>>> You could just watch a movie or something and build natively on the
>PI.
>>> Just be careful of memory constraints. Maybe a -j 1 or a USB drive
>>> mounted as swap would be a good idea.
>>
>> In fact that would be probably the best solution for my level of
>> knowkedge. However, compiling GNURadio on RPi also doesn't work.
>>
>> Here is the problem:
>
>Which RPi?
>
>Philip
>
>>
>> I say:
>> cmake ..
>>
>> and then make, and got this error:
>>
>> [  2%] Building ASM object
>>
>volk/lib/CMakeFiles/volk_obj.dir/__/kernels/volk/asm/neon/volk_32f_x2_dot_prod_32f_neonasm_opts.s.o
>>
>/home/pi/gnuradio/gnuradio-3.7.9/volk/kernels/volk/asm/neon/volk_32f_x2_dot_prod_32f_neonasm_opts.s:
>> Assembler messages:
>>
>/home/pi/gnuradio/gnuradio-3.7.9/volk/kernels/volk/asm/neon/volk_32f_x2_dot_prod_32f_neonasm_opts.s:46:
>> Error: selected processor does not support ARM mode `sbfx
>r11,r1,#2,#1'
>> volk/lib/CMakeFiles/volk_obj.dir/build.make:1479: recipe for target
>>
>'volk/lib/CMakeFiles/volk_obj.dir/__/kernels/volk/asm/neon/volk_32f_x2_dot_prod_32f_neonasm_opts.s.o'
>> failed
>> make[2]: ***
>>
>[volk/lib/CMakeFiles/volk_obj.dir/__/kernels/volk/asm/neon/volk_32f_x2_dot_prod_32f_neonasm_opts.s.o]
>> Error 1
>> CMakeFiles/Makefile2:233: recipe for target
>> 'volk/lib/CMakeFiles/volk_obj.dir/all' failed
>> make[1]: *** [volk/lib/CMakeFiles/volk_obj.dir/all] Error 2
>> Makefile:147: recipe for target 'all' failed
>> make: *** [all] Error 2
>>
>>
>> Please note: this is compiling ON RPi.
>>
>> Regards,
>>
>> Matej
>>

--
Poslano iz mobilnega telefona z aplikacijo K-9 Mail.

_______________________________________________
Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


reply via email to

[Prev in Thread] Current Thread [Next in Thread]