pycom-micropython-sigfox: Build failure on OSX and Linux64
When building for LoPy: make BOARD=LOPY LORA_BAND=USE_BAND_915 TARGET=app
I needed to do this first: https://github.com/micropython/micropython/commit/326343feebdd1ad990864cc830a30b6a44d44918
About this issue
- Original URL
- State: closed
- Created 7 years ago
- Comments: 18 (1 by maintainers)
Commits related to this issue
- esp32/modlte: Added factory modem reset option , method to check UE coverage and Bug fixes (#17) — committed to pycom/pycom-micropython-sigfox by deleted user 5 years ago
- Squashed commit of the following: commit a3a8dec86a032496b2f3615b142d3df92e337f66 Author: iwahdan88 <islam@pycom.io> Date: Fri Feb 8 20:37:05 2019 +0100 esp32/modlte: minor fix commit 52ece9c... — committed to pycom/pycom-micropython-sigfox by deleted user 5 years ago
- esp32/modlte: Added factory modem reset option , method to check UE coverage and Bug fixes (#17) — committed to pycom/pycom-micropython-sigfox by deleted user 5 years ago
- Merging Fixes and updates from dev/master #262 * esp32/modlte: Added factory modem reset option , method to check UE coverage and Bug fixes (#17) * Esp32/frozen/MQTTlib: Gracefully handle EAGAIN r... — committed to pycom/pycom-micropython-sigfox by deleted user 5 years ago
- esp32/modlte: Added factory modem reset option , method to check UE coverage and Bug fixes (#17) — committed to X-Ryl669/pycom-micropython-sigfox by deleted user 5 years ago
I had the same error but I followed someone’s suggestion in the forum to download a newer toolchain version: https://dl.espressif.com/dl/xtensa-esp32-elf-osx-1.22.0-61-gab8375a-5.2.0.tar.gz . It worked perfectly. I am using OSX btw