使用qtcreator做为IDE开,使用gdb&gdbserver搭建嵌入式linux开发环境

#1. 安装交叉编译工具链

#2. 安装qtcreator

#3. 编译Qt for embbed

#4. 编译GDB

#3. 编译GDBServer

#4. 配置qtcreator

#5. 部署嵌入式平台gdbserver

https://blog.csdn.net/baidu_31381143/article/details/53868924

https://blog.csdn.net/Chris_Tsai/article/details/52389943?locationNum=12&fps=1

https://blog.csdn.net/chenbang110/article/details/7505907

https://blog.csdn.net/flfihpv259/article/details/51700596

https://www.cnblogs.com/Dennis-mi/p/5870801.html

#注意项:
1.
qmake的配置文件.pro(qmake根据.pro生成Makefile)中添加
target.path = /mnt INSTALLS += target

你可能感兴趣的:(JZ2440开发板)