cocos2dx和eclipse交叉編譯“make: *** No rule to make target `all’. Stop”的解決方案

來源:互聯網
上載者:User

搞cocos2dx在eclipse上的交叉編譯。

項目./build_native.sh後匯入eclipse一直提示一個很噁心的報錯

make: *** No rule to make target `all'. Stop.

 

網上搜了半天的英文資料,都無法解決。最後在論壇裡找到瞭解決方案,在這裡整理了下mac和windows的解決方案,給需要的童鞋:

cocos2dx  eclipse

       解決方式:右鍵項目-->properties-C/C++Build-->Builder settings

              此時可看到Builder Type是不可選的,

              且Makefilegeneration-->Generate makefiles automatically是未選中的

              選中Generate makefiles automatically

              此時Builder Type變成了可選項,選擇internalbuilder

              然後提交

            (另:有些童鞋的選項是灰色的,用下面這個方法:)

 Mac 系統的解決方案:Select C/C++ Build on theleft side of the window that pops up. under Builder,

不要選擇 “Use default build command” ,在下面的Build Command中輸入下面命令:

           

bash${workspace_loc:/<YOUR-PROJECT-NAME>}/build_native.sh NDK_DEBUG=1 V=1

<YOUR-PROJECT-NAME> 就是你的項目名字

windows的解決方案:

bash"E:\\cocos2dx20\\Balance\\proj.android/build_native.sh" NDK_DEBUG=1V=1 clean

然後 ok 提交 run

比較粗糙,先備忘了,上班先

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.