-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Closed
Labels
bugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bug
Description
Describe the bug
Sample build failure
To Reproduce
- mkdir -p samples/net/sockets/http_get/build
- cd samples/net/sockets/http_get/build
- rm -rf ../build/*; cmake -GNinja -DBOARD=native_posix_64 .. && ninja
- See error
Expected behavior
Build successful
Impact
Suppose any application that expect to use mbedtls will have failed build
Logs and console output
All errors are coupled with MBEDTLS:
warning: The choice symbol NEWLIB_LIBC ...
warning: MBEDTLS_MAC_MD5_ENABLED ....
warning: MBEDTLS_MD ...
error: Aborting due to Kconfig warnings
Environment (please complete the following information):
- Linux 5.11.0-37-generic 20.04.2-Ubuntu SMP x86_64
- Zephyr SDK
- d66a745
Additional context
build_log.txt
Builds ok if build with west
ColeMurray
Metadata
Metadata
Assignees
Labels
bugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bug