<?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>GCC error</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/60461/gcc-error</link><description>I am getting this error again and again despite that I have copied the right path and version to Makefile.windows file. 
 C:\Nrf_Env\nRF5SDK14101dda907\examples\ble_peripheral\ble_app_beacon\pca10040e\s112\armgcc&amp;gt;make process_begin: CreateProcess(NULL</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 05 Feb 2024 02:37:05 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/60461/gcc-error" /><item><title>RE: GCC error</title><link>https://devzone.nordicsemi.com/thread/467492?ContentTypeID=1</link><pubDate>Mon, 05 Feb 2024 02:37:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5313b103-070f-477c-ae81-ef04529f543a</guid><dc:creator>hana</dc:creator><description>&lt;p&gt;I had the same problem, so I set up the ARM version and then I did compile successful.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: GCC error</title><link>https://devzone.nordicsemi.com/thread/273924?ContentTypeID=1</link><pubDate>Fri, 09 Oct 2020 06:39:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b54ec859-3548-4c84-9c3a-ab3eef14b672</guid><dc:creator>ps_anu</dc:creator><description>&lt;p&gt;Hi..Manoj Hiwarkar&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I am also facing the same issues , how you solved this? suggest me and also helpful for others also&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: GCC error</title><link>https://devzone.nordicsemi.com/thread/249369?ContentTypeID=1</link><pubDate>Tue, 12 May 2020 08:30:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:25ebc7e3-1532-4202-8ad3-c2584e819456</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Looks like the string wasn&amp;#39;t terminated, thus it also takes in the rest of the file as an input to GNU_INSTALL_ROOT.&lt;/p&gt;
&lt;p&gt;This is my makefile.windows (&amp;quot;/&amp;quot; are for cmd and other shell compatibility):&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;GNU_INSTALL_ROOT := C:/Program Files (x86)/GNU Tools ARM Embedded/7 2018-q2-update/bin/
GNU_VERSION := 7.3.1
GNU_PREFIX := arm-none-eabi
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: GCC error</title><link>https://devzone.nordicsemi.com/thread/249273?ContentTypeID=1</link><pubDate>Mon, 11 May 2020 16:43:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:caed2f85-9544-41a7-b928-45707465fc01</guid><dc:creator>Manoj Hiwarkar</dc:creator><description>&lt;p&gt;HI,&lt;/p&gt;
&lt;p&gt;process_begin: CreateProcess(NULL, &amp;quot;C:\Program Files (x86)\GNU Tools ARM Embedded\8 2019-q3-update\bin GNU_VERSION := 4.9.3arm-none-eabi-gcc&amp;quot; --version, ...) failed.&lt;br /&gt;make: ../../../../../../components/toolchain/gcc/Makefile.common:129: pipe: No error&lt;br /&gt;Cannot find: &amp;#39;C:\Program Files (x86)\GNU Tools ARM Embedded\8 2019-q3-update\bin GNU_VERSION := 4.9.3arm-none-eabi-gcc&amp;#39;.&lt;br /&gt;Please set values in: &amp;quot;E:/Manoj_Hiwarkar/Manoj_Hiwarkar/Offcial_Documents/Danlaw_Documents/All_Nrf_SDK/nRF5_SDK_15.3.0_59ac345/components/toolchain/gcc/Makefile.windows&amp;quot;&lt;br /&gt;according to the actual configuration of your system.&lt;br /&gt;../../../../../../components/toolchain/gcc/Makefile.common:129: *** Cannot continue. Stop.&lt;/p&gt;
&lt;p&gt;still these errors. I have updated the correct valjues in &lt;span&gt;Makefile.windows. Then why ?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: GCC error</title><link>https://devzone.nordicsemi.com/thread/249074?ContentTypeID=1</link><pubDate>Sun, 10 May 2020 19:56:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5506f596-73a4-42bb-ae37-148e5827615a</guid><dc:creator>Nguyen Hoan Hoang</dc:creator><description>&lt;p&gt;Just set the path correctly and you&amp;#39;ll be fine. &amp;nbsp;Further more for&amp;nbsp;Eclipse with nRF5x see here &lt;a href="https://embeddedsoftdev.blogspot.com/p/ehal-nrf51.html"&gt;https://embeddedsoftdev.blogspot.com/p/ehal-nrf51.html&lt;/a&gt;. &amp;nbsp;I use native Eclipse project, not makefile. &amp;nbsp;It works best.&lt;/p&gt;
&lt;p&gt;btw. For those who haven&amp;#39;t use Eclipse. It is not difficult. &amp;nbsp;Install Eclipse is easy. &amp;nbsp;Download, put it in a folder of your choice. &amp;nbsp;Launch it and and go to market place, search ARM and install the ARM GNU plugins. &amp;nbsp;That&amp;#39;s it.&lt;/p&gt;
&lt;p&gt;The main difficulty that most people have is the fact that it does not bundle the tool chains. &amp;nbsp;So you have to install them yourself. &amp;nbsp;But it is that difficult either. &amp;nbsp;Follow this blog to easily get Eclipse going&amp;nbsp;&lt;a href="https://embeddedsoftdev.blogspot.com/p/eclipse.html"&gt;embeddedsoftdev.blogspot.com/.../eclipse.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Real problems are actually the sdk_config.h and the include path jungle of the SDK and all the Nordic tutorials on Eclipse that never worked that got people completely confused and lost.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: GCC error</title><link>https://devzone.nordicsemi.com/thread/249064?ContentTypeID=1</link><pubDate>Sun, 10 May 2020 15:19:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:368c6d06-bea3-40fb-86d8-a356a2515886</guid><dc:creator>Manoj Hiwarkar</dc:creator><description>&lt;p&gt;what to to with these spaces&amp;nbsp;&lt;span&gt;(&amp;#39; &amp;#39;) ?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: GCC error</title><link>https://devzone.nordicsemi.com/thread/246100?ContentTypeID=1</link><pubDate>Wed, 22 Apr 2020 15:38:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9b914ac5-2fff-4c48-9905-9d107933764c</guid><dc:creator>hmolesworth</dc:creator><description>&lt;p&gt;Maybe it&amp;#39;s an issue with spaces (&amp;#39; &amp;#39;) embedded within the command; here is an example for a different compiler which I wanted to use from the command line (with a great deal of trouble):&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;rem: Actual full path is as follows, but invokation must not use spaces (escape with %)
rem:   C:\Program Files (x86)\IAR Systems\Embedded Workbench 7.4\common\bin\IarBuild.exe
rem:
echo Setting build path to: C:\Program Files(x86)\IAR Systems\Embedded Workbench 8.4_3\common\bin
rem: SET  path=%ProgramFiles(x86)%\IAR Systems\Embedded Workbench 7.4\common\bin;%path%;
SET path==%ProgramFiles(x86)%\IAR Systems\Embedded Workbench 8.4_3\common\bin;%path%;&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;This is only a suggestion, I don&amp;#39;t have a sample for gcc just yet&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: GCC error</title><link>https://devzone.nordicsemi.com/thread/246034?ContentTypeID=1</link><pubDate>Wed, 22 Apr 2020 12:36:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9eaef475-5501-4c71-9afe-402346442b04</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;If you changed the path, as I suggested, the error message shall also change.&lt;/p&gt;
&lt;p&gt;Can you please post the updated error message?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: GCC error</title><link>https://devzone.nordicsemi.com/thread/246026?ContentTypeID=1</link><pubDate>Wed, 22 Apr 2020 12:18:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:554df8f3-d60c-40da-9a24-b4d77710e7de</guid><dc:creator>Manoj Hiwarkar</dc:creator><description>&lt;p&gt;See the first message&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: GCC error</title><link>https://devzone.nordicsemi.com/thread/245809?ContentTypeID=1</link><pubDate>Tue, 21 Apr 2020 10:37:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6d15c442-053e-4d72-bd13-b804c4a25a9f</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Please post the error you&amp;#39;re seeing.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: GCC error</title><link>https://devzone.nordicsemi.com/thread/245773?ContentTypeID=1</link><pubDate>Tue, 21 Apr 2020 09:09:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:deaafcc6-e953-440e-af76-b41a2d704c3e</guid><dc:creator>Manoj Hiwarkar</dc:creator><description>&lt;p&gt;Still the issue persist.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: GCC error</title><link>https://devzone.nordicsemi.com/thread/245765?ContentTypeID=1</link><pubDate>Tue, 21 Apr 2020 08:42:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e1318fff-adc5-467c-8173-20f7207c25f5</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>[quote user=""]Cannot find: &amp;#39;C:\Program Files (x86)\GNU Tools ARM Embedded\8 2019-q3-updatearm-none-eabi-gcc&amp;#39;.[/quote]
&lt;p&gt;Try setting&amp;nbsp;&lt;span&gt;C:\Program Files (x86)\GNU Tools ARM Embedded\8 2019-q3-update\bin\&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Cheers,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Håkon&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: GCC error</title><link>https://devzone.nordicsemi.com/thread/245759?ContentTypeID=1</link><pubDate>Tue, 21 Apr 2020 08:21:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:85308d84-e5d8-4f7c-9b96-9ce3753bb5ae</guid><dc:creator>Manoj Hiwarkar</dc:creator><description>&lt;p&gt;beginner for what ? I have followed all the procedure and able to compile it properly with SDK 13 and earlier. But I am facing the issue only with SDK 14&amp;nbsp; and later.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: GCC error</title><link>https://devzone.nordicsemi.com/thread/245758?ContentTypeID=1</link><pubDate>Tue, 21 Apr 2020 08:20:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:43a00f05-516e-4b09-92ca-618ebfaee29b</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;Then you&amp;#39;re going to have to seek-out some tutorials on how to properly set up Eclipse for yourself.&lt;/p&gt;
&lt;p&gt;There are plenty available - search this forum for starters.&lt;/p&gt;
&lt;p&gt;You will need to be familiar with programming IDEs in general.&lt;/p&gt;
&lt;p&gt;You will have to learn how to read, understand, and act on messages like that.&lt;/p&gt;
&lt;p&gt;Again, it is really not a beginner&amp;#39;s task - do you have colleagues / supervisors / teachers who could help you?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: GCC error</title><link>https://devzone.nordicsemi.com/thread/245756?ContentTypeID=1</link><pubDate>Tue, 21 Apr 2020 08:14:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9ba98920-7a78-4f90-9a6c-973aab6e4fcb</guid><dc:creator>Manoj Hiwarkar</dc:creator><description>&lt;p&gt;As of now i have to use eclipse only. You also have given armgcc folder in you sdk Can you help me to get&amp;nbsp; rid of this issue?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: GCC error</title><link>https://devzone.nordicsemi.com/thread/245755?ContentTypeID=1</link><pubDate>Tue, 21 Apr 2020 08:10:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f7ae8967-86bf-4b7c-8dca-f9bd693e8d97</guid><dc:creator>awneil</dc:creator><description>[quote userid="67033" url="~/f/nordic-q-a/60461/gcc-error"]Please set values in: &amp;quot;C:/Nrf_Env/nRF5SDK14101dda907/components/toolchain/gcc/Makefile.windows&amp;quot;&lt;br /&gt;according to the actual configuration of your system[/quote]
&lt;p&gt;So did you do that?&lt;/p&gt;
&lt;p&gt;As already noted, this would all be done for you with SES:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/60423/eclipse/245725#245725"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/60423/eclipse/245725#245725&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/60436/free-compiler/245723#245723"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/60436/free-compiler/245723#245723&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Setting up Eclipse is not a task for beginners - or even for faint-hearted veterans!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>