gpt4 book ai didi

c++ - Google 在裸机 stm32 MCU 上的测试

转载 作者:搜寻专家 更新时间:2023-10-31 02:15:30 24 4
gpt4 key购买 nike

除 MCU (STM32F1) 固件外,我对项目的几乎所有部分都使用了 Google 测试。现在我想直接在 MCU 上使用它进行测试,以确保我没有产生任何与机器相关的错误,这些错误可能会在 x64 上通过测试,但在 MCU 上会失败。 Google 测试需要 libpthread,它显然不存在于 MC​​U 上。我使用复杂的 gcc 5.2.1 工具链,所以它的 g++ 应该能够构建 google 测试。系统调用也被正确定义,因此测试输出应该被成功编译并打印到串行控制台。

是否可以在 Google 测试中禁用 libpthread 并为裸机微 Controller 构建它?有没有人有以这种方式使用单元测试的经验?

最佳答案

来自gtest的文档:

Linux Requirements

These are the base requirements to build and use Google Test from a source package (as described below):

GNU-compatible Make or gmake
POSIX-standard shell
POSIX(-2) Regular Expressions (regex.h)
A C++98-standard-compliant compiler

pthread 不是构建 gtest 所必需的。您可以在构建 gtest 时通过 -DGTEST_HAS_PTHREAD=0 禁用它。

所以检查你的环境,看它是否满足要求(尤其是regex.h)。

关于c++ - Google 在裸机 stm32 MCU 上的测试,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38427998/

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