簡體   English   中英

Eclipse CDT問題與建設項目

[英]Eclipse CDT issue with building project

我的C / C ++開發環境遇到一個奇怪的問題。 我已經在Linux機器上安裝了gcc,g ++(ubuntu 14.04)。 在我的系統上構建了hello world程序后,出現了以下錯誤:

make all 
/bin/sh: 1: Syntax error: Unterminated quoted string
make: *** [src/Banker's.o] Error 2

有人遇到過這個問題之前可以幫助我嗎?

看來您的問題出在您要編譯的文件的名稱上: Banker's.c 將源重命名為Bankers.c不包含單引號。

mv src/"Banker's.c" src/"Bankers.c"

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM