解决make: cc: 没有那个文件或目录问题

1、问题:

cc -Wall -Wextra -g -o bin2c bin2c.c
make: cc: 没有那个文件或目录
make: *** [Makefile:13:bin2c] 错误 127

2、解决方法

是安装build-essential

sudo apt-get install build-essential

然后输入make,问题解决

小程序
微信赞赏
支付宝赞赏

相关推荐

Ubuntu 开启cron日志

✅ 1、打开终端。 ✅ 2、编辑 rsyslog 配置文件以将 cron 记录发送到指定文件。 你可以使用你喜欢的编辑器,例如 nano ...

Ubuntu如何定时关机

❗ 利用crontab和/sbin/shutdown -h now命令行实现Ubuntu定时关机。 🔆 步骤如下: 1、❗ 编辑当前用户的 cron 表 2、 ...

暂无评论

目录展开