the one on my system is 13.2:
$ /usr/bin/gcc --version
gcc (Ubuntu 13.2.0-4ubuntu3) 13.2.0
Copyright (C) 2023 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
i added the buildtool path to my path so it its 11.3
export PATH=/home/ubu/src/haiku/generated.x86_64/cross-tools-x86_64/bin/:bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin
$ gcc --version
gcc (GCC) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
but the i get:
~/src/haiku/generated.x86_64$ time jam -q -j3 @nightly-anyboot
Starting build of type regular …
Building Haiku Nightly
Asked for bios_ia32 target boot platform
Unknown path to handle adding to image
Asked for pxe_ia32 target boot platform
Unknown path to handle adding to image
…patience…
…patience…
…patience…
…patience…
…patience…
…patience…
…patience…
…patience…
…patience…
…patience…
…patience…
…found 106370 target(s)…
…updating 16350 target(s)…
C++ objects/linux/x86_64/release/build/libroot/atomic.o
C++ objects/linux/x86_64/release/build/libroot/byteorder.o
C++ objects/linux/x86_64/release/build/libroot/find_directory.o
In file included from ./…/headers/build/BeOSBuildCompatibility.h:21,
from :
…/headers/build/os/support/Errors.h:9:10: fatal error: errno.h: No such file or directory
9 | #include <errno.h> /* build-specific overrides errno /
| ^~~~~~~~~
compilation terminated.
In file included from ./…/headers/build/BeOSBuildCompatibility.h:21,
from :
…/headers/build/os/support/Errors.h:9:10: fatal error: errno.h: No such file or directory
9 | #include <errno.h> / build-specific overrides errno /
| ^~~~~~~~~
In file included from ./…/headers/build/BeOSBuildCompatibility.h:21,
from :
…/headers/build/os/support/Errors.h:9:10: fatal error: errno.h: No such file or directory
9 | #include <errno.h> / build-specific overrides errno */
| ^~~~~~~~~
compilation terminated.
compilation terminated.