-
Notifications
You must be signed in to change notification settings - Fork 64
Can't build basic examples doing step-by-step from guide #102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Seems related to the Espressif SDK, did you install it properly? Does ESP-IDF work fine for you? Also, based on the paths, I think you're referring to the swift-matter-examples repo. |
Hi. In that case, I just followed Apple’s example. Also I tested Espressif SDK without swift, that part works fine. |
Did you try the Espressif SDK (IDF) + the Matter SDK (ESP Matter) without Swift? This command that's generated by those SDKs seems completely wrong (it's trying to cd into something that has a ";" in the middle):
|
As I mentioned earlier, I used both macOS (Apple Silicon) and Ubuntu Linux to build the binaries for the default examples. I followed the instructions from this repository’s README, that link The log from my initial post was captured on my Mac, using a Swift compiler downloaded from the "Development Snapshots" page. Regarding your question about using the Espressif SDK (IDF) and Matter SDK (ESP Matter) without Swift - yes, I’ve successfully built the project using Docker with the following command:
|
Hi folks,
Once I failed with ubuntu docker, taken my MacBook Apple Silicon and tried to build default examples based on apple example docs
Current swift snapshot: swift-DEVELOPMENT-SNAPSHOT-2025-03-28-a-osx.pkg
TOOLCHAINS=org.swift.62202503281a swift --version
swift-driver version: 1.115 Apple Swift version 6.0.2 (swiftlang-6.0.2.1.2 clang-1600.0.26.4)
Target: arm64-apple-macosx15.0
during building led-blink " idf.py build " got follow error
also I tried to build other example, got around same issue.
The text was updated successfully, but these errors were encountered: