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

how can I cross compile clspv in x86 for risc-v #1320

Open
dinyy opened this issue Mar 17, 2024 · 1 comment
Open

how can I cross compile clspv in x86 for risc-v #1320

dinyy opened this issue Mar 17, 2024 · 1 comment

Comments

@dinyy
Copy link

dinyy commented Mar 17, 2024

1710703508761
It failed when i add this codes.

@dinyy dinyy changed the title how can I cross compile clispv in x86 for risc-v how can I cross compile clspv in x86 for risc-v Mar 17, 2024
@rjodinchr
Copy link
Collaborator

Could you add the log of the failure?

My guess is that it failed regarding llvm tablegen. We are cross-compiling clspv for ChromeOS, here is how we do it:

First, what you need to do is to build tablegen with your local compiler (no cross compilation).
Have a look at what is done in build_host_tools here.

And then, you just need to keep what you have added plus what is here

If the failure is not related to llvm tablegen forget about everything above obviously.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants