rt-thread
rt-thread copied to clipboard
5.0.2版本在编译BSP:qemu-vexpress-a9工程的时候,不能默认编译pass,需要手动修改到dfs V1后才能正常编译
rt-thread version : 5.0.2 env version : env_released_1.2.0 Host OS: win_x64 occurrence: 5/5 Description: Reproduce:
- scons --dist, 使用5.0.2的版本,在qemu-vexpress-a9的bsp中
- scons -j12 编译失败,提示是dvfs相关
- 使能RT_USING_DFS_V1之后才能正常编译