Skip to content

http_get, big_http_download samples fails to build #39389

@pavlohamov

Description

@pavlohamov

Describe the bug
Sample build failure

To Reproduce

  1. mkdir -p samples/net/sockets/http_get/build
  2. cd samples/net/sockets/http_get/build
  3. rm -rf ../build/*; cmake -GNinja -DBOARD=native_posix_64 .. && ninja
  4. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugThe issue is a bug, or the PR is fixing a bug

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions