zig-bootstrap icon indicating copy to clipboard operation
zig-bootstrap copied to clipboard

thumbeb-linux-musleabi

Open alexrp opened this issue 1 year ago • 0 comments

-- 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 https://github.com/ziglang/zig-bootstrap/issues/179#issue-2481521564.

alexrp avatar Aug 22 '24 19:08 alexrp