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
-- Check for working C compiler: /home/alexrp/Source/zig-bootstrap/out/host/bin/zig
-- Check for working C compiler: /home/alexrp/Source/zig-bootstrap/out/host/bin/zig - broken
CMake Error at /usr/share/cmake-3.27/Modules/CMakeTestCCompiler.cmake:67 (message):
The C compiler
"/home/alexrp/Source/zig-bootstrap/out/host/bin/zig"
is not able to compile a simple test program.
It fails with the following output:
Change Dir: '/home/alexrp/Source/zig-bootstrap/out/build-zlib-thumbeb-linux-musleabi-baseline/CMakeFiles/CMakeScratch/TryCompile-2nrg49'
Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f Makefile cmTC_05735/fast
/usr/bin/gmake -f CMakeFiles/cmTC_05735.dir/build.make CMakeFiles/cmTC_05735.dir/build
gmake[1]: Entering directory '/home/alexrp/Source/zig-bootstrap/out/build-zlib-thumbeb-linux-musleabi-baseline/CMakeFiles/CMakeScratch/TryCompile-2nrg49'
Building C object CMakeFiles/cmTC_05735.dir/testCCompiler.c.o
/home/alexrp/Source/zig-bootstrap/out/host/bin/zig cc -fno-sanitize=all -s -target thumbeb-linux-musleabi -mcpu=baseline -MD -MT CMakeFiles/cmTC_05735.dir/testCCompiler.c.o -MF CMakeFiles/cmTC_05735.dir/testCCompiler.c.o.d -o CMakeFiles/cmTC_05735.dir/testCCompiler.c.o -c /home/alexrp/Source/zig-bootstrap/out/build-zlib-thumbeb-linux-musleabi-baseline/CMakeFiles/CMakeScratch/TryCompile-2nrg49/testCCompiler.c
Linking C executable cmTC_05735
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_05735.dir/link.txt --verbose=1
/home/alexrp/Source/zig-bootstrap/out/host/bin/zig cc -fno-sanitize=all -s -target thumbeb-linux-musleabi -mcpu=baseline CMakeFiles/cmTC_05735.dir/testCCompiler.c.o -o cmTC_05735
error: write to reserved register 'R7'
gmake[1]: *** [CMakeFiles/cmTC_05735.dir/build.make:100: cmTC_05735] Error 1
gmake[1]: Leaving directory '/home/alexrp/Source/zig-bootstrap/out/build-zlib-thumbeb-linux-musleabi-baseline/CMakeFiles/CMakeScratch/TryCompile-2nrg49'
gmake: *** [Makefile:127: cmTC_05735/fast] Error 2
CMake will not be able to correctly generate this project.
Call Stack (most recent call first):
CMakeLists.txt:4 (project)
-- Configuring incomplete, errors occurred!
Same as #179 (comment).
The text was updated successfully, but these errors were encountered: