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: Patrick Sathyanathan
Subject: Re: [Discuss-gnuradio] Crosscompile Gnuradio for Rpi
Date: Tue, 19 Jan 2016 16:28:00 -0800

Hi Matej,
 
Sorry for the delayed reply. You need to replace the "sbfx" instruction with the following sequence of 3 instructions:
 
mov        r11, #0
tst           r1, #4
movne   r11, #15
 
This builds and works fine. You can comment out the "sbfx" instruction using "@" character.
 
Good luck,
 
--Patrick
 
> Subject: Re: [Discuss-gnuradio] Crosscompile Gnuradio for Rpi
> To: address@hidden; address@hidden; address@hidden
> From: address@hidden
> Date: Fri, 15 Jan 2016 17:44:42 +0100
>
> Hi,
>
> > says it is supported by the processor on the Pi 2. Eventually I
> > replaced that instruction with a equivalent sequence of assembly
> > instructions and got the build to work. I don't recall the exact
> > replacement right now but I can dig it up if you are interested.
> Yes, please.
>
> Regards,
>
> M.
> --
> PGP Fingerprint: 3B74 637D 8409 53F9 A704 F27C BEA5 286D A9CF 4A88
> PGP Key:
> https://keyserver.ubuntu.com/pks/lookup?op=get&search=0xBEA5286DA9CF4A88

reply via email to

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