在eclipse裡安裝了cdt外掛程式,編譯c檔案時提示錯誤。
錯誤是**** internal builder is used for build ****
gcc -o0 -g3 -wall -c -fmessage-length=0 -osrc/test.o ../src/test.c
internal builder: cannot run program "gcc":
build error occurred, build is stopped
time consumed: 0 ms.
最後在網上搜了很多資料,解決方法居然是
將org.eclipse.cdt.core.win32_5.0.0.200809120802.jar
解壓成目錄org.eclipse.cdt.core.win32_5.0.0.200809120802,注意把原來的jar刪除。
直接暈了,這種錯誤,估計自己弄一輩子也搞不定吧!!唉,cdt呀~~
eclipse下用CDT除錯編譯APUE原始碼
最近在學習大名鼎鼎的apue,想著用eclipse來編譯除錯apue,我買的是apue第三版,首先解壓,然後make,然後sudo apt get install libbsd dev安裝乙個libbsd.a靜態鏈結庫,還要sudo cp.include apue.h usr include sud...
Eclipse裡Jboss的配置
1.workspace metadata plugins org.eclipse.wst.server.core servers.xml 修改 start timeout,避免出現jboss未啟動已被終結。2.jboss主頁的修改,可以自動跳轉到當前工程主頁。server default deplo...
KindEditor在eclipse裡的配置方法
kindeditor介紹 kindeditor使用 2 將kindeditor資料夾複製到專案中,如 webroot 下 可以把php,asp,asp.net三個目錄刪掉。匯入後的目錄結構如下所示 3 將kindeditor jsp lib 下的所有jar包引入到工程中。此版本為3個jar包,最好是...