GDB调试入门(一)
摘要:GDB调试入门(一) 嵌入式er 终极理想稚晖君 6 人赞同了该文章 当代码量较多时,使用GDB调试代码可以相对便捷的定位错误点,提高Dbug效率。首先先熟悉下GDB调试的基本流程:1. 在编译代码是添加 gcc添加–g选项:gcc -g test.c -o test.out2. 然后在bash环境
阅读全文
posted @ 2023-09-28 17:45
posted @ 2023-09-28 17:45
posted @ 2023-09-26 17:12
posted @ 2023-09-26 17:10
posted @ 2023-09-15 13:32
|
|||||||||
日 | 一 | 二 | 三 | 四 | 五 | 六 | |||
---|---|---|---|---|---|---|---|---|---|
26 | 27 | 28 | 29 | 30 | 31 | 1 | |||
2 | 3 | 4 | 5 | 6 | 7 | 8 | |||
9 | 10 | 11 | 12 | 13 | 14 | 15 | |||
16 | 17 | 18 | 19 | 20 | 21 | 22 | |||
23 | 24 | 25 | 26 | 27 | 28 | 1 | |||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
厉害
牛逼
感谢大佬!
兄弟,添加这个参数试试:
set COMMANDLINE_ARGS=--no-half
现代 CMake 用 target_compile_features(${target} PRIVATE cxx_std_${version})
比较好。
Powered by:
博客园
Copyright © 2025 zxddesk
Powered by .NET 9.0 on Kubernetes