Skip to content

why ctest can run e.g. arm64 unit test executable file in x64 environment. #4138

Discussion options

You must be logged in to vote

I use qemu and gdb stub can solve this
start server

qemu-aarch64 -g 1234 ut_settings

connect gdb

aarch64-poky-linux-gdb ut_settings
target remote localhost:1234

but why ctest can run different arch file directly?

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@love1angel
Comment options

Answer selected by love1angel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant