-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Closed
Labels
area: ShellShell subsystemShell subsystem
Description
Hi,pals:
I find eable the config same time, will fail:
CONFIG_SHELL=y
CONFIG_NET_SHELL=y
CONFIG_BT_SHELL=y
CONFIG_NET_L2_BT_SHELL=y
the log:
-- Generating zephyr/include/generated/generated_dts_board.h
-- Cache files will be written to: /home/frank/.cache/zephyr
CMake Error at /home/frank/work/project/zephyr/cmake/extensions.cmake:796 (add_subdirectory):
The binary directory
/home/frank/work/project/nrf52_moderate/apps/ipsptest/build/zephyr/subsys/shell
is already used to build a source directory. It cannot be used to build
source directory
/home/frank/work/project/zephyr/subsys/shell
Specify a unique binary directory name.
Call Stack (most recent call first):
/home/frank/work/project/zephyr/subsys/CMakeLists.txt:7 (add_subdirectory_ifdef)
if disable CONFIG_SHELL or other config will pass.
The means bt shell cmd and shell history function can't co-exist. This is a issue or sepc?Can support bt shell cmd using history function? Thanks !
Metadata
Metadata
Assignees
Labels
area: ShellShell subsystemShell subsystem