Qtcreator单步调试报错:The GDB process terminated
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
交叉编译链:arm-poky-linux-gnueabi-gcc
在Ubuntu中的Qtcreator做单步调试时,出现The GDB process terminated。
在打开qtcreator之前,我执行
source /opt/poky/1.7/environment-setup-cortexa9hf-vfp-neon-poky-linux-gnueabi
gdb环境变量从/usr/bin/gdb --> arm-poky-linux-gnueabi-gdb
Qtcreator从环境中获取gcc,gdb等环境变量。
GDB本地调试时,无法获取到/usr/bin/gdb,所以GDB进程终止。
而arm Qt程序做gdb调试时,会直接退出。
同样。
如果需要编译arm Qt程序,必须先声明环境变量source /opt/poky/1.7/environment-setup-cortexa9hf-vfp-neon-poky-linux-gnueabi
否则会出现:
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献2条内容
所有评论(0)