DW3_QM33_SDK_1.0.2 build

I referred to the DWM3001CDK_Developer_Manual_QM33SDK-1.0.2 provided in the SDK and attempted to set up the environment on my Windows PC to test the build(VS Code).
However, I encountered the following error:

[ 99%] Built target uci
[ 99%] Building C object CMakeFiles/DWM3001CDK-DW3_QM33_SDK_UCI-FreeRTOS.elf.dir/839b0916558ce4284f7fd7c5e0260cc0/main_uci.c.obj
make[2]: *** No rule to make target 'C:/New_Workspace/UWB/Qorvo_Origin/DW3_QM33_SDK_1.0.2/SDK/Firmware/DW3_QM33_SDK_1.0.2/Libs/uwbstack_libs/delivery/full/Release/lib/arm-cortex-m4-hard_floating/uci_backend_coordinator/libuci_backend_coordinator_full_arm-cortex-m4-hard_floating_rtos_R12.7.0-00288-gb8203d558863.a', needed by 'DWM3001CDK-DW3_QM33_SDK_UCI-FreeRTOS.elf'.  Stop.
make[2]: *** Waiting for unfinished jobs....
[100%] Building C object CMakeFiles/DWM3001CDK-DW3_QM33_SDK_UCI-FreeRTOS.elf.dir/839b0916558ce4284f7fd7c5e0260cc0/hooks.c.obj
CMakeFiles\Makefile2:530: recipe for target 'CMakeFiles/DWM3001CDK-DW3_QM33_SDK_UCI-FreeRTOS.elf.dir/all' failed
make[1]: *** [CMakeFiles/DWM3001CDK-DW3_QM33_SDK_UCI-FreeRTOS.elf.dir/all] Error 2
Makefile:89: recipe for target 'all' failed
make: *** [all] Error 2

How can I resolve this issue?"

Hi @shpark , can you share the full build log as well as the command used to setup the build?

As you are using Windows, you may look into reducing the path length by moving the Firmware/DW3_QM33_SDK_1.0.2 folder to your C: drive for example.

Thank you for your response. As you mentioned, it seems to be an issue related to the Windows environment. I resolved the problem by placing the Firmware/DW3_QM33_SDK_1.0.2 folder directly under C:.
I really appreciate your help. Thank you!

1 Like