Package Details: esp-idf-git 5.2.dev.r3213.4e04c00d1c-1

Git Clone URL: https://aur.archlinux.org/esp-idf-git.git (read-only, click to copy)
Package Base: esp-idf-git
Description: Espressif IoT Development Framework. Official development framework for ESP32.
Upstream URL: https://github.com/espressif/esp-idf
Licenses: Apache
Conflicts: esp-idf
Provides: esp-idf
Submitter: jose1711
Maintainer: alex.henrie
Last Packager: alex.henrie
Votes: 3
Popularity: 0.000000
First Submitted: 2017-10-07 22:39 (UTC)
Last Updated: 2023-10-08 22:02 (UTC)

Latest Comments

1 2 Next › Last »

alex.henrie commented on 2023-02-16 04:33 (UTC)

@slondr Sorry, I accidentally removed the set-submodules-to-github step while harmonizing this package with the esp-idf package. I just added it back.

slondr commented on 2023-02-14 03:48 (UTC)

I was seeing the same problem that ugur mentioned, and modifying the prepare() function as specified solved it.

jose1711 commented on 2021-06-12 21:50 (UTC)

@ugur @alex.henrie thank you - i added prepare(). however i am disowning the PKGBUILD since i am no longer using it. feel free to adopt.

alex.henrie commented on 2021-06-08 22:07 (UTC)

I'm having the same problem with submodules. @jose1711 could you please add the "prepare" step that @ugur suggested?

ugur commented on 2020-03-25 09:47 (UTC)

I was getting error about submodules while building this package.
I have added a prepare() section to PKGBUILD file to execute a shell script, which is already included in tools directory for changing submodule relative paths to github urls.

prepare() {
cd $srcdir/${_pkgname}/
./tools/set-submodules-to-github.sh  > /dev/null
}

You can find complete PKGBUILD file here:
https://gitlab.com/snippets/1956639

GPereira commented on 2019-06-15 14:22 (UTC)

I'm quoting @janwil from a comment on esp-idf package since I have the same issue as him in wither esp-idf and esp-idf-git: "

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"

Any idea?

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

Hi, I would like to suggest installing to /opt/esp-idf-latest 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 package so it can be installed at /opt/esp-idf-stable.

jose1711 commented on 2019-02-05 21:15 (UTC)

main motive behind making this PKGBUILD is using it to build esp32 port of micropython (https://github.com/micropython/micropython/tree/master/ports/esp32). the Makefile therein mentions:

# paths to ESP IDF and its components
ifeq ($(ESPIDF),)
$(error Please configure the ESPIDF variable)
endif

if you're not happy with the hint provided in .install file please advise what you'd like to see there instead. thanks

mardab commented on 2019-02-05 20:41 (UTC)

I also agree, as this still has not been fixed