问题现象:
执行gcc编译命令如下,
book@100ask:gcc hello.c
报错如下:
/usr/bin/ld: cannot open output file a.out: Permission denied
collect2: error: ld returned 1 exit status
原因:待编译文件的权限问题,增加权限即可。
sudo chmod -R a+w /home/book/01_all_series_quick
问题现象:
执行gcc编译命令如下,
book@100ask:gcc hello.c
报错如下:
/usr/bin/ld: cannot open output file a.out: Permission denied
collect2: error: ld returned 1 exit status
原因:待编译文件的权限问题,增加权限即可。
sudo chmod -R a+w /home/book/01_all_series_quick