Hi!
I got an error while compiling the proxy client example in BLE Mesh SDK V 2.0.0 as The object file build/light_switch_proxy_client_nrf52832_xxAA_s132_6.0.0_Debug/obj/app_error.o has been supplied more than once
Build failed
Regards,
Vijay Rakesh
Hi!
I got an error while compiling the proxy client example in BLE Mesh SDK V 2.0.0 as The object file build/light_switch_proxy_client_nrf52832_xxAA_s132_6.0.0_Debug/obj/app_error.o has been supplied more than once
Build failed
Regards,
Vijay Rakesh
Hi,
Unfortunately, the app_error.c is added to the project twice. So you will have to remove one of the entries in the project. Under nRF5 SDK, right click on one of the app_error.c and click "Remove".
