-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Open
Description
RT-Thread Version
5.1.0
Hardware Type/Architectures
pico
Develop Toolchain
GCC
Describe the bug
How to Reproduce:
直接构建即可复现
cd bsp/raspberry-pico
pkgs --update
scons -c
sconsError Message:
In file included from packages\raspberrypi-pico-sdk-latest\src\rp2_common\pico_bootrom\include/pico/bootrom.h:10,
from board\board.c:16:
packages\raspberrypi-pico-sdk-latest\src\common\pico_base\include/pico.h:25:10: fatal error: pico/version.h: No such file or directory
25 | #include "pico/version.h"
| ^~~~~~~~~~~~~~~~
compilation terminated.
scons: *** [build\board\board.o] Error 1
scons: building terminated because of errors.
Note
该错误疑似缺少pico-sdk生成的若干文件,PR作者尝试使用脚本修复 #8121,并合并后到软件包仓库地址里,对应PR。添加了对应的generate_headers.py等文件。但在我本机使用scons构建时没有生成对应文件。
Other additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels