标签: c++ c linux bash gcc
我在bananaPi上使用debian。昨天,我运行了一个目标文件(几天前我已经构建了),它运行正常。现在我对源进行了一些更改,当我尝试构建文件时,它给出了这个错误:
-bash: /usr/bin/gcc: Input/output error
这是我用来构建文件的命令:
gcc sensor.c -o result -lwiringPi -lsqlite3 -lrt