现在我使用 nrf51-dev 套件,我想要闪烁的代码,在 Keil 中我编译代码并加载到套件中,它工作正常但现在我想在 eclipse 中制作代码,为此我安装了所有必需的工具,但现在它在控制台中给我错误是
echo makefile
makefile
mkdir _build
Compiling file: app_error.c
The system cannot find the path specified.
make[1]: *** [_build/app_error.o] Error 1
make[1]: Leaving directory `D:/Work/NRF/DOC/nRF51_SDK_7.1.0_372d17a/examples/ble_central/ble_app_multilink_central/pca10028/ser_s120_uart/armgcc'
make: *** [all] Error 2
不知道为什么会发生这种情况或任何解决方案。谢谢