Package Details: esp-open-sdk-git 20181127203314-1

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.000051
First Submitted: 2017-07-07 23:39 (UTC)
Last Updated: 2023-01-11 19:15 (UTC)

Latest Comments

« First ‹ Previous 1 2

AndrevS commented on 2019-04-05 08:40 (UTC) (edited on 2019-04-20 15:08 (UTC) by AndrevS)

I have an error building the package. It cannot find bash >= 3.1 while I have bash 5.0.2 installed

checking for absolute path to patch... /usr/bin/patch
checking for bash >= 3.1... no
configure: error: could not find bash >= 3.1
make[1]: *** [../Makefile:143: _ct-ng] Error 1
make[1]: Leaving directory '/tmp/yaourt-tmp-andre/aur-esp-open-sdk-git/src/esp-open-sdk/crosstool-NG'
make: *** [Makefile:139: crosstool-NG/ct-ng] Error 2

edit: formatting

flaviut commented on 2018-11-06 01:57 (UTC) (edited on 2018-11-06 01:58 (UTC) by flaviut)

I need this patch to reset cflags in order to get this to build:

From 6409f7b16ff0dfa20cf97ffd95af04230d6d44ee Mon Sep 17 00:00:00 2001
From: Flaviu Tamas <tamasflaviu@gmail.com>
Date: Mon, 5 Nov 2018 20:55:55 -0500
Subject: [PATCH] Reset CFLAGS

If cflags are set during the build, the following message is shown:

    [ERROR]  Don't set CXXFLAGS. It screws up the build.
---
 PKGBUILD | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/PKGBUILD b/PKGBUILD
index [`053745e`](https://aur.archlinux.org/cgit/aur.git/commit/?h=esp-open-sdk-git&id=053745e)..57283d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -32,7 +32,7 @@ prepare() {

 build() {
     cd "$srcdir"/esp-open-sdk
-    LD_LIBRARY_PATH= make
+    LD_LIBRARY_PATH= CFLAGS= CXXFLAGS= make
     cp sdk/lib/libgcc.a xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/4.8.5
 }

-- 
2.19.1

sambazley commented on 2018-05-18 22:26 (UTC) (edited on 2018-05-18 22:28 (UTC) by sambazley)

Works fine for me. I do however get that error if I clone the repo without --recursive. If you clone correctly, the only change you should need to make is to replace esptool.py with esptool in parameters.mk

eimis commented on 2018-05-18 17:31 (UTC)

not working with esp-open-rtos https://bpaste.net/show/bbcd7ebc76f7

KP1533TM2 commented on 2017-10-29 18:23 (UTC)

I'm trying to install this and I get no specific error message, but the build() fails. Not sure why. Gonna try this on another of mine Arch machines, but in the meantine, here's the log: https://pastebin.com/3RAJC5kF

sambazley commented on 2017-10-10 23:18 (UTC)

Thanks, fixed.

pheki commented on 2017-10-10 21:36 (UTC)

It's missing (make) dependency to wget.

sambazley commented on 2017-08-06 13:47 (UTC)

Thanks, that's been fixed.

gmelchett commented on 2017-08-06 07:51 (UTC)

Missing dependency to unzip.