seemoo-lab / nexmon

The C-based Firmware Patching Framework for Broadcom/Cypress WiFi Chips that enables Monitor Mode, Frame Injection and much more
GNU General Public License v3.0
2.4k stars 450 forks source link

Error when compiling the patched firmware for bcm43455/7_120_7_1_sta_C0 #226

Open Ludoboii opened 6 years ago

Ludoboii commented 6 years ago

This is the output I get

  COLLECTING STATISTICS read /home/giovanni/git_repos/nexmon/STATISTICS.md for more information
  COMPILING src/ioctl.c => obj/ioctl.o (details: log/compiler.log)
  COMPILING src/injection.c => obj/injection.o (details: log/compiler.log)
  COMPILING src/patch.c => obj/patch.o (details: log/compiler.log)
  COMPILING src/vendor_radiotap.c => obj/vendor_radiotap.o (details: log/compiler.log)
  COMPILING src/version.c => obj/version.o (details: log/compiler.log)
  COMPILING src/sendframe.c => obj/sendframe.o (details: log/compiler.log)
  COMPILING src/monitormode.c => obj/monitormode.o (details: log/compiler.log)
  COPYING UCODE /home/giovanni/git_repos/nexmon/firmwares/bcm43455/7_120_7_1_sta_C0/ucode.bin => gen/ucode.bin
  COMPRESSING UCODE gen/ucode.bin => gen/ucode_compressed.bin
  GENERATING C FILE gen/ucode_compressed.bin => src/ucode_compressed.c
  COMPILING src/ucode_compressed.c => obj/ucode_compressed.o (details: log/compiler.log)
  GENERATING C FILE /home/giovanni/git_repos/nexmon/firmwares/bcm43455/7_120_7_1_sta_C0/templateram.bin => src/templateram.c
  COMPILING src/templateram.c => obj/templateram.o (details: log/compiler.log)
  COMPILING /home/giovanni/git_repos/nexmon/patches/common/ucode_compression_code.c => obj/ucode_compression_code.o (details: log/compiler.log)
  COMPILING /home/giovanni/git_repos/nexmon/patches/common/wrapper.c => obj/wrapper.o (details: log/compiler.log)
  COMPILING /home/giovanni/git_repos/nexmon/patches/common/argprintf.c => obj/argprintf.o (details: log/compiler.log)
  COMPILING /home/giovanni/git_repos/nexmon/patches/common/helper.c => obj/helper.o (details: log/compiler.log)
  COMPILING /home/giovanni/git_repos/nexmon/patches/common/udptunnel.c => obj/udptunnel.o (details: log/compiler.log)
  COMPILING /home/giovanni/git_repos/nexmon/patches/common/objmem.c => obj/objmem.o (details: log/compiler.log)
  COMPILING /home/giovanni/git_repos/nexmon/patches/common/securitycookie.c => obj/securitycookie.o (details: log/compiler.log)
  COMPILING /home/giovanni/git_repos/nexmon/patches/common/radiotap.c => obj/radiotap.o (details: log/compiler.log)
  COMPILING /home/giovanni/git_repos/nexmon/firmwares/bcm43455/7_120_7_1_sta_C0/flashpatches.c => obj/flashpatches.o (details: log/compiler.log)
  PREPARING gen/nexmon.pre => gen/nexmon2.pre
  GENERATING LINKER FILE gen/nexmon.pre => gen/nexmon.ld
  GENERATING LINKER FILE gen/nexmon.pre => gen/flashpatches.ld
  GENERATING LINKER FILE gen/memory.ld
  LINKING OBJECTS => gen/patch.elf (details: log/linker.log, log/linker.err)
Makefile:102: recipe for target 'gen/patch.elf' failed
make: *** [gen/patch.elf] Error 1

Output of uname -a:

Linux Aspire-E5-771G 4.13.0-41-generic #46~16.04.1-Ubuntu SMP Thu May 3 10:06:43 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux

log/linker.log

Content of log/linker.err:

