Replies: 4 comments 3 replies
-
try |
Beta Was this translation helpful? Give feedback.
-
Official Platformio is not working anymore with actual Arduino core. Use community version
|
Beta Was this translation helpful? Give feedback.
-
How Platformio is not working? We are actually using Platformio with Arduino, this was first time we run into the problem. It was actually the problem that Platformio is not reporting problems correctly and we searched on wrong places. Basically, we copied packages from the system that worked into my system. The path specified in project didn't point to right ESP32 package. Then the problem was that linker couldnt find some definitions. When we clicked with CTRL button, the file was found, but linker was not able to find definition. At the end we found out, that I copied the path from windows into Platformio.ini, but platfomio use slash as separator between folder, windows use backslash. Since Platformi din't reported any syntax or path error, we searched everywhere for the problem. But OK, these I need to go over since the software is open source and is far from being perfect. |
Beta Was this translation helpful? Give feedback.
-
This
is not working anymore. Never officially supported from Platformio, since it targets Arduino core 3.0.x This is branch master which is develop of Arduino Core 3.1.x
so you are mixing different Core versions |
Beta Was this translation helpful? Give feedback.
-
Dear All,
I have problem with one project, running on WIN10, Platformio last update, We used WaveShare display demo software to built up system based on Arduino ESP32-S3. On one PC was everything ok. When we transfered project to other PC, the problem arrised:
The line platformio/framework-arduinoespressif32@https://github.com/espressif/arduino-esp32.git
cause this error to trigger
UnknownPackageError: Could not find the package with 'espressif/toolchain-riscv32-esp @ 13.2.0+20240530' requirements for your system 'windows_amd64'
We can not understand where is the problem since the URL is OK (it is this GitHub repository). but the files can not be find.
The problem is that we get then a lot of errors during compile due to missing references to libraries or missing definitions.
Do You have any idea what can be the problem?
The platformio ini file is bellow:
[env:esp32-s3-devkitm-1]
platform = [email protected]
board = esp32-s3-devkitc-1-n8r8v
framework = arduino
platform_packages =
platformio/framework-arduinoespressif32@https://github.com/espressif/arduino-esp32.git
platformio/framework-arduinoespressif32-libs@https://github.com/espressif/esp32-arduino-libs.git#idf-release/v5.1
build_flags =
-DBOARD_HAS_PSRAM
-DLV_CONF_INCLUDE_SIMPLE
-DDISABLE_ALL_LIBRARY_WARNINGS
; -DARDUINO_USB_CDC_ON_BOOT=1
; -DCORE_DEBUG_LEVEL=1
Thanks a lot for any hint,
Vojko
Beta Was this translation helpful? Give feedback.
All reactions