Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using AT HOST fails build #33356

Closed
CiochinaVitalie opened this issue Mar 15, 2021 · 1 comment
Closed

Using AT HOST fails build #33356

CiochinaVitalie opened this issue Mar 15, 2021 · 1 comment
Assignees
Labels
bug The issue is a bug, or the PR is fixing a bug

Comments

@CiochinaVitalie
Copy link

CiochinaVitalie commented Mar 15, 2021

Describe the bug
I am working on the project where is involved SIM 800C module and nrf52832, so I I tried to use AT HOST library
The risult is Build fails.

To Reproduce

  1. Generate zephyr project by visualGDB
  2. prj.conf file
  • CONFIG_HEAP_MEM_POOL_SIZE=2048
  • CONFIG_NRF_MODEM_LIB=y
  • CONFIG_AT_HOST_LIBRARY=y
  • CONFIG_AT_HOST_CMD_MAX_LEN=256
  • CONFIG_AT_HOST_THREAD_PRIO=5
  • CONFIG_CR_LF_TERMINATION=y
  1. Try to build zephyr project
  2. Build fails.

Expected
Zephyr project builds successfully

Logs and console output

  1. ERROR This combination of SoC and floating point ABI is not supported by libmodem (C:/nrf_sdk/v1.5.0/nrfxlib/nrf_modem/lib/cortex-m4/hard-float doesn't exist.)
  2. Error 'C:/nrf_sdk/v1.5.0/nrfxlib/nrf_modem/lib/cortex-m4/hard-float/libmodem.a', needed by 'zephyr/zephyr_prebuilt.elf',missing and no known rule to make it.

Environment

  • OS: Windows 10
  • Toolchain (visualGDB, sdk-nrf)
@CiochinaVitalie CiochinaVitalie added the bug The issue is a bug, or the PR is fixing a bug label Mar 15, 2021
@carlescufi
Copy link
Member

Hi @CiochinaVitalie. This is an nRF Connect SDK question. Please use the Nordic devzone instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug The issue is a bug, or the PR is fixing a bug
Projects
None yet
Development

No branches or pull requests

2 participants