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: [email protected]; [email protected]; [email protected]
> From: [email protected]
> 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
                                          
_______________________________________________
Discuss-gnuradio mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to