Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues building toolchain #358

Open
hfosteriv opened this issue Feb 16, 2019 · 2 comments
Open

Issues building toolchain #358

hfosteriv opened this issue Feb 16, 2019 · 2 comments

Comments

@hfosteriv
Copy link

I have made sure that the required components of the toolchain are installed on the machine via homebrew, but when the script gets to actually building the toolchain, it does not get past the ncurses installation.

The output was:

esp-open-sdk $ make toolchain esptool libhal STANDALONE=n
Makefile:186: warning: overriding commands for target ESP8266_NONOS_SDK-2.1.0-18-g61248df/.dir' Makefile:181: warning: ignoring old commands for target ESP8266_NONOS_SDK-2.1.0-18-g61248df/.dir'
cp -f 1000-mforce-l32.patch crosstool-NG/local-patches/gcc/4.8.5/
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C crosstool-NG -f ../Makefile _toolchain
../Makefile:186: warning: overriding commands for target ESP8266_NONOS_SDK-2.1.0-18-g61248df/.dir' ../Makefile:181: warning: ignoring old commands for target ESP8266_NONOS_SDK-2.1.0-18-g61248df/.dir'
./ct-ng xtensa-lx106-elf
gmake[2]: Entering directory '/Volumes/case-sensitive/esp-homekit-demo-master/esp-open-sdk/crosstool-NG'
CONF config/config.in

configuration written to .config


Initially reported by: Max Filippov jcmvbkbc@gmail.com
URL: http://www.esp8266.com/viewtopic.php?f=9&t=224


WARNING! This sample may enable experimental features.
Please be sure to review the configuration prior
to building and using your toolchain!
Now, you have been warned!


