platformio / platform-espressif8266

Espressif 8266: development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/espressif8266
Apache License 2.0
323 stars 219 forks source link

espressif8266 toolchain-xtensa on FreeBSD #189

Closed CyanoFresh closed 4 years ago

CyanoFresh commented 4 years ago

Configuration

Operating system: freebsd 11.2-RELEASE-p15 PlatformIO Version (platformio --version): 4.1.0

Description of problem

I have errors when pio run for espressif platform on FreeBSD

Actual Results

$ pio run
Processing d1_mini (platform: espressif8266; board: d1_mini; framework: arduino)
------------------------------------------------------------------------------------------
PackageManager: Installing toolchain-xtensa @ ~2.40802.191122
Error: Could not find a version that satisfies the requirement '~2.40802.191122' for your system 'freebsd_amd64'

If problems with PlatformIO Build System:

The content of platformio.ini:

;PlatformIO Project Configuration File
;
;   Build options: build flags, source filter
;   Upload options: custom upload port, speed and extra flags
;   Library options: dependencies, extra library storages
;   Advanced options: extra scripting
;
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html

[env:d1_mini]
platform = espressif8266
board = d1_mini
framework = arduino
CyanoFresh commented 4 years ago

sorry this issue only esp32