Search Criteria
Package Details: esp-open-sdk-git 20181127203314-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/esp-open-sdk-git.git (read-only, click to copy) |
---|---|
Package Base: | esp-open-sdk-git |
Description: | Free and open (as much as possible) integrated SDK for ESP8266 chips |
Upstream URL: | https://github.com/pfalcon/esp-open-sdk |
Keywords: | esp esp8266 nonos sdk |
Conflicts: | esp-open-sdk |
Provides: | esp-open-sdk |
Submitter: | sambazley |
Maintainer: | dini |
Last Packager: | dini |
Votes: | 7 |
Popularity: | 0.000002 |
First Submitted: | 2017-07-07 23:39 (UTC) |
Last Updated: | 2023-01-11 19:15 (UTC) |
Dependencies (9)
- esptool (esptool-gitAUR, esptool3.2AUR)
- python (python37AUR, python311AUR, python310AUR)
- python-pyserial
- git (git-gitAUR, git-glAUR) (make)
- gperf (gperf-gitAUR) (make)
- guile2.0AUR (make)
- help2man (help2man-gitAUR, python-help2manAUR) (make)
- unzip (unzip-natspecAUR, unzip-zstdAUR) (make)
- wget (wget-gitAUR, wurlAUR) (make)
Latest Comments
1 2 Next › Last »
jose1711 commented on 2022-08-08 13:17 (UTC) (edited on 2022-08-08 13:18 (UTC) by jose1711)
FWIW this is what I had to do to compile:
crosstool-config-overrides
CT_EXTRA_CFLAGS_FOR_BUILD="--std=c++11" CT_EXTRA_CFLAGS_FOR_HOST="--std=c++11"
It would be nice if this is taken care of inside the
PKGBUILD
.ganthore commented on 2022-01-08 18:55 (UTC) (edited on 2022-01-08 18:56 (UTC) by ganthore)
Confirmed that the url needs to be updated due to the website being shutdown soon. See: https://giters.com/coq/opam-coq-archive/issues/1298
ganthore commented on 2022-01-08 18:53 (UTC)
The package may need some updates. Current builds fail with an error that suggests some tarballs are not being retrieved. If I follow the error, it seems like a website is failing to respond?
The errors:
[INFO ] Performing some trivial sanity checks [INFO ] Build started 20220108.134015 [INFO ] Building environment variables [INFO ] ================================================================= [INFO ] Retrieving needed toolchain components' tarballs [ERROR]
[ERROR] >> [ERROR] >> Build failed in step 'Retrieving needed toolchain components' tarballs' [ERROR] >> called in step '(top-level)' [ERROR] >> [ERROR] >> Error happened in: do_isl_get[scripts/build/companion_libs/121-isl.sh@16] [ERROR] >> called from: do_companion_libs_get[scripts/build/companion_libs.sh@15] [ERROR] >> called from: main[scripts/crosstool-NG.sh@591] [ERROR] >> [ERROR] >> For more info on this error, look at the file: 'build.log' [ERROR] >> There is a list of known issues, some with workarounds, in: [ERROR] >> 'share/doc/crosstool-ng/crosstool-ng-1.22.0-60-g37b07f6f-dirty/B - Known issues.txt' [ERROR]
[ERROR] (elapsed: 5:28.62) [05:29] / make[2]: [ct-ng:152: build] Error 1 make[2]: Leaving directory '/home/maustin/Code/arch/aur/esp-open-sdk-git/src/esp-open-sdk/crosstool-NG' make[1]: [../Makefile:133: _toolchain] Error 2 make[1]: Leaving directory '/home/maustin/Code/arch/aur/esp-open-sdk-git/src/esp-open-sdk/crosstool-NG' make: *** [Makefile:125: crosstool-NG/.built] Error 2 ==> ERROR: A failure occurred in build(). Aborting...
The isl script that I think is failing?
Download ISL
do_isl_get() { CT_GetFile "isl-${CT_ISL_VERSION}" \ http://isl.gforge.inria.fr }
mikucz commented on 2021-04-17 16:31 (UTC)
python2-pyserial is no longer in any repository, so package fails to build
ksniffer commented on 2019-06-14 13:16 (UTC)
@maxanier thanks
mattiascibien commented on 2019-06-14 06:53 (UTC)
@dini: may I suggest to include the patch here hat can probably fix the _PyImport_FixupBuiltin problem?
https://github.com/thierer/esp-open-sdk/blob/master/1000-gdb-python-3-7.patch
maxanier commented on 2019-06-05 09:55 (UTC)
@ksniffer https://github.com/pfalcon/esp-open-sdk/issues/339
ksniffer commented on 2019-05-24 14:04 (UTC) (edited on 2019-05-24 14:05 (UTC) by ksniffer)
dini commented on 2019-04-30 14:58 (UTC)
Thx AndrevS.
AndrevS commented on 2019-04-20 15:06 (UTC)
Consider the following patch to make it compile
1 2 Next › Last »