Guest User

Untitled

a guest
Sep 19th, 2022
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.02 KB | None | 0 0
  1. -- Check for working C compiler: /home/user/.local/bin/sh-elf-gcc - broken
  2. CMake Error at /usr/share/cmake/Modules/CMakeTestCCompiler.cmake:69 (message):
  3. The C compiler
  4.  
  5. "/home/user/.local/bin/sh-elf-gcc"
  6.  
  7. is not able to compile a simple test program.
  8.  
  9. It fails with the following output:
  10.  
  11. Change Dir: /home/user/.local/share/giteapc/Lephenixnoir/gint/build-fx/CMakeFiles/CMakeTmp
  12.  
  13. Run Build Command(s):/usr/bin/make -f Makefile cmTC_bedd4/fast && make[1]: Entering directory '/home/user/.local/share/giteapc/Lephenixnoir/gint/build-fx/CMakeFiles/CMakeTmp'
  14. /usr/bin/make -f CMakeFiles/cmTC_bedd4.dir/build.make CMakeFiles/cmTC_bedd4.dir/build
  15. make[2]: Entering directory '/home/user/.local/share/giteapc/Lephenixnoir/gint/build-fx/CMakeFiles/CMakeTmp'
  16. Building C object CMakeFiles/cmTC_bedd4.dir/testCCompiler.c.obj
  17. /home/user/.local/bin/sh-elf-gcc -DTARGET_FX9860G -mb -ffreestanding -nostdlib -Wa,--dsp -o CMakeFiles/cmTC_bedd4.dir/testCCompiler.c.obj -c /home/user/.local/share/giteapc/Lephenixnoir/gint/build-fx/CMakeFiles/CMakeTmp/testCCompiler.c
  18. Linking C executable cmTC_bedd4
  19. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_bedd4.dir/link.txt --verbose=1
  20. /home/user/.local/bin/sh-elf-gcc -nostdlib -Wl,--no-warn-rwx-segments CMakeFiles/cmTC_bedd4.dir/testCCompiler.c.obj -o cmTC_bedd4 -lgcc
  21. /home/user/.local/share/fxsdk/sysroot/lib/gcc/sh3eb-elf/11.1.0/../../../../sh3eb-elf/bin/ld: unrecognized option '--no-warn-rwx-segments'
  22. /home/user/.local/share/fxsdk/sysroot/lib/gcc/sh3eb-elf/11.1.0/../../../../sh3eb-elf/bin/ld: use the --help option for usage information
  23. collect2: error: ld returned 1 exit status
  24. make[2]: *** [CMakeFiles/cmTC_bedd4.dir/build.make:99: cmTC_bedd4] Error 1
  25. make[2]: Leaving directory '/home/user/.local/share/giteapc/Lephenixnoir/gint/build-fx/CMakeFiles/CMakeTmp'
  26. make[1]: *** [Makefile:127: cmTC_bedd4/fast] Error 2
  27. make[1]: Leaving directory '/home/user/.local/share/giteapc/Lephenixnoir/gint/build-fx/CMakeFiles/CMakeTmp'
Advertisement
Add Comment
Please, Sign In to add comment