/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section 'COMMON' in file 'obj/monitormode.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.ai_setcoreidx' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.bus_binddev_rom' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.dma64_txunframed' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.dma_attach' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.dma_rx' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.dma_rxfill' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.dngl_sendpkt' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.enable_interrupts_and_wait' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.free' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.fw_wf_chspec_ctlchan' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.get_printf_config_location' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.handle_ioctl_cmd' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.handle_sdio_xmit_request' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.handle_sdio_xmit_request_ram' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.dngl_sendup' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.hndrte_add_timer' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.hndrte_del_timer' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.hndrte_free_timer' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.hndrte_init_timer' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.hndrte_schedule_work' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.hndrte_time_ms' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.malloc' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.calls_malloc_2nd_arg_zero' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.osl_malloc' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.phy_reg_and' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.phy_reg_or' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.phy_reg_mod' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.phy_reg_read' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.phy_reg_write' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.pkt_buf_dup_skb' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.si_getcuridx' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.si_pmu_pllcontrol' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.si_pmu_pllupd' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.si_pmu_chipcontrol' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.si_setcore' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.snprintf' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.sprintf' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.strlen' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.strncmp' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.strncpy' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.sub_166b4' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.sub_16D8C' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.sum_buff_lengths' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.sub_39DCC' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.vsnprintf' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlapi_bmac_write_shm' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlapi_enable_mac' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlapi_suspend_mac_and_wait' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_ampdu_tx_set' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_phy_get_rxgainerr_phy' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_bmac_set_clk' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_phy_iovar_dispatch' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_module_register' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_valid_vht_mcs' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_antsel_antcfg_get' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_scb_ratesel_gettxrate' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_bmac_mctrl' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_bmac_read_objmem' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_bmac_read_shm' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_bmac_set_chanspec' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_phy_btcx_override_disable' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_phy_lpf_hpc_override_acphy' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_btcx_override_enable' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_read_shm' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_suspend_mac_and_wait' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_bmac_enable_mac' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_bmac_suspend_mac_and_wait' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_bmac_read_tsf' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_bmac_write_objmem' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_bmac_write_template_ram' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_bsscfg_find_by_wlcif' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_bsscfg_tdls_init' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_channel_reg_limits' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_channel_srom_limits' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_compute_plcp' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_custom_scan_complete' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_event_alloc' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_event_if' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_d11hdrs' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_d11hdrs_ext' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_enable_mac' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_mctrl_write' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_pdu_push_txparams' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_prec_enq_head' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_prec_enq' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_scan_ioctl' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.__wlc_scb_lookup' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_scb_set_bsscfg' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_statsupd' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_get_macaddr' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_get_txh_info' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wl_send' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wl_sendup' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wl_sendup_newdrv' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_recvdata' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_recv' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_recv_compute_rspec' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_set_chanspec' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_set_ratespec_override' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_ucode_write' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_valid_chanspec_db' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_valid_chanspec_dualband' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wl_add_if' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wl_alloc_if' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wl_arp_recv_proc' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wl_init' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wl_reset' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.before_before_initialize_memory' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.c_main' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.bus_binddev' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.dma_txfast' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.dma_txfast_plus_4' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.dngl_sendpkt_ram' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.dump_stack_print_dbg_stuff_intr_handler' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.function_with_huge_jump_table' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.memcmp' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.memcpy_ram' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.path_to_load_ucode' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.pkt_buf_get_skb_ram' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.pkt_buf_free_skb_ram' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.read_radio_reg' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.sdio_header_parsing_from_sk_buff' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.setup' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.setup_some_stuff' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.si_update_chipcontrol_shm' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.sub_1831A0' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.sub_1ECAB0' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.sub_1ed41c' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.sub_1810a8' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.sub_1ec7c8' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.sub_1ed584' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.sub_1ecab0' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.sub_1ec6fc' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.sub_1816e4' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.sub_1CECBC' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.towards_dma_txfast' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_bmac_init' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_bmac_read_tsf_ram' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_bmac_recv' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_bmac_recv_plus4' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_bmac_write_shm' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_bsscfg_find_by_wlcif_ram' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_channel_set_chanspec' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_channel_set_chanspec_plus4' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_coreinit' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_custom_scan' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_down' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_init' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.udelay' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_iovar_change_handler' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_iovar_change_handler_plus4' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_iovar_op' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_l2_filter_tdls' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_lcn40phy_deaf_mode' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_lcn40phy_force_pwr_index' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_lcn40phy_num_samples' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_lcn40phy_run_samples' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_lcn40phy_set_bbmult' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_lcn40phy_set_pa_gain' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_lcn40phy_set_tx_gain' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_lcn40phy_set_tx_pwr_by_index' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_lcn40phy_set_tx_pwr_ctrl' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_lcn40phy_start_tx_tone' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_lcn40phy_stop_tx_tone' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_lcn40phy_tx_tone_samples' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_lcn40phy_write_table' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_process_event' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_radio_mpc_upd' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_monitor' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_phyreg_enter' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_phyreg_exit' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_phy_channel2freq' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_phy_chanspec_get' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_phy_chan2freq_acphy_newdvr' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_phy_chan2freq_nphy_plus6' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_phy_classifier_acphy' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_phy_clip_det_acphy' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_phy_cordic' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_phy_gen_load_samples_acphy' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_phy_loadsampletable_acphy' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_phy_ofdm_crs_acphy' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_phy_resetcca_acphy' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_phy_rssi_compute' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_phy_runsamples_acphy' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_phy_get_tx_bbmult_acphy' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_phy_set_tx_bbmult_acphy' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_phy_get_txgain_settings_by_index_acphy' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_phy_stay_in_carriersearch_acphy' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_phy_stopplayback_acphy' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_phy_table_read_acphy' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_phy_table_write_acphy' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_phy_tx_tone_acphy' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_phy_txcal_txgain_cleanup_acphy' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_phy_txpwr_by_index_acphy' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_phy_txpwrctrl_get_cur_index_acphy' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_phy_txpwrctrl_set_cur_index_acphy' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_phy_txpwrctrl_set_target_acphy' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_phy_txpwrctrl_enable_acphy' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_phy_txpwrctrl_ison_acphy' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_prep_pdu' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_prep_sdu' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_radio_upd' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_scbfindband' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_scb_lookup' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_pdu_txhdr' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.__wlc_scb_lookup_ram' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_sendpkt' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_send_q' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_sendnulldata' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_tdls_bsscfg_create' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_tdls_buffer_rom' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_tdls_cal_mic_chk' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_tdls_cal_teardown_mic_chk' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_tdls_endpoint_op' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_tdls_endpoint_op_rom' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_tdls_get_pkt' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_tdls_join' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_tdls_port_open' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_tdls_process_chsw_req' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_tdls_process_chsw_resp' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_tdls_process_discovery_req' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_tdls_process_discovery_req_rom' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_tdls_process_pti' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_tdls_process_pti_resp' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_tdls_process_setup_cfm' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_tdls_process_setup_cfm_rom' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_tdls_process_setup_req' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_tdls_process_setup_req_rom' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_tdls_process_setup_resp' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_tdls_process_setup_resp_rom' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_tdls_process_setup_teardown' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_tdls_process_setup_teardown_rom' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_tdls_process_vendor_specific' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_tdls_process_vendor_specific_rom' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_tdls_rcv_action_frame' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_tdls_scb_lookup' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_txfifo' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_txfifo_wotxh' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_txc_upd' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_ucode_download' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_valid_chanspec_ext' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_valid_chanspec' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_wlc_txq_enq' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_write_shm' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_phy_tssi_phy_setup_acphy' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_phy_tssi_radio_setup_acphy' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_phy_poll_samps_WAR_acphy' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_phy_get_chan_freq_range_acphy' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_phy_get_paparams_for_band_acphy' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_phy_tssi2dbm_acphy' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_phy_set_txpwr_clamp_acphy' in file 'obj/wrapper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.argprintf' in file 'obj/argprintf.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.arghexdump' in file 'obj/argprintf.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.argprintf_init' in file 'obj/argprintf.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.bss.argprintf_written' in file 'obj/argprintf.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.bss.argprintf_len' in file 'obj/argprintf.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.data.argprintf_first_call' in file 'obj/argprintf.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.bss.argprintf_arg' in file 'obj/argprintf.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.comment' in file 'obj/argprintf.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.ARM.attributes' in file 'obj/argprintf.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.schedule_work' in file 'obj/helper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.perform_delayed_task' in file 'obj/helper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.schedule_delayed_work' in file 'obj/helper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text._hexdump' in file 'obj/helper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.hexdump' in file 'obj/helper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.bcm_qdbm_to_mw' in file 'obj/helper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.bcm_mw_to_qdbm' in file 'obj/helper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.set_chanspec' in file 'obj/helper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.get_chanspec' in file 'obj/helper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.set_mpc' in file 'obj/helper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.get_mpc' in file 'obj/helper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.set_monitormode' in file 'obj/helper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.set_intioctl' in file 'obj/helper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.get_intioctl' in file 'obj/helper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.rodata.str1.4' in file 'obj/helper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.rodata.nqdBm_to_mW_map' in file 'obj/helper.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_bmac_read_objmem32_objaddr' in file 'obj/objmem.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_bmac_read_objmem32' in file 'obj/objmem.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_bmac_read_objmem64_objaddr' in file 'obj/objmem.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_bmac_read_objmem64' in file 'obj/objmem.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_bmac_write_objmem64_objaddr' in file 'obj/objmem.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_bmac_write_objmem64' in file 'obj/objmem.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_bmac_write_objmem32_objaddr' in file 'obj/objmem.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.wlc_bmac_write_objmem32' in file 'obj/objmem.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.set_securitycookie' in file 'obj/securitycookie.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.get_securitycookie' in file 'obj/securitycookie.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.check_securitycookie' in file 'obj/securitycookie.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.bss.securitycookie' in file 'obj/securitycookie.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.comment' in file 'obj/securitycookie.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.ARM.attributes' in file 'obj/securitycookie.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.prepend_ethernet_ipv4_udp_header' in file 'obj/udptunnel.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.udpnprintf' in file 'obj/udptunnel.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.text.udpprintf' in file 'obj/udptunnel.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.data.ethernet_ipv4_udp_header' in file 'obj/udptunnel.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.comment' in file 'obj/udptunnel.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.ARM.attributes' in file 'obj/udptunnel.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: Removing unused section '.data.templateram_bin_len' in file 'obj/templateram.o'
/home/giovanni/git_repos/nexmon/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-ld: error: no memory region specified for loadable section `.text.memcpy'
robnew commented 6 years ago

I get the same error for the bcm43596a0/9.75.155.45_sta_c0

dean1510 commented 5 years ago

Missing addresses for memcpy and wlc_phy_chan2freq_acphy functions in patches/common/wrapper.c

The following patch should be applied

index fb7afa8..36959a4 100644 --- a/patches/common/wrapper.c +++ b/patches/common/wrapper.c @@ -241,6 +241,7 @@ AT(CHIP_VER_BCM43596a0, FW_VER_ALL, 0x1d2c) AT(CHIP_VER_BCM43451b1, FW_VER_ALL, 0x64c38) AT(CHIP_VER_BCM43455, FW_VER_7_45_77_0, 0x19A0E8) AT(CHIP_VER_BCM43455, FW_VER_7_120_5_1_sta_C0, 0x19A0F8) +AT(CHIP_VER_BCM43455, FW_VER_7_120_7_1_sta_C0, 0x19A0F8) AT(CHIP_VER_BCM43455, FW_VER_7_45_77_0_23_8_2017, 0x19A0F8) AT(CHIP_VER_BCM43455c0, FW_VER_7_45_154, 0x19a098) AT(CHIP_VER_BCM43909b0, FW_VER_ALL, 0x64588) @@ -1289,6 +1290,7 @@ AT(CHIP_VER_BCM4358, FW_VER_7_112_300_14, 0x1bcafa) AT(CHIP_VER_BCM4356, FW_VER_7_35_101_5_sta, 0x1C469A) AT(CHIP_VER_BCM43455, FW_VER_7_45_77_0, 0x1D0DFC) AT(CHIP_VER_BCM43455, FW_VER_7_120_5_1_sta_C0, 0x1CF9A0) +AT(CHIP_VER_BCM43455, FW_VER_7_120_7_1_sta_C0, 0x1CF9A0) AT(CHIP_VER_BCM43455, FW_VER_7_45_77_0_23_8_2017, 0x1D13C8) AT(CHIP_VER_BCM43455c0, FW_VER_7_45_154, 0x1C9FA4) int