<?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>sdk v1.20 developed project not opening in sdk v1.30</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/65875/sdk-v1-20-developed-project-not-opening-in-sdk-v1-30</link><description>Hi Team, 
 
 We have developed our application with SDK v1.20 and as v1.30 is released so we moved to v1.30 and stick to it.But project is not opening in sdk v1.30 and got this error 
 
 Could you please help me in this regard and also provide as steps</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 14 Sep 2020 14:16:13 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/65875/sdk-v1-20-developed-project-not-opening-in-sdk-v1-30" /><item><title>RE: sdk v1.20 developed project not opening in sdk v1.30</title><link>https://devzone.nordicsemi.com/thread/269421?ContentTypeID=1</link><pubDate>Mon, 14 Sep 2020 14:16:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:591b6e3a-1bd8-43cb-8890-275c8e64ce2d</guid><dc:creator>JONATHAN LL</dc:creator><description>&lt;p&gt;Hi Praveen,&lt;br /&gt;&lt;br /&gt;This looks to be a CMake problem.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;span style="text-decoration:underline;"&gt;Try to &lt;strong&gt;&lt;em&gt;west update&lt;/em&gt;&lt;/strong&gt; first to make sure everting is up to date.&amp;nbsp;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;I presume you are&amp;nbsp;able to build other example projects in the NCS sdk v1.3.0 like the at client from nrf folder or blinky from zephyr folder.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Make sure that the path&amp;#39;s in the CMakeList file for your project is up to date. The error in kconfig.cmake: 173 states that the dependencies have changed.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;My&amp;nbsp;preferred way to update a project is to &lt;em&gt;git pull&lt;/em&gt; the latest(master) and then do a &lt;em&gt;west update&lt;/em&gt;.&amp;nbsp;&lt;br /&gt;Alternatively depending on how you have sett up the project you can edit the west.yml file to include the latest release tag or id then do a west update.&lt;br /&gt;this is done by editing the line whit &lt;strong&gt;revision: 4410f....&lt;/strong&gt;, you can also write&amp;nbsp;&lt;strong&gt;revision:&amp;nbsp;v1.3.0&lt;/strong&gt;.&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;manifest:
  remotes:
    - name: nordic
      url-base: https://github.com/NordicPlayground
  projects:
    - name: fw-nrfconnect-nrf
      path: nrf
      remote: nordic
      revision: 4410f49aa1f59ba7dd1f7c33aebae072f23b701e
      import: true
  self:
    path: my_test_project&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Here is a example of a project set up that way:&amp;nbsp;&lt;a href="https://github.com/simensrostad/fw-iot-publisher/blob/master/west.yml"&gt;https://github.com/simensrostad/fw-iot-publisher/blob/master/west.yml&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;and here is a&amp;nbsp;example&amp;nbsp;to a CMakeList file from version &lt;a href="https://github.com/nrfconnect/sdk-nrf/blob/v1.2.0/samples/nrf9160/at_client/CMakeLists.txt"&gt;1.2&lt;/a&gt; and&amp;nbsp;&lt;a href="https://github.com/nrfconnect/sdk-nrf/blob/v1.3.0/samples/nrf9160/at_client/CMakeLists.txt"&gt;1.3&lt;/a&gt;&amp;nbsp;that shows the difference in setup.&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Jonathan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>