Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

m64p does not build on ppc64le #194

Closed
anengineer1 opened this issue Jun 30, 2021 · 1 comment
Closed

m64p does not build on ppc64le #194

anengineer1 opened this issue Jun 30, 2021 · 1 comment
Labels
wontfix This will not be worked on

Comments

@anengineer1
Copy link

Describe the bug
The program doesn't build

To Reproduce
Steps to reproduce the behavior:
Just do a ./build.sh on a ppc64le machine

Expected behavior
That the program builds

Screenshots
Interprocedural optimizations enabled -- Configuring done -- Generating done -- Build files have been written to: /home/yamira/software/m64p/parallel-rsp/build Consolidate compiler generated dependencies of target lightning [ 42%] Built target lightning Consolidate compiler generated dependencies of target mupen64plus-rsp-parallel [ 47%] Building CXX object CMakeFiles/mupen64plus-rsp-parallel.dir/parallel.cpp.o In file included from /home/yamira/software/m64p/parallel-rsp/arch/simd/rsp/rsp_common.h:25, from /home/yamira/software/m64p/parallel-rsp/state.hpp:4, from /home/yamira/software/m64p/parallel-rsp/rsp_op.hpp:4, from /home/yamira/software/m64p/parallel-rsp/rsp_jit.hpp:11, from /home/yamira/software/m64p/parallel-rsp/parallel.cpp:4: /usr/lib/gcc/powerpc64le-linux-gnu/10.2/include/emmintrin.h:56:2: error: #error "Please read comment above. Use -DNO_WARN_X86_INTRINSICS to disable this error." 56 | #error "Please read comment above. Use -DNO_WARN_X86_INTRINSICS to disable this error." | ^~~~~ In file included from /usr/lib/gcc/powerpc64le-linux-gnu/10.2/include/emmintrin.h:66, from /home/yamira/software/m64p/parallel-rsp/arch/simd/rsp/rsp_common.h:25, from /home/yamira/software/m64p/parallel-rsp/state.hpp:4, from /home/yamira/software/m64p/parallel-rsp/rsp_op.hpp:4, from /home/yamira/software/m64p/parallel-rsp/rsp_jit.hpp:11, from /home/yamira/software/m64p/parallel-rsp/parallel.cpp:4: /usr/lib/gcc/powerpc64le-linux-gnu/10.2/include/xmmintrin.h:54:2: error: #error "Please read comment above. Use -DNO_WARN_X86_INTRINSICS to disable this error." 54 | #error "Please read comment above. Use -DNO_WARN_X86_INTRINSICS to disable this error." | ^~~~~ In file included from /usr/lib/gcc/powerpc64le-linux-gnu/10.2/include/xmmintrin.h:79, from /usr/lib/gcc/powerpc64le-linux-gnu/10.2/include/emmintrin.h:66, from /home/yamira/software/m64p/parallel-rsp/arch/simd/rsp/rsp_common.h:25, from /home/yamira/software/m64p/parallel-rsp/state.hpp:4, from /home/yamira/software/m64p/parallel-rsp/rsp_op.hpp:4, from /home/yamira/software/m64p/parallel-rsp/rsp_jit.hpp:11, from /home/yamira/software/m64p/parallel-rsp/parallel.cpp:4: /usr/lib/gcc/powerpc64le-linux-gnu/10.2/include/mmintrin.h:52:2: error: #error "Please read comment above. Use -DNO_WARN_X86_INTRINSICS to disable this error." 52 | #error "Please read comment above. Use -DNO_WARN_X86_INTRINSICS to disable this error." | ^~~~~ /home/yamira/software/m64p/parallel-rsp/parallel.cpp:22:6: warning: 'void DebugMessage(int, const char*, ...)' defined but not used [-Wunused-function] 22 | void DebugMessage(int level, const char *message, ...) | ^~~~~~~~~~~~ gmake[2]: *** [CMakeFiles/mupen64plus-rsp-parallel.dir/build.make:76: CMakeFiles/mupen64plus-rsp-parallel.dir/parallel.cpp.o] Error 1 gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/mupen64plus-rsp-parallel.dir/all] Error 2 gmake: *** [Makefile:91: all] Error 2

image

Desktop (please complete the following information):

  • OS: Void GNU/Linux
  • Version: Rolling release
  • GPU: Vega 64
  • CPU: POWER9
  • Arch: ppc64le
@loganmc10 loganmc10 added the wontfix This will not be worked on label Jun 30, 2021
@loganmc10
Copy link
Member

As noted at the top of your screenshot, this architecture is not officially supported

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants