請問makefile Error 11的問題 - Linux

Table of Contents


請問各位神人

我最近試寫一個makefile,雖然printf有正確將數值列印出來,

他卻出現ERROR 11這個訊息,

google也查不到類似的文章,請問有人知道這個訊息代表的是哪裡出錯了嗎?


test@test-laptop:~$ make -f makefile
gcc -c main.c
gcc -c add.c
gcc -o dsp main.o add.o
./dsp
result = 8
make: *** [edit] Error 11
test@test-laptop:~$





--
在臺灣,何謂R&D工程師?
1.Reverse and Decap :IC反相工程,去膠,打開封裝,拍照,複製電路佈局。
2.Resign and Die :沒死的就操到辭職,沒辭職的就操到死。
3.Rework and Debug :計畫永遠跟不上變化,變化永遠跟不上老闆的一句話!
4.Relax and Delay :太過於輕鬆(Relax),那麼就會Random Death (隨時陣亡)
但是外派到大陸的臺彎郎,晚上是R (鴨)陪客戶,白天是D (豬)任人宰割!

--

All Comments

Ida avatarIda2013-06-04
Error 11 是說 dsp 的 main() 回傳了 11 吧