How to build googletest for RISC-V #4119
Unanswered
alyona-eryomina
asked this question in
Community Help
Replies: 1 comment
-
To cross-build Google Test for RISC-V on an x86 machine, you will need to use the RISC-V toolchain that you have. The process will involve configuring the build system to use the RISC-V toolchain, and then building the library.
Note that this is a general guide, and the specific steps may vary depending on the version of Google Test you are using and the configuration of your RISC-V toolchain. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! I want to cross-build googletest for RISC-V. I have a RISC-V toolchain for cross-compiling, so I want to build on x86, but for RISC-V. How can I do that? I cannot find any guides about cross-building
Beta Was this translation helpful? Give feedback.
All reactions