我正在尝试构建 cc-tool 调试器,如下所述https://www.zigbee2mqtt.io/information/flashing_the_cc2531.html
但在配置步骤出现此错误
checking for the Boost regex library... no
configure: error: cannot find the flags to link with Boost regex
Run Code Online (Sandbox Code Playgroud)
这里描述了同样的问题https://github.com/dashesy/cc-tool/issues/25,建议的解决方案是将boost降级到1.60。但它不再起作用了,因为 1.60 从brew 中删除了。
我尝试使用 clang 编译器而不是 gcc,但它也不起作用。
MacOS:大苏尔 11.5.2 (20G95)