sparc-linux-gnu support #117

Open
opened 2022-08-09 19:34:29 +02:00 by LinuxUserGD · 1 comment
BERJAYA
LinuxUserGD commented 2022-08-09 19:34:29 +02:00 (Migrated from github.com)

Host system: x86_64-gentoo-linux-musl

-- Found ccache /usr/bin/ccache
-- Configuring zig version 0.10.0-dev.2931+bdf3fa12f
-- Configuring done
-- Generating done
-- Build files have been written to: /home/user/zig-bootstrap/out/build-zig-host
[  1%] Built target opt_c_util
[ 82%] Built target embedded_softfloat
[ 86%] Built target zigcpp
[ 98%] Built target zigstage1
[ 99%] Built target zig0
[100%] Built target zig
Install the project...
-- Install configuration: "Release"
-- Installing: /home/user/zig-bootstrap/out/host/bin/zig
-- Set runtime path of "/home/user/zig-bootstrap/out/host/bin/zig" to ""
-- Installing: /home/user/zig-bootstrap/out/host/lib
CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 2.8.12 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


-- The C compiler identification is unknown
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - failed
-- Check for working C compiler: /home/user/zig-bootstrap/out/host/bin/zig
-- Check for working C compiler: /home/user/zig-bootstrap/out/host/bin/zig - broken
CMake Error at /usr/share/cmake/Modules/CMakeTestCCompiler.cmake:69 (message):
  The C compiler

    "/home/user/zig-bootstrap/out/host/bin/zig"

  is not able to compile a simple test program.

  It fails with the following output:

    Change Dir: /home/user/zig-bootstrap/out/build-zlib-sparc-linux-gnu-baseline/CMakeFiles/CMakeTmp

    Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_8d174/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_8d174.dir/build.make CMakeFiles/cmTC_8d174.dir/build
    gmake[1]: Entering directory '/home/user/zig-bootstrap/out/build-zlib-sparc-linux-gnu-baseline/CMakeFiles/CMakeTmp'
    Building C object CMakeFiles/cmTC_8d174.dir/testCCompiler.c.o
    /home/user/zig-bootstrap/out/host/bin/zig  cc -fno-sanitize=all -s -target sparc-linux-gnu -mcpu=baseline    -o CMakeFiles/cmTC_8d174.dir/testCCompiler.c.o -c /home/user/zig-bootstrap/out/build-zlib-sparc-linux-gnu-baseline/CMakeFiles/CMakeTmp/testCCompiler.c
    ld.lld: error: unknown emulation: elf32_sparc
    gmake[1]: *** [CMakeFiles/cmTC_8d174.dir/build.make:78: CMakeFiles/cmTC_8d174.dir/testCCompiler.c.o] Error 1
    gmake[1]: Leaving directory '/home/user/zig-bootstrap/out/build-zlib-sparc-linux-gnu-baseline/CMakeFiles/CMakeTmp'
    gmake: *** [Makefile:127: cmTC_8d174/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!
See also "/home/user/zig-bootstrap/out/build-zlib-sparc-linux-gnu-baseline/CMakeFiles/CMakeOutput.log".
See also "/home/user/zig-bootstrap/out/build-zlib-sparc-linux-gnu-baseline/CMakeFiles/CMakeError.log".
Host system: x86_64-gentoo-linux-musl ```bash -- Found ccache /usr/bin/ccache -- Configuring zig version 0.10.0-dev.2931+bdf3fa12f -- Configuring done -- Generating done -- Build files have been written to: /home/user/zig-bootstrap/out/build-zig-host [ 1%] Built target opt_c_util [ 82%] Built target embedded_softfloat [ 86%] Built target zigcpp [ 98%] Built target zigstage1 [ 99%] Built target zig0 [100%] Built target zig Install the project... -- Install configuration: "Release" -- Installing: /home/user/zig-bootstrap/out/host/bin/zig -- Set runtime path of "/home/user/zig-bootstrap/out/host/bin/zig" to "" -- Installing: /home/user/zig-bootstrap/out/host/lib CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 2.8.12 will be removed from a future version of CMake. Update the VERSION argument <min> value or use a ...<max> suffix to tell CMake that the project does not need compatibility with older versions. -- The C compiler identification is unknown -- Detecting C compiler ABI info -- Detecting C compiler ABI info - failed -- Check for working C compiler: /home/user/zig-bootstrap/out/host/bin/zig -- Check for working C compiler: /home/user/zig-bootstrap/out/host/bin/zig - broken CMake Error at /usr/share/cmake/Modules/CMakeTestCCompiler.cmake:69 (message): The C compiler "/home/user/zig-bootstrap/out/host/bin/zig" is not able to compile a simple test program. It fails with the following output: Change Dir: /home/user/zig-bootstrap/out/build-zlib-sparc-linux-gnu-baseline/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_8d174/fast && /usr/bin/gmake -f CMakeFiles/cmTC_8d174.dir/build.make CMakeFiles/cmTC_8d174.dir/build gmake[1]: Entering directory '/home/user/zig-bootstrap/out/build-zlib-sparc-linux-gnu-baseline/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_8d174.dir/testCCompiler.c.o /home/user/zig-bootstrap/out/host/bin/zig cc -fno-sanitize=all -s -target sparc-linux-gnu -mcpu=baseline -o CMakeFiles/cmTC_8d174.dir/testCCompiler.c.o -c /home/user/zig-bootstrap/out/build-zlib-sparc-linux-gnu-baseline/CMakeFiles/CMakeTmp/testCCompiler.c ld.lld: error: unknown emulation: elf32_sparc gmake[1]: *** [CMakeFiles/cmTC_8d174.dir/build.make:78: CMakeFiles/cmTC_8d174.dir/testCCompiler.c.o] Error 1 gmake[1]: Leaving directory '/home/user/zig-bootstrap/out/build-zlib-sparc-linux-gnu-baseline/CMakeFiles/CMakeTmp' gmake: *** [Makefile:127: cmTC_8d174/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! See also "/home/user/zig-bootstrap/out/build-zlib-sparc-linux-gnu-baseline/CMakeFiles/CMakeOutput.log". See also "/home/user/zig-bootstrap/out/build-zlib-sparc-linux-gnu-baseline/CMakeFiles/CMakeError.log". ```
BERJAYA
Owner

Seems LLD still completely lacks 32-bit SPARC support. We might consider just doing this in our self-hosted linker.

Seems LLD still completely lacks 32-bit SPARC support. We might consider just doing this in our self-hosted linker.
BERJAYA alexrp changed title from sparc-linux-gnu to sparc-linux-gnu support 2026-04-26 14:38:17 +02:00
Sign in to join this conversation.
No description provided.