New Beta Release v1.20.3.b3



  • @robert-hh For me is compiling okay. I started under a fresh debian virtual machine BTW.

    Just two warnings:

    In file included from main.c:54:
    /home/esp/pycom-esp-idf/components/esp_event/include/esp_event_loop.h:2:2: warning: #warning "esp_event_loop.h is deprecated, please include esp_event.h instead" [-Wcpp]
     #warning "esp_event_loop.h is deprecated, please include esp_event.h instead"
      ^~~~~~~
    main.c: In function 'app_main':
    main.c:140:5: warning: 'esp_event_loop_init' is deprecated [-Wdeprecated-declarations]
         ESP_ERROR_CHECK(esp_event_loop_init(app_sys_event_handler, NULL));
         ^~~~~~~~~~~~~~~
    In file included from /home/esp/pycom-esp-idf/components/esp_event/include/esp_event.h:26,
                     from /home/esp/pycom-esp-idf/components/esp_event/include/esp_event_loop.h:3,
                     from main.c:54:
    /home/esp/pycom-esp-idf/components/esp_event/include/esp_event_legacy.h:227:11: note: declared here
     esp_err_t esp_event_loop_init(system_event_cb_t cb, void *ctx) __attribute__ ((deprecated));
    
    
    mods/modnetwork.c: In function 'network_select_nic':
    mods/modnetwork.c:217:18: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
             nic_type = mp_obj_get_type(nic_chosen);
    

    I had to add github SSH key from my machine to github to avoid submodules access error, maybe this is your problem?

    Please make sure you have the correct access rights
    and the repository exists.
    fatal: clone of 'git@github.com:espressif/esp32-wifi-lib.git' into submodule path '/home/esp/pycom-esp-idf/components/esp_wifi/lib' failed
    Failed to clone 'components/esp_wifi/lib'. Retry scheduled
    

    BR



  • @peterp I did the git submodule updates & everything. Made a new clone of the micropython and esp-idf directories. No luck.



  • Hello @peterp

    Regarding:

    • Micropython v1.13

      • It's ULP implemented from original micropython? I want to do some tests or figure out ULP processor, since I'm waiting Pycom to support in the firmware.
        .
    • LoRaWAN 1.0.3 (Class A& C)

      • What are the improvements from version 1.0.2. I'm looking if DeviceTimeReq, DeviceTimeAns is implemented on Pycom.

    Thanks in advance and good looking release!! ;)



  • it works for me. please do check the git submodule update --init --recursive

    my test:

    mkdir ~/build-check
    cd ~/build-check
    
    git clone --recursive -b idf_v4.1 https://github.com/pycom/pycom-esp-idf.git
    cd pycom-esp-idf
    git checkout d647204 && git submodule sync && git submodule update --init --recursive
    cd ..
    
    git clone --recursive -b master_idf_v4.1 https://github.com/pycom/pycom-micropython-sigfox.git
    export IDF_PATH=~/build-check/pycom-esp-idf/
    cd pycom-micropython-sigfox/
    cd mpy-cross
    make
    cd ..
    
    cd esp32
    xtensa-esp32-elf-gcc --version
    xtensa-esp32-elf-gcc (crosstool-NG esp-2020r3) 8.4.0
    make BOARD=LOPY4
    
    ...
    CC build/LOPY4/release/pins.c
    AR build/LOPY4/release/application.a
    CPP build/LOPY4/release/esp32_out.ld
    LINK build/LOPY4/release/application.elf
    xtensa-esp32-elf-size build/LOPY4/release/application.elf
       text	   data	    bss	    dec	    hex	filename
    1727558	 283960	  87726	2099244	 20082c	build/LOPY4/release/application.elf
    Building partitions from lib/partitions_4MB.csv...
    Building partitions from lib/partitions_8MB_small_factory_fw.csv...
    IMAGE build/LOPY4/release/lopy4.bin
    esptool.py v2.9-dev
    
    


  • @peterp Git status in the source directory:

    Auf Branch master_idf_v4.1
    Ihr Branch ist auf demselben Stand wie 'upstream/master_idf_v4.1'.
    

    git status in pycom-esp-idf:

    HEAD losgelöst bei d647204d1
    

    I did not make a new close, but checked out in the existing directories. I can clone new copies.
    I just call make, which calls a GNUmakefile first, which sets LoPy4 as default device and sets PATH and IDF_PATH.



  • @robert-hh

    git status ; git submodule update --init --recursive
    in both folders please - that is, assuming you did get the code via git clone, yes?!

    what make command you use to build? I can try a new clone ... but that's what Jenkins did anyway, well, I'm trying ...



  • @peterp There is a toolchain and idf version check in Makefile. They pass. And if you look at the short excerpt, you see xtensa-esp32-elf-gcc8_4_0-esp-2020r3-linux-amd64.



  • @robert-hh said in New Beta Release v1.20.3.b3:

    @peterp Thanks for mentioning. Building failed. Compile works to far, but linking faild. Below are the first error messages of many:

    Mhm, Correct toolchain?
    xtensa-esp32-elf-gcc --version

    Correct idf version?
    cd $IDF_PATH ; git rev-parse --short HEAD



  • @peterp Thanks for mentioning. Building failed. Compile works to far, but linking faild. Below are the first error messages of many:

    gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/bin/ld: /home/robert/Downloads/MicroPython/pycom-esp-idf/components/esp32/lib/libnet80211.a(ieee80211_api.o): in function `esp_wifi_deinit':
    (.text.esp_wifi_deinit+0x60): multiple definition of `esp_wifi_deinit'; lib/libesp_wifi.a(wifi_init.o):/home/gezahusi/Work/Repositories/pycom-esp-idf/components/esp_wifi/src/wifi_init.c:111: first defined here
    /home/robert/Downloads/xtensa-esp32-elf-gcc8_4_0-esp-2020r3-linux-amd64/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/bin/ld: /home/robert/Downloads/MicroPython/pycom-esp-idf/components/esp32/lib/libsmartconfig.a(sc_sniffer.o): in function `esp_smartconfig_stop':
    (.text.esp_smartconfig_stop+0x0): multiple definition of `esp_smartconfig_stop'; lib/libesp_wifi.a(smartconfig.o):/home/gezahusi/Work/Repositories/pycom-esp-idf/components/esp_wifi/src/smartconfig.c:68: first defined here
    /home/robert/Downloads/xtensa-esp32-elf-gcc8_4_0-esp-2020r3-linux-amd64/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/bin/ld: /home/robert/Downloads/MicroPython/pycom-esp-idf/components/esp32/lib/libsmartconfig.a(sc_sniffer.o): in function `esp_smartconfig_start':
    (.text.esp_smartconfig_start+0x0): multiple definition of `esp_smartconfig_start'; lib/libesp_wifi.a(smartconfig.o):/home/gezahusi/Work/Repositories/pycom-esp-idf/components/esp_wifi/src/smartconfig.c:51: first defined here
    /home/robert/Downloads/xtensa-esp32-elf-gcc8_4_0-esp-2020r3-linux-amd64/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/bin/ld: lib/libbt.a(bt.o):(.literal.btdm_check_and_init_bb+0x4): undefined reference to `btdm_rf_bb_init_phase2'
    /home/robert/Downloads/xtensa-esp32-elf-gcc8_4_0-esp-2020r3-linux-amd64/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/bin/ld: lib/libbt.a(bt.o):(.literal.btdm_sleep_exit_phase3_wrapper+0x0): undefined reference to `btdm_controller_get_sleep_mode'
    /home/robert/Downloads/xtensa-esp32-elf-gcc8_4_0-esp-2020r3-linux-amd64/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/bin/ld: lib/libbt.a(bt.o):(.literal.coex_bt_wakeup_request+0x0): undefined reference to `btdm_power_state_active'
    /home/robert/Downloads/xtensa-esp32-elf-gcc8_4_0-esp-2020r3-linux-amd64/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/bin/ld: lib/libbt.a(bt.o):(.literal.coex_bt_wakeup_request+0x4): undefined reference to `btdm_wakeup_request'
    /home/robert/Downloads/xtensa-esp32-elf-gcc8_4_0-esp-2020r3-linux-amd64/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/bin/ld: lib/libbt.a(bt.o):(.literal.esp_vhci_host_send_packet+0x0): undefined reference to `btdm_wakeup_request_end'
    

Log in to reply
 

Pycom on Twitter