-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Closed
Labels
good first issueGood for newcomers 新手任务Good for newcomers 新手任务
Description
RT-Thread Version
master
Hardware Type/Architectures
hpm5301evklite
Develop Toolchain
GCC
Describe the bug
(.venv) D:\Github_D\rt-thread\bsp\hpmicro\hpm5301evklite>scons --dist
scons: Reading SConscript files ...
make distribution....
=> hpm5301evklite
=> components (selective copy)
=> copying components Kconfig files
=> copying Kconfig from components
...
=> copying essential paths
=> copying components/legacy/ipc
...
Note: Skipping system feature: overflow_check
=> copying pin from components\drivers\pin
Note: Skipping system feature: messagequeue
Note: Skipping system feature: small_mem_as_heap
Note: Skipping system feature: event
Note: Skipping system feature: mutex
Note: Skipping system feature: user_main
=> copying serial_v2 from components\drivers\serial
Note: Skipping system feature: heap
Note: Skipping system feature: device
Note: Skipping system feature: legacy
Note: Skipping system feature: timer_soft
Note: Skipping system feature: semaphore
Note: Skipping system feature: idle_hook
Note: Skipping system feature: mempool
Note: Skipping system feature: small_mem
=> copying finsh from components\finsh
Note: Skipping system feature: hook
=> copying device_ipc from components\drivers\ipc
Note: Skipping system feature: components_init
Note: Skipping system feature: console
=> copying msh from components\finsh
=> copying serial from components\drivers\serial
Note: Skipping system feature: mailbox
=> include
=> libcpu
=> src
=> tools
Update configuration files...
=> Generated distribution documentation: D:\Github_D\rt-thread\bsp\hpmicro\hpm5301evklite\dist\project\dist_readme.md
suggest to use command scons --dist [--target=xxx] [--project-name="xxx"] [--project-path="xxx"]
dist project successfully!
Error: the toolchain path (/opt/riscv-gnu-gcc/bin) is not exist, please check 'EXEC_PATH' in path or rtconfig.py.
(.venv) D:\Github_D\rt-thread\bsp\hpmicro\hpm5301evklite>cd dist\project\
(.venv) D:\Github_D\rt-thread\bsp\hpmicro\hpm5301evklite\dist\project>scons --menuconfig
scons: Reading SConscript files ...
warning: PKG_USING_RGPOWER (defined at C:\Users\yekai\Documents\DevTools\env-windows\tools\bin\..\..\packages/packages/peripherals/RgPower/Kconfig:2) has leading or trailing whitespace in its prompt
menuconfig: Kconfig:11: 'libraries/Kconfig' not found (in 'rsource "libraries/Kconfig"'). Check that environment variables are set correctly (e.g. $srctree, which is unset or blank). Also note that unset environment variables expand to the empty string.
(.venv) D:\Github_D\rt-thread\bsp\hpmicro\hpm5301evklite\dist\project>scons -j16
scons: Reading SConscript files ...
scons: *** missing SConscript file 'D:\\Github_D\\rt-thread\\bsp\\hpmicro\\hpm5301evklite\\dist\\libraries\\hpm_sdk\\soc\\HPM5300\\HPM5301\\SConscript'
File "D:\Github_D\rt-thread\bsp\hpmicro\hpm5301evklite\dist\project\SConstruct", line 66, in <module>Other additional context
听说hpm的bsp有hpm的人维护,能不能帮忙修修👀
supperthomas
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomers 新手任务Good for newcomers 新手任务
