我试图通过远程部署代码在raspberrypi上运行经典的Blink程序。这是我得到的输出。
cd '/home/pi/Documents/netbeansProject/'
/usr/bin/make -f Makefile CONF=Debug
make: Makefile: No such file or directory
make: *** No rule to make target 'Makefile'. Stop.
cd '/home/pi/Documents/netbeansProject/Welcome_1/'
/usr/bin/make -f Makefile CONF=Debug
make: Makefile: No such file or directory
make: *** No rule to make target 'Makefile'. Stop.
所以我做到了,问题解决了
Project properties > Build > Build host > Host configuration check > Selected the host > Properties > Access project files via
然后选择SFTP(之前是系统级文件共享)。
我还不知道两者之间的区别,但这对我有用。正如我之前提到的,文件没有通过SFTP复制到远程主机。