Raspberrypi 上的 Netbeans 远程部署 returns "make: Makefile: No such file or directory"

Netbeans remote deployment on raspberrypi returns "make: Makefile: No such file or directory"

我试图通过远程部署代码在 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.

All the files of the project

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 复制到远程主机。