Compiling iPerf for embedded OS #1555
Unanswered
chenzhiy2001
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to cross-compile iPerf for a hobby OS rCore-Tutorial-v3 which supports limited UDP and TCP functionalities on Qemu VirtIO on RISC-V. They have a CMakeLists.txt which specifies what compilers and flags you should use to compile a runnable C program, but how do I change them to iPerf configurations?
The CMakeLists.txt I mentioned is following:
Beta Was this translation helpful? Give feedback.
All reactions