<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>How can I see the .c and .h files in Eclipse after &amp;quot;make&amp;quot; ?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/28917/how-can-i-see-the-c-and-h-files-in-eclipse-after-make</link><description>I followed the this tutorial and this tutorial step by step. And I have accomplished all the steps successfully. But the problem is, my .c and .h files(such as main.c) do not appear in the Eclipse project explorer section. So I can not edit my .c and</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 03 Jan 2018 13:14:36 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/28917/how-can-i-see-the-c-and-h-files-in-eclipse-after-make" /><item><title>RE: How can I see the .c and .h files in Eclipse after "make" ?</title><link>https://devzone.nordicsemi.com/thread/114424?ContentTypeID=1</link><pubDate>Wed, 03 Jan 2018 13:14:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a3e3f627-6df0-4cb7-bef2-05d7c6fc7aaa</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Did you follow this part of the first tutorial you linked?&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Now you can start linking the source
files into your project viewer, but
you might want to add some virtual
folders to obtain a more clear project
view first.&lt;/p&gt;
&lt;p&gt;Create virtual folders:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Right click on the project folder and    enter New-&amp;gt;folder.&lt;/li&gt;
&lt;li&gt;Set folder name.&lt;/li&gt;
&lt;li&gt;Click Advanced and choose virtual    folder.&lt;/li&gt;
&lt;li&gt;Click finish.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Repeat above steps until you have the
folders you want. The naming of the
folders should reflect the types of
the source files you intend to link
to. In the blinky it was sufficient to
have Application, Device and
nRF_Drivers, same as the Keil example
for blinky, but, for larger projects
with more source files you should add
more folders. E.g., ble_app_hrs:
Application, Board Support, Device,
nRF_BLE, nRF_Drivers, nRF_Libraries
and nRF_Softdevice.&lt;/p&gt;
&lt;p&gt;Now you can start to link the source
files to the respective folders. The
source files to include are listed in
your Makefile-&amp;gt;C_SOURCE_FILES, and
ASM_SOURCE_FILES. Source files are
then linked to the folder by right
clicking on any of the virtual folders
and clicking on import, General-&amp;gt;File
System and browse the source files in
the SDK. The path to each source file
can be a good way to determine what
folder to place the file in:&lt;/p&gt;
&lt;p&gt;../../../../../../components/drivers_nrf/delay/nrf_delay.c
can be classified as a driver. Thus
placed in nRF_Driver, etc.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;This should let you browse the source files like any other IDE. Header files will be discovered during compilation.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Jørgen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>