./build.sh ends up with the error message. I have no idea how to fix it. normally the library will be installed as part of the build step. Is there a chance I can get some help?
sorry, i cant delete this issue anymore. but there are several issues, that blocks me from compiling the toolchain. after deleting everthing and start from clean build, the error message is different:
In file included from ../../gcc-src/zlib/zutil.c:10:
In file included from ../../gcc-src/zlib/gzguts.h:21:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdio.h:61:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:318:7: error: expected ')'
318 | FILE *fdopen(int, const char ) __DARWIN_ALIAS_STARTING(__MAC_10_6, __IPHONE_2_0, __DARWIN_ALIAS(fdopen));
| ^
../../gcc-src/zlib/zutil.h:128:33: note: expanded from macro 'fdopen'
128 | # define fdopen(fd,mode) NULL / No fdopen() */
3 warnings and 3 errors generated.
i cant get the tool chain compiled.