makefile; *** No route to target 'all'


makefile: *** No route to target 'all'

Problem

makefile実行すると

makefile: *** No route to target 'all'

と表示されコンパイルできない

Solution

  1. 作業プロジェクト右クリック
  2. [Properties] > [C/C++ Make Project] > [Binary Parser] TAB
  3. 以下にチェックを入れる
  • Elf Parser
  • PE Windows Parser
  • Cygwin PE Parser
  1. Click "OK" Button

Reference Site

solved by myself