RIOT native on raspberry pi 3

Hi all, Today i tried to compile as “native” the RIoT hello-world sample on a raspberry pi 3. But it gave me the following error:

"make" -C /home/pi/RIOT/boards/native "make" -C /home/pi/RIOT/boards/native/drivers "make" -C /home/pi/RIOT/core /tmp/ccioFJ4Q.s: Assembler messages: /tmp/ccioFJ4Q.s:33: Error: ARM register expected – `mov 1b,r3’ /home/pi/RIOT/Makefile.base:60: recipe for target ‘/home/pi/RIOT/examples/hello-world/bin/native/core/panic.o’ failed make[2]: *** [/home/pi/RIOT/examples/hello-world/bin/native/core/panic.o] Error 1 /home/pi/RIOT/Makefile.base:20: recipe for target ‘ALL–/home/pi/RIOT/core’ failed make[1]: *** [ALL–/home/pi/RIOT/core] Error 2 /home/pi/RIOT/examples/hello-world/…/…/Makefile.include:259: recipe for target ‘all’ failed make: *** [all] Error 2

Thanks and greetings,

Alessandro