Search Criteria
Package Details: esp-idf 5.4.1-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/esp-idf.git (read-only, click to copy) |
---|---|
Package Base: | esp-idf |
Description: | Espressif IoT Development Framework. Official development framework for ESP32. |
Upstream URL: | https://github.com/espressif/esp-idf |
Licenses: | Apache-2.0 |
Submitter: | GPereira |
Maintainer: | None |
Last Packager: | alex.henrie |
Votes: | 26 |
Popularity: | 0.086739 |
First Submitted: | 2018-04-01 22:44 (UTC) |
Last Updated: | 2025-04-02 15:53 (UTC) |
Dependencies (9)
- ccache (ccache-gitAUR)
- cmake (cmake-gitAUR, cmake3AUR)
- dfu-util (dfu-util-gitAUR)
- git (git-gitAUR, git-glAUR)
- gperf (gperf-gitAUR)
- libusb (libusb-gitAUR)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR)
- python (python37AUR, python311AUR, python310AUR)
- unzip (unzip-natspecAUR, unzip-zstdAUR) (make)
Latest Comments
« First ‹ Previous 1 2 3 4 5 Next › Last »
taba commented on 2023-10-08 17:22 (UTC)
@alex.henrie Are you sure dependencies are not missing anything? The official docs https://docs.espressif.com/projects/esp-idf/en/latest/esp32/get-started/linux-macos-setup.html list other dependencies.
abougouffa commented on 2021-08-02 10:56 (UTC)
Hello,
I'm trying to install this package, I'm getting a bunch of annoying
strip
messages:I think you need to disable the
strip
option in this package, you can just modify thePKGBUILD
like this:archmkr commented on 2021-06-26 14:53 (UTC)
For reference, it isn't clear anywhere that after installing it, you need to run
/opt/esp-idf/install.sh
andsource /opt/esp-idf/export.sh
to be able to useidf.py
oridf_tools.py
. I think this package should at least show a message about these steps.istobic commented on 2021-06-25 07:33 (UTC)
Hi, to my understanding, v4.3 is already released. Could you please check?
alex.henrie commented on 2021-06-09 16:00 (UTC)
@Sidju Thanks for letting me know. I just added the missing dependencies on python-virtualenv, libusb, cmake, and git.
Sidju commented on 2021-06-06 18:42 (UTC)
Seems like python-virtualenv is an undeclared dependency (for install.sh).
alex.henrie commented on 2021-05-05 18:20 (UTC)
@thevoidnn: /opt/esp-idf/.git has to be present or
source /opt/esp-idf/export.sh
prints the following error:fatal: not a git repository (or any of the parent directories): .git WARNING: Git describe was unsuccessul: Command '['git', 'describe']' returned non-zero exit status 128.
nobodywasishere commented on 2020-12-28 05:29 (UTC)
Also to add to that, it needs its own python environment as it won't work with the latest release of one of the python libraries (pyparsing>=2.0.3,<2.4.0)
« First ‹ Previous 1 2 3 4 5 Next › Last »