gpt4 book ai didi

c++ - 如何在没有 native 文件系统的情况下使用 gcc 检测选项

转载 作者:行者123 更新时间:2023-11-30 04:53:55 24 4
gpt4 key购买 nike

许多 instrumentation options for gcc在运行期间/之后将数据保存到文件:

When the compiled program exits it saves this data to a file called auxname.gcda for each source file.

但是,我在基于 C++ 的自定义 RTOS 上运行,它没有像 Linux 这样的“本地”文件系统。

问题

如何使用这些 gcc-instrumentation 选项将结果输出到文件?
我是否必须提供一个文件编写器接口(interface)——在我的例子中,它会写入 RAM 缓冲区——只要检测代码需要“写入文件”,就会调用它?

最佳答案

网络搜索“gcc gprof arm-cortex-m”会产生:https://mcuoneclipse.com/2015/08/23/tutorial-using-gnu-profiling-gprof-with-arm-cortex-m/

它似乎使用 semihosting 将分析数据写入主机。

半主机是 ARM 与主机上的调试器通信的常用方式(通过 JTAG/SWD)。 qemu 等模拟器也支持它。

关于c++ - 如何在没有 native 文件系统的情况下使用 gcc 检测选项,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53747484/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com