You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Generate zephyr project by visualGDB
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
Try to build zephyr project
Build fails.
Expected
Zephyr project builds successfully
Logs and console output
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.)
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)
The text was updated successfully, but these errors were encountered:
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
Expected
Zephyr project builds successfully
Logs and console output
Environment
The text was updated successfully, but these errors were encountered: