我在名爲utypes.h的頭文件中有一些有用的typedefs。自從那時起,我決定使用make,並且還沒有找到編譯它的方法。gcc錯誤:無法創建預編譯頭文件
當我執行gcc -Wall -c utypes.h
產生utypes我得到以下錯誤的.o目標:
"utypes.h:1 fatal error: can't create precomiled header types.h.gch: Permission Denied (EACESS)
Compilation terminated.
我在做什麼錯在這裏?謝謝。
請不要編譯標題,只要做一個包含它們。 – osgx 2010-03-22 00:29:21
[This](http://stackoverflow.com/questions/5549648/compilation-fatal-error-header-file-g)是相關的,但不完全相同。 – cdunn2001 2016-03-03 04:53:37