Now I can build & download nRF52840 SDK example with Eclipse.
But Eclipse indexer(F3 key) can not recognize include folder.
So I added every include folder to .cproject file as bellow.
<listOptionValue builtIn="false" value=""C:\nRF51\nRF5_SDK_16.0.0_98a08e2\components\boards""/>
<listOptionValue builtIn="false" value=""C:\nRF51\nRF5_SDK_16.0.0_98a08e2\components\libraries""/>
<listOptionValue builtIn="false" value=""C:\nRF51\nRF5_SDK_16.0.0_98a08e2\integration\nrfx""/>
<listOptionValue builtIn="false" value=""C:\nRF51\nRF5_SDK_16.0.0_98a08e2\integration\nrfx\legacy""/>
<listOptionValue builtIn="false" value=""C:\Program Files (x86)\GNU Tools ARM Embedded\5.4 2016q3\arm-none-eabi\include""/>
<listOptionValue builtIn="false" value=""C:\nRF51\nRF5_SDK_16.0.0_98a08e2\components\libraries\atomic""/>
<listOptionValue builtIn="false" value=""C:\nRF51\nRF5_SDK_16.0.0_98a08e2\components\libraries\atomic_fifo""/>
<listOptionValue builtIn="false" value=""C:\nRF51\nRF5_SDK_16.0.0_98a08e2\components\libraries\atomic_flags""/>
<listOptionValue builtIn="false" value=""C:\nRF51\nRF5_SDK_16.0.0_98a08e2\components\libraries\balloc""/>
.
.
.
.
.
<listOptionValue builtIn="false" value=""C:\Program Files (x86)\GNU Tools ARM Embedded\5.4 2016q3\arm-none-eabi\include\bits""/>
<listOptionValue builtIn="false" value=""C:\Program Files (x86)\GNU Tools ARM Embedded\5.4 2016q3\arm-none-eabi\include\c++""/>
<listOptionValue builtIn="false" value=""C:\Program Files (x86)\GNU Tools ARM Embedded\5.4 2016q3\arm-none-eabi\include\machine""/>
<listOptionValue builtIn="false" value=""C:\Program Files (x86)\GNU Tools ARM Embedded\5.4 2016q3\arm-none-eabi\include\newlib-nano""/>
.
.
.
.
I can not understand why Eclipse can not access sub folder of pre-define include folder.
It looks very dummy method.
Regards
Kim taeyeong