seemoo-lab / mobisys2018_nexmon_channel_state_information_extractor

Example project for extracting channel state information of up to 80 MHz wide 802.11ac Wi-Fi transmissions using the BCM4339 Wi-Fi chip of Nexus 5 smartphones.
Other
98 stars 39 forks source link

Parser error in ucode.asm, unexpected IDENT #23

Closed bachejames closed 5 years ago

bachejames commented 5 years ago

I have followed the instructions so far, trying to use the command make install-firmware on my Nexus 5, however I am getting the following error:

 COMPILING src/version.c => obj/version.o (details: log/compiler.log)
  ASSEMBLING UCODE src/ucode.asm => gen/ucode.bin
Parser ERROR (file "src/ucode.asm", line 2895, col 22):
 jext COND_RX_COMPLETE, spin_rx_end
                     ^
syntax error, unexpected IDENT
Makefile:157: recipe for target 'gen/ucode.bin' failed
make: *** [gen/ucode.bin] Error 1

Any ideas why this is happening please?

Thanks a bunch :)

bachejames commented 5 years ago

I've just gone through the whole installation process again in case I'd done something wrong but I'm getting the same exact error.

Any ideas please? @matthiasseemoo

Thanks!

bachejames commented 5 years ago

I managed to resolve this issue by using Xubuntu 16.04 LTS rather than Ubuntu.