You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git clone https://github.com/jcmvbkbc/crosstool-NG.git -b xtensa-fdpic
cd crosstool-NG/
./bootstrap && ./configure --enable-local && make
./ct-ng xtensa-esp32-linux-uclibcfdpic
CT_PREFIX=`pwd`/builds nice ./ct-ng build
Output
$ CT_PREFIX=`pwd`/builds nice ./ct-ng build
[INFO ] Performing some trivial sanity checks
[WARN ] Number of open files 1024 may not be sufficient to build the toolchain; increasing to 2048
[INFO ] Build started 20240106.061549
[INFO ] Building environment variables
[WARN ] Directory '/home/vm/src' does not exist.
[WARN ] Will not save downloaded tarballs to local storage.
[EXTRA] Preparing working directories
[ERROR] collect2: error: ld returned 1 exit status
[ERROR]
[ERROR] >>
[ERROR] >> Build failed in step 'Checking that gcc can statically link libstdc++ (CT_WANTS_STATIC_LINK_CXX)'
[ERROR] >> called in step '(top-level)'
[ERROR] >>
[ERROR] >> Error happened in: CT_DoExecLog[scripts/functions@377]
[ERROR] >> called from: main[scripts/crosstool-NG.sh@627]
[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] >> https://crosstool-ng.github.io/docs/known-issues/
[ERROR] >>
[ERROR] >> NOTE: Your configuration includes features marked EXPERIMENTAL.
[ERROR] >> Before submitting a bug report, try to reproduce it without enabling
[ERROR] >> any experimental features. Otherwise, you'll need to debug it[ERROR] >> and present an explanation why it is a bug in crosstool-NG - or[ERROR] >> preferably, a fix.[ERROR] >>[ERROR] >> If you feel this is a bug in crosstool-NG, report it at:[ERROR] >> https://github.com/crosstool-ng/crosstool-ng/issues/[ERROR] >>[ERROR] >> Make sure your report includes all the information pertinent to this issue.[ERROR] >> Read the bug reporting guidelines here:[ERROR] >> http://crosstool-ng.github.io/support/[ERROR] [ERROR] (elapsed: 0:00.99)[00:01] / gmake: *** [ct-ng:261: build] Error 1
Build Steps
Output
Workarounds tried
Environment
Ubuntu 22.04 LTS with these packages:
Known Issues
EXPERIMENTAL_FEATURES
is onesp32s3
configurationBesides that, Linking Error does not mean
gcc
(and build tools) were not compiled foresp32
The text was updated successfully, but these errors were encountered: