任意bsp下面比如 stm32/stm32f407-atk-explorer/https://github.com/RT-Thread/rt-thread/tree/master/bsp/stm32/stm32f407-atk-explorer下面执行scons --dist生成的工程中,执行menuconfig会出现下面的错误
scons --dist
menuconfig
KconfigError: rt-thread/libcpu/Kconfig:241: 'rt-thread/libcpu/aarch64/Kconfig' not found (in 'source "$RTT_DIR/libcpu/aarch64/Kconfig"').
有没有小伙伴有空帮忙PR一下的,PR 合并之后,评论区给出PR链接,以积分重谢。
相关issuehttps://github.com/RT-Thread/rt-thread/issues/7918
查看更多
好像是使用scons —dist以后独立出来的工程就不能再使用menuconfig了,因为该指令会将工程中依赖的所有.C和.h文件都剥离出来了,再加东西就得在源工程中添加,然后重新剥离
欢迎发表与嵌入式相关的技术分享、开发技巧、工具介绍、技术设想、职业心得、行业评论等对他人有启发,排版优雅的文章
回到 顶部
发布 问题
分享 好友
手机 浏览
投诉 建议
回到 底部