I update gcc and g++ to version 14.1.0.
I tried lunch build (with fix and without fix(loading new git) ) , but not success.
Now error cmake (013/313)Code Display MoreLog of errors: /home/tod/LibreELEC.tv/build.LibreELEC-Generic.x86_64-13.0-devel/build/cmake-3.30.2/.x86_64-linux-gnu/Bootstrap.cmk/cmake_bootstrap.log --------------------------------------------- FAILURE: scripts/build cmake:host during configure_host (package.mk) *********** FAILED COMMAND *********** ../configure --prefix=${TOOLCHAIN} --no-qt-gui --no-system-libs -- -DCMAKE_C_FLAGS="-O2 -Wall -pipe -Wno-format-security" -DCMAKE_CXX_FLAGS="-O2 -Wall -pipe -Wno-format-security" -DCMAKE_EXE_LINKER_FLAGS="${HOST_LDFLAGS}" -DCMAKE_USE_OPENSSL=OFF -DBUILD_CursesDialog=0 ************************************** FAILURE: scripts/build cmake:host has failed! The following log for this failure is available: /home/tod/LibreELEC.tv/build.LibreELEC-Generic.x86_64-13.0-devel/.threads/logs/13.log >>> cmake:host seq 13 >>> [013/313] [FAIL] build cmake:hostI installed cmake, but not success.
We build our own copy of cmake (it is failing for some reason)
Details will be in the build.LibreELEC-Generic.x86_64-13.0-devel/.threads/logs/13.log log file
1. But first go back to “your working machine” before you added gcc14. Ubuntu doesn’t have a gcc-14
2. Check the build. Run something like the following commands
cd /home/tod
mv LibreELEC.tv old
git clone https://github.com/LibreELEC/LibreELEC.tv.git
cd LibreELEC.tv
# wget … as above
# git am … as above
# we are not going to build open-iscsi yet
# let’s test you build environment
make image
# share your success/logs
# move on to scripts/build open-iscsi
Booting an image with iscsi may not/probably won’t work (or you might need to do some/a lot of work) we haven’t tested an iscsi build for a long time.