Package Details: esp-idf 5.4.1-2

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)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

GPereira commented on 2019-06-15 12:49 (UTC)

Hi, I would like to suggest installing to /opt/esp-idf-stable so one could have both esp-idf and esp-idf-git installed and hop between bleeding edge and stable versions, by changing the environment variable. I am doing the analogous suggestion on esp-idf-git package so it can be installed at /opt/esp-idf-latest. I can co-maintain this package with you if you want. I use it a lot.

janwil commented on 2019-05-03 11:57 (UTC)

Please help me understanding how to run ESP IDF ... I installed it, set the path and copied the Hello World example to a local directory, but when I run make menuconfig, I get

make[1]: Entering directory '/opt/esp-idf-sdk/tools/kconfig' cc -c -D_GNU_SOURCE -D_DEFAULT_SOURCE -DCURSES_LOC="<ncurses.h>" -DNCURSES_WIDECHAR=1 -DLOCALE -MMD /opt/esp-idf-sdk/tools/kconfig/mconf.c -o mconf.o /opt/esp-idf-sdk/tools/kconfig/mconf.c:1053:1: fatal error: opening dependency file mconf.d: Permission denied } ^ compilation terminated.

What is it I am doing wrong? The situation is the same with esp-idf-git.

Jan

Ybalrid commented on 2019-03-30 18:40 (UTC)

I will have to agree with zagitta's comment, the output of strip is slightly annoying

mardab commented on 2019-02-05 21:52 (UTC)

@gahag i have to disagree, although You have to set paths and permissions manually to be able to build

gahag commented on 2018-11-28 03:28 (UTC)

Apparently, this is outdated and won't build anymore. I downloaded the 3.1.1 from the github releases page and it worked.

zagitta commented on 2018-11-14 20:29 (UTC)

I suggest adding "options=(!strip)" to the PKGBUILD to avoid terminal spam from strip when binary stripping is enabled in /etc/makepkg.conf :)

GPereira commented on 2018-09-29 12:47 (UTC)

Thanks for the feedback, it is now fixed and 3.1 version released

GPereira commented on 2018-09-29 12:45 (UTC)

What do you mean?

tinxy commented on 2018-09-29 08:27 (UTC) (edited on 2018-09-29 08:32 (UTC) by tinxy)

Your PKGBUILD copies things to ~/.esp-idf while leaving the created package (nearly) empty (as majorx234 alreadz reported).

Plus there is a new version 3.0.4 out.

majorx234 commented on 2018-08-27 12:45 (UTC) (edited on 2018-08-27 12:46 (UTC) by majorx234)

last part in PKGUILD looks not right: why copy files to user's homedirectory? "cp -R . ~/.esp-idf" better: "cp -R . ${pkgdir}/opt/esp-idf-sdk"

so cp files to /pkg wich will afterwards needed to create a package