why ctest can run e.g. arm64 unit test executable file in x64 environment. #4138
-
my host is x86 environment, and my compiler is arm64 g++.
I used this cmd to run
when i typed run, it cannot run
but use ctest it can run. my confussion is why i can use ctest run it, but cannot use gdb in arm64 to run.
the entire log
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I use qemu and gdb stub can solve this
connect gdb
but why ctest can run different arch file directly? |
Beta Was this translation helpful? Give feedback.
I use qemu and gdb stub can solve this
start server
connect gdb
but why ctest can run different arch file directly?