I downgrading version gcc and g++ to default on my system, next this steps:
1.cd ~
2.git clone https://github.com/LibreELEC/LibreELEC.tv.git
3. cd LibreELEC.tv
4. wget https://github.com/LibreELEC/LibreELEC.tv/pull/9163.patch
5. git am 9163.patch
============================
Use: open-iscsi: fix build with gcc-14
.git/rebase-apply/patch:37: trailing whitespace.
.git/rebase-apply/patch:41: trailing whitespace.
.git/rebase-apply/patch:43: trailing whitespace.
.git/rebase-apply/patch:51: trailing whitespace.
.git/rebase-apply/patch:67: trailing whitespace.
warning: missed 2 errors in whitespace characters
warning: 7 lines added errors in whitespace characters.
============================
6.
#I enabled ISCSI_SUPPORT="no" to "yes" (number of str 197) in /LibreELEC.tv/distributions/LibreELEC/options
7. make -j 9 image
............a lot of processing.....
and error
[087/313] [FAIL] build gmp:host
----------------
I study error, this way https://gmplib.org/download/gmp/gmp-6.3.0.tar.xz is not availible. I searched source code and rewrite file /LibreELEC.tv/packages/devel/commons-lang3/package.mk . I changed in str 10 old web-site (https://gmplib.org/download/gmp) to https://ftp.gnu.org/gnu/gmp/ and go to terminal and run ---> make distclean
8. I make again
make -j 9 image
................a lot of processing
and error
[187/313] [FAIL] install nano:target
Same error, I done same actions that was early. Changed https://www.nano-editor.org/dist/v$%7BPKG_VERSION%25%25.%2A} to https://ftp.gnu.org/pub/gnu/nano/ in file ./packages/tools/nano/package.mk
After this i dont do -> make distclean, and simply run : make -j 9 image
9. I looked, what process continues, and stop process ctrl-x, type ---> make distclean and begin of start
make -j 9 image
And... Many time and... Image has been building. Great !!
Many thanks!! I will try this Image , check iSCSI ability and write here.
I found image in folder /LibreELEC.tv/target/ His name LibreELEC-Generic.x86_64-13.0-devel-20240810073238-ce21c51.img.gz