error when building SYCL for mips64 #11741
Unanswered
bananAshkar
asked this question in
Q&A
Replies: 1 comment 2 replies
-
I should say that we don't test mips64 as host system for DPC++ in our CI, so it's possible that something might be broken.
What system to do build SYCL on? Is it x86 or mips? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to build SYCL for mips64 , I tried with running this command :
python3 ./llvm/buildbot/configure.py -t Release --cmake-gen "Ninja" --host-target=Mips
then I run :
python3 ./llvm/buildbot/compile.py
and I started to see errors like that :
fatal error: 'climits' file not found
14 | #include
error: unknown target triple 'unknown'
Beta Was this translation helpful? Give feedback.
All reactions