You are reading a single comment by @MaBe and its replies. Click here to read the full conversation.
  • Hmm, next thing, look's like excluding bluetooth is not happening, what is missing?

    markbecker@vmux091:~/Espruino$ make -n
    echo ================================== Generating platform configs
    python scripts/build_platform_config.py ESP32_IDF4 gen/platform_config.h  -DGIT_COMMIT=5d927491e -DNO_ASSERT -DRELEASE -DBUILDNUMBER=\"157\" -DESP32_IDF4 -DESP_PLATFORM -DESP32=1 -DESP_STACK_SIZE=25000 -DJSVAR_MALLOC -DUSE_FONT_6X8 -DUSE_DEBUGGER -DUSE_TAB_COMPLETE -DUSE_HEATSHRINK -DUSE_FILESYSTEM -DUSE_FLASHFS -DUSE_GRAPHICS -DUSE_NET -DUSE_NETWORK_JS -DUSE_ESP32 -DUSE_TELNET -DBLUETOOTH -DUSE_NEOPIXEL -DESP32 -DESPR_DEFINES_ON_COMMANDLINE -DEMBEDDED
    echo ================================== Generating pin info
    python scripts/build_pininfo.py ESP32_IDF4 gen/jspininfo.c gen/jspininfo.h
    echo ================================== Generating pin info
    python scripts/build_pininfo.py ESP32_IDF4 gen/jspininfo.c gen/jspininfo.h
    echo ================================== Generating JS wrappers
    echo WRAPPERSOURCES = src/jswrap_array.c src/jswrap_arraybuffer.c src/jswrap_dataview.c src/jswrap_date.c src/jswrap_error.c src/jswrap_functions.c src/jswrap_json.c src/jswrap_number.c src/jswrap_object.c src/jswrap_regexp.c src/jswrap_string.c src/jswrap_modules.c src/jswrap_math.c src/jswrap_espruino.c src/jswrap_flash.c src/jswrap_interactive.c src/jswrap_io.c src/jswrap_pin.c src/jswrap_pipe.c src/jswrap_process.c src/jswrap_onewire.c src/jswrap_promise.c src/jswrap_serial.c src/jswrap_storage.c src/jswrap_spi_i2c.c src/jswrap_stepper.c src/jswrap_stream.c src/jswrap_waveform.c libs/compression/jswrap_heatshrink.c libs/filesystem/jswrap_fs.c libs/filesystem/jswrap_file.c libs/graphics/jswrap_graphics.c libs/network/jswrap_net.c libs/network/http/jswrap_http.c libs/network/js/jswrap_jsnetwork.c libs/network/jswrap_wifi.c libs/network/esp32/jswrap_esp32_network.c targets/esp32/jswrap_esp32.c libs/network/telnet/jswrap_telnet.c libs/bluetooth/jswrap_bluetooth.c libs/neopixel/jswrap_neopixel.c 
    echo DEFINES =   -DGIT_COMMIT=5d927491e -DNO_ASSERT -DRELEASE -DBUILDNUMBER=\"157\" -DESP32_IDF4 -DESP_PLATFORM -DESP32=1 -DESP_STACK_SIZE=25000 -DJSVAR_MALLOC -DUSE_FONT_6X8 -DUSE_DEBUGGER -DUSE_TAB_COMPLETE -DUSE_HEATSHRINK -DUSE_FILESYSTEM -DUSE_FLASHFS -DUSE_GRAPHICS -DUSE_NET -DUSE_NETWORK_JS -DUSE_ESP32 -DUSE_TELNET -DBLUETOOTH -DUSE_NEOPIXEL -DESP32 -DESPR_DEFINES_ON_COMMANDLINE -DEMBEDDED
    python scripts/build_jswrapper.py src/jswrap_array.c src/jswrap_arraybuffer.c src/jswrap_dataview.c src/jswrap_date.c src/jswrap_error.c src/jswrap_functions.c src/jswrap_json.c src/jswrap_number.c src/jswrap_object.c src/jswrap_regexp.c src/jswrap_string.c src/jswrap_modules.c src/jswrap_math.c src/jswrap_espruino.c src/jswrap_flash.c src/jswrap_interactive.c src/jswrap_io.c src/jswrap_pin.c src/jswrap_pipe.c src/jswrap_process.c src/jswrap_onewire.c src/jswrap_promise.c src/jswrap_serial.c src/jswrap_storage.c src/jswrap_spi_i2c.c src/jswrap_stepper.c src/jswrap_stream.c src/jswrap_waveform.c libs/compression/jswrap_heatshrink.c libs/filesystem/jswrap_fs.c libs/filesystem/jswrap_file.c libs/graphics/jswrap_graphics.c libs/network/jswrap_net.c libs/network/http/jswrap_http.c libs/network/js/jswrap_jsnetwork.c libs/network/jswrap_wifi.c libs/network/esp32/jswrap_esp32_network.c targets/esp32/jswrap_esp32.c libs/network/telnet/jswrap_telnet.c libs/bluetooth/jswrap_bluetooth.c libs/neopixel/jswrap_neopixel.c    -DGIT_COMMIT=5d927491e -DNO_ASSERT -DRELEASE -DBUILDNUMBER=\"157\" -DESP32_IDF4 -DESP_PLATFORM -DESP32=1 -DESP_STACK_SIZE=25000 -DJSVAR_MALLOC -DUSE_FONT_6X8 -DUSE_DEBUGGER -DUSE_TAB_COMPLETE -DUSE_HEATSHRINK -DUSE_FILESYSTEM -DUSE_FLASHFS -DUSE_GRAPHICS -DUSE_NET -DUSE_NETWORK_JS -DUSE_ESP32 -DUSE_TELNET -DBLUETOOTH -DUSE_NEOPIXEL -DESP32 -DESPR_DEFINES_ON_COMMANDLINE -DEMBEDDED -BESP32_IDF4 -Fgen/jswrapper.c
    cp /home/markbecker/Espruino/targets/esp32/IDF4/sdkconfig bin
    cp /home/markbecker/Espruino/targets/esp32/IDF4/CMakeLists.txt bin
    cp /home/markbecker/Espruino/targets/esp32/IDF4/partitions.csv bin
    cd bin && idf.py build
    

    complains about ble stuff

    In file included from /home/markbecker/Espruino/targets/esp32/BLE/esp32_bluetooth_utils.c:16:
    /home/markbecker/Espruino/targets/esp32/BLE/esp32_bluetooth_utils.h:19:10: fatal error: esp_bt_defs.h: No such file or directory
     [#include](https://forum.espruino.com/search/?q=%23include) "esp_bt_defs.h"
              ^~~~~~~~~~~~~~~
    compilation terminated.
    
About

Avatar for MaBe @MaBe started