qt creator remote deploy and debug

Tue, 2023-06-13
qt creator remote deploy and debug

machines

  • target (aarch64)
  • host (AMD64)

cross compile on AMD64, run on aarch64

softwares

on target

  • basic: gdbserver
  • others: known from qt creator

on host

  • basic: gdb-multiarch

config

pro

target.path=/tmp
INSTALLS += target

kits

  1. add debugger(gdb-multiarch)
  2. config the kit with above debugger
avatar
除非注明,本博客所有文章皆为原创。
本作品采用知识共享署名-非商业性使用-相同方式共享 4.0 国际许可协议进行许可。