Now configured for "xtensa-lx106-elf"
gmake[2]: Leaving directory '/Volumes/case-sensitive/esp-homekit-demo-master/esp-open-sdk/crosstool-NG'
sed -r -i.org s%CT_PREFIX_DIR=.*%CT_PREFIX_DIR="/Volumes/case-sensitive/esp-homekit-demo-master/esp-open-sdk/xtensa-lx106-elf"% .config
sed -r -i s%CT_INSTALL_DIR_RO=y%"#"CT_INSTALL_DIR_RO=y% .config
cat ../crosstool-config-overrides >> .config
./ct-ng build
gmake[2]: Entering directory '/Volumes/case-sensitive/esp-homekit-demo-master/esp-open-sdk/crosstool-NG'
[INFO ] Performing some trivial sanity checks
[INFO ] Build started 20190215.221936
[INFO ] Building environment variables
[INFO ] =================================================================
[INFO ] Retrieving needed toolchain components' tarballs
[INFO ] Retrieving needed toolchain components' tarballs: done in 0.00s (at 00:02)
[INFO ] =================================================================
[INFO ] Extracting and patching toolchain components
[INFO ] Extracting and patching toolchain components: done in 0.00s (at 00:02)
[INFO ] =================================================================
[INFO ] Installing ncurses for build
[ERROR] clang: error: linker command failed with exit code 1 (use -v to see invocation)
[ERROR] gmake[4]: *** [Makefile:254: clear] Error 1
[ERROR] gmake[3]: *** [Makefile:115: all] Error 2
[ERROR]
[ERROR] >>
[ERROR] >> Build failed in step 'Installing ncurses for build'
[ERROR] >> called in step '(top-level)'
[ERROR] >>
[ERROR] >> Error happened in: CT_DoExecLog[scripts/functions@216]
[ERROR] >> called from: do_ncurses_backend[scripts/build/companion_libs/220-ncurses.sh@151]
[ERROR] >> called from: do_ncurses_for_build[scripts/build/companion_libs/220-ncurses.sh@35]
[ERROR] >> called from: do_companion_libs_for_build[scripts/build/companion_libs.sh@29]
[ERROR] >> called from: main[scripts/crosstool-NG.sh@646]
[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/B - Known issues.txt'
[ERROR]
[ERROR] (elapsed: 0:26.00)
[00:26] / gmake[2]: *** [ct-ng:152: build] Error 1
gmake[2]: Leaving directory '/Volumes/case-sensitive/esp-homekit-demo-master/esp-open-sdk/crosstool-NG'
make[1]: *** [_toolchain] Error 2
make: *** [crosstool-NG/.built] Error 2

I also had another issue that required me downgrading my Xcode version to 9.2, and I also have a case sensitive .dmg mounted as instructed.

Any help would be great!

@hfosteriv
Copy link
Author

For those interested in he build.log file, these are the last lines:

[ALL ] x86_64-build_apple-darwin18.2.0-gcc -DHAVE_CONFIG_H -I. -I/Volumes/case-sensitive/esp-homekit-demo-master/esp-open-sdk/crosstool-NG/.build/src/ncurses-6.0/progs -I../include -I/Volumes/case-sensitive/esp-homekit-demo-master/esp-open-sdk/crosstool-NG/.build/src/ncurses-6.0/progs/../include -D_DARWIN_C_SOURCE -DNDEBUG -O2 -g -no-cpp-precomp --param max-inline-insns-single=1200 -c /Volumes/case-sensitive/esp-homekit-demo-master/esp-open-sdk/crosstool-NG/.build/src/ncurses-6.0/progs/infocmp.c -o ../objects/infocmp.o
[ALL ] echo "#define __TRANSFORM_H 1" >>transform.h
[ALL ] x86_64-build_apple-darwin18.2.0-gcc -DHAVE_CONFIG_H -I. -I/Volumes/case-sensitive/esp-homekit-demo-master/esp-open-sdk/crosstool-NG/.build/src/ncurses-6.0/progs -I../include -I/Volumes/case-sensitive/esp-homekit-demo-master/esp-open-sdk/crosstool-NG/.build/src/ncurses-6.0/progs/../include -D_DARWIN_C_SOURCE -DNDEBUG -O2 -g -no-cpp-precomp --param max-inline-insns-single=1200 -c /Volumes/case-sensitive/esp-homekit-demo-master/esp-open-sdk/crosstool-NG/.build/src/ncurses-6.0/progs/clear.c -o ../objects/clear.o
[ALL ] echo "#include <progs.priv.h>" >>transform.h
[ALL ] echo "extern bool same_program(const char *, const char );" >>transform.h
[ALL ] /bin/bash -c 'if test -n "" ; then echo "#define SUFFIX_IGNORED """>>transform.h; fi'
[ALL ] echo "#define PROG_CAPTOINFO "echo captoinfo| sed 's/$//'|sed 's,x,x,'|sed 's/$//'"" >>transform.h
[ALL ] clang: warning: argument unused during compilation: '--param max-inline-insns-single=1200' [-Wunused-command-line-argument]
[ALL ] clang: warning: argument unused during compilation: '--param max-inline-insns-single=1200' [-Wunused-command-line-argument]
[ALL ] clang: warning: argument unused during compilation: '--param max-inline-insns-single=1200' [-Wunused-command-line-argument]
[ALL ] echo "#define PROG_INFOTOCAP "echo infotocap| sed 's/$//'|sed 's,x,x,'|sed 's/$//'"" >>transform.h
[ALL ] echo "#define PROG_RESET "echo reset| sed 's/$//'|sed 's,x,x,'|sed 's/$//'"" >>transform.h
[ALL ] x86_64-build_apple-darwin18.2.0-gcc -DHAVE_CONFIG_H -I. -I/Volumes/case-sensitive/esp-homekit-demo-master/esp-open-sdk/crosstool-NG/.build/src/ncurses-6.0/progs -I../include -I/Volumes/case-sensitive/esp-homekit-demo-master/esp-open-sdk/crosstool-NG/.build/src/ncurses-6.0/progs/../include -D_DARWIN_C_SOURCE -DNDEBUG -O2 -g -no-cpp-precomp --param max-inline-insns-single=1200 -c /Volumes/case-sensitive/esp-homekit-demo-master/esp-open-sdk/crosstool-NG/.build/src/ncurses-6.0/progs/tabs.c -o ../objects/tabs.o
[ALL ] x86_64-build_apple-darwin18.2.0-gcc -DHAVE_CONFIG_H -I. -I/Volumes/case-sensitive/esp-homekit-demo-master/esp-open-sdk/crosstool-NG/.build/src/ncurses-6.0/progs -I../include -I/Volumes/case-sensitive/esp-homekit-demo-master/esp-open-sdk/crosstool-NG/.build/src/ncurses-6.0/progs/../include -D_DARWIN_C_SOURCE -DNDEBUG -O2 -g -no-cpp-precomp --param max-inline-insns-single=1200 -c /Volumes/case-sensitive/esp-homekit-demo-master/esp-open-sdk/crosstool-NG/.build/src/ncurses-6.0/progs/toe.c -o ../objects/toe.o
[ALL ] echo "#define PROG_INIT "echo init| sed 's/$//'|sed 's,x,x,'|sed 's/$//'"" >>transform.h
[ALL ] clang: warning: argument unused during compilation: '--param max-inline-insns-single=1200' [-Wunused-command-line-argument]
[ALL ] clang: warning: argument unused during compilation: '--param max-inline-insns-single=1200' [-Wunused-command-line-argument]
[ALL ] echo "#endif /
__TRANSFORM_H */" >>transform.h
[ALL ] x86_64-build_apple-darwin18.2.0-gcc -DHAVE_CONFIG_H -I. -I/Volumes/case-sensitive/esp-homekit-demo-master/esp-open-sdk/crosstool-NG/.build/src/ncurses-6.0/progs -I../include -I/Volumes/case-sensitive/esp-homekit-demo-master/esp-open-sdk/crosstool-NG/.build/src/ncurses-6.0/progs/../include -D_DARWIN_C_SOURCE -DNDEBUG -O2 -g -no-cpp-precomp --param max-inline-insns-single=1200 -c /Volumes/case-sensitive/esp-homekit-demo-master/esp-open-sdk/crosstool-NG/.build/src/ncurses-6.0/progs/tic.c -o ../objects/tic.o
[ALL ] clang: warning: argument unused during compilation: '--param max-inline-insns-single=1200' [-Wunused-command-line-argument]
[ALL ] x86_64-build_apple-darwin18.2.0-gcc -DHAVE_CONFIG_H -I. -I/Volumes/case-sensitive/esp-homekit-demo-master/esp-open-sdk/crosstool-NG/.build/src/ncurses-6.0/progs -I../include -I/Volumes/case-sensitive/esp-homekit-demo-master/esp-open-sdk/crosstool-NG/.build/src/ncurses-6.0/progs/../include -D_DARWIN_C_SOURCE -DNDEBUG -O2 -g -no-cpp-precomp --param max-inline-insns-single=1200 -c /Volumes/case-sensitive/esp-homekit-demo-master/esp-open-sdk/crosstool-NG/.build/src/ncurses-6.0/progs/transform.c -o ../objects/transform.o
[ALL ] clang: warning: argument unused during compilation: '--param max-inline-insns-single=1200' [-Wunused-command-line-argument]
[ALL ] x86_64-build_apple-darwin18.2.0-gcc ../objects/clear.o -L../lib -Wl,-search_paths_first -DHAVE_CONFIG_H -I. -I/Volumes/case-sensitive/esp-homekit-demo-master/esp-open-sdk/crosstool-NG/.build/src/ncurses-6.0/progs -I../include -I/Volumes/case-sensitive/esp-homekit-demo-master/esp-open-sdk/crosstool-NG/.build/src/ncurses-6.0/progs/../include -D_DARWIN_C_SOURCE -DNDEBUG -O2 -g -no-cpp-precomp --param max-inline-insns-single=1200 -lncurses -o clear
[ALL ] ld: warning: ignoring file ../lib/libncurses.a, file was built for archive which is not the architecture being linked (x86_64): ../lib/libncurses.a
[ALL ] x86_64-build_apple-darwin18.2.0-gcc -DHAVE_CONFIG_H -I. -I/Volumes/case-sensitive/esp-homekit-demo-master/esp-open-sdk/crosstool-NG/.build/src/ncurses-6.0/progs -I../include -I/Volumes/case-sensitive/esp-homekit-demo-master/esp-open-sdk/crosstool-NG/.build/src/ncurses-6.0/progs/../include -D_DARWIN_C_SOURCE -DNDEBUG -O2 -g -no-cpp-precomp --param max-inline-insns-single=1200 -c /Volumes/case-sensitive/esp-homekit-demo-master/esp-open-sdk/crosstool-NG/.build/src/ncurses-6.0/progs/tput.c -o ../objects/tput.o
[ALL ] x86_64-build_apple-darwin18.2.0-gcc -DHAVE_CONFIG_H -I. -I/Volumes/case-sensitive/esp-homekit-demo-master/esp-open-sdk/crosstool-NG/.build/src/ncurses-6.0/progs -I../include -I/Volumes/case-sensitive/esp-homekit-demo-master/esp-open-sdk/crosstool-NG/.build/src/ncurses-6.0/progs/../include -D_DARWIN_C_SOURCE -DNDEBUG -O2 -g -no-cpp-precomp --param max-inline-insns-single=1200 -c /Volumes/case-sensitive/esp-homekit-demo-master/esp-open-sdk/crosstool-NG/.build/src/ncurses-6.0/progs/tset.c -o ../objects/tset.o
[ALL ] Undefined symbols for architecture x86_64:
[ALL ] "_cur_term", referenced from:
[ALL ] _main in clear.o
[ALL ] "_setupterm", referenced from:
[ALL ] _main in clear.o
[ALL ] "_tigetstr", referenced from:
[ALL ] _main in clear.o
[ALL ] "_tputs", referenced from:
[ALL ] _main in clear.o
[ALL ] ld: symbol(s) not found for architecture x86_64
[ERROR] clang: error: linker command failed with exit code 1 (use -v to see invocation)
[ERROR] gmake[4]: *** [Makefile:254: clear] Error 1
[ALL ] gmake[4]: *** Waiting for unfinished jobs....
[ALL ] clang: warning: argument unused during compilation: '--param max-inline-insns-single=1200' [-Wunused-command-line-argument]
[ALL ] clang: warning: argument unused during compilation: '--param max-inline-insns-single=1200' [-Wunused-command-line-argument]
[ALL ] gmake[4]: Leaving directory '/Volumes/case-sensitive/esp-homekit-demo-master/esp-open-sdk/crosstool-NG/.build/xtensa-lx106-elf/build/build-ncurses-build-x86_64-build_apple-darwin18.2.0/progs'
[ERROR] gmake[3]: *** [Makefile:115: all] Error 2
[ALL ] gmake[3]: Leaving directory '/Volumes/case-sensitive/esp-homekit-demo-master/esp-open-sdk/crosstool-NG/.build/xtensa-lx106-elf/build/build-ncurses-build-x86_64-build_apple-darwin18.2.0'
[ERROR]
[ERROR] >>
[ERROR] >> Build failed in step 'Installing ncurses for build'
[ERROR] >> called in step '(top-level)'
[ERROR] >>
[ERROR] >> Error happened in: CT_DoExecLog[scripts/functions@216]
[ERROR] >> called from: do_ncurses_backend[scripts/build/companion_libs/220-ncurses.sh@151]
[ERROR] >> called from: do_ncurses_for_build[scripts/build/companion_libs/220-ncurses.sh@35]
[ERROR] >> called from: do_companion_libs_for_build[scripts/build/companion_libs.sh@29]
[ERROR] >> called from: main[scripts/crosstool-NG.sh@646]
[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/B - Known issues.txt'
[ERROR]
[ERROR] (elapsed: 0:26.00)

@ghost
Copy link

ghost commented Apr 3, 2019

I am getting the same issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant