Hi,
I am using nRF5340 DK and nRF SDK V.2.6.1 for my project
I clone the project from git and try to build the project using custom board but it is giving the cmake error in my PC.
The sample project is working fine.
but in other PC the custom project can build successfully.
Problem:
1. CMake generation for hci_ipc failed, aborting. Command: 1
message(FATAL_ERROR "CMake generation for ${ACI_NAME} failed, aborting. Command: ${ret}")
2. command failed with return code: 1
message(FATAL_ERROR "command failed with return code: ${ret}")
While compiling the custom nrf project using custom board in vs code , I am getting error
I unistalled nrf connect sdk and vs code , and reinstalled by following the documentation
still there is error;
Thankyou