<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://test-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>&amp;quot;arm-none-eabi-gcc&amp;quot;Not Found</title><link>https://test-devzone.nordicsemi.com/f/nordic-q-a/88406/arm-none-eabi-gcc-not-found</link><description>Hi there: 
 I were develop product with nrf52832 ,nRF5 SDK version 17.0.2 and mesh sdk 5.0.0. And i install the toolchain on the ubuntu 20 follow the guidance https://infocenter.nordicsemi.com/index.jsp . I install the arm-none-eabi-gcc through the source</description><dc:language>en-US</dc:language><generator>Telligent Community 13 Non-Production</generator><lastBuildDate>Tue, 14 Jun 2022 12:42:12 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://test-devzone.nordicsemi.com/f/nordic-q-a/88406/arm-none-eabi-gcc-not-found" /><item><title>RE: "arm-none-eabi-gcc"Not Found</title><link>https://test-devzone.nordicsemi.com/thread/372387?ContentTypeID=1</link><pubDate>Tue, 14 Jun 2022 12:42:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:415516ab-dc42-4c42-b96e-5bad9516ab17</guid><dc:creator>user8164</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;From your first post:&lt;/p&gt;
[quote user=""]test the command there was no error.[/quote]
&lt;p&gt;What command did you test then, and from what directory?&lt;/p&gt;
&lt;p&gt;Are you able to open and build a mesh example using Segger Embedded Studio (SES)?&lt;br /&gt;(SES is free of charge for nRF based projects)&lt;/p&gt;
&lt;p&gt;Where did you put the manual install of gcc-arm-none-eabi?&lt;/p&gt;
&lt;p&gt;What path did you add to path?&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Terje&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: "arm-none-eabi-gcc"Not Found</title><link>https://test-devzone.nordicsemi.com/thread/370070?ContentTypeID=1</link><pubDate>Tue, 31 May 2022 02:57:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c76eeb16-8100-451d-a91f-93965c0bc903</guid><dc:creator>user112779</dc:creator><description>&lt;div&gt;
&lt;div&gt;&lt;span&gt;Hi,&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; Thanks reply, my Arm GUN toolchain version is :gcc-arm-none-eabi-10.3-2021.10-x86_64-linux. And i build with make system but the same error was occur.&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span&gt;detail error output:&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span&gt;(mesh) parjing@ubuntu:~/code/nrfPrjs/Mesh/build$ sudo cmake -DSDK_ROOT=../../BleSdk ..&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;-- Configuring CMake for nRF5 SDK for Bluetooth Mesh 5.0.0&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;-- SDK_ROOT=/home/parjing/code/nrfPrjs/BleSdk --- set with command line ARG&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;-- Setting build type to &amp;#39;RelWithDebInfo&amp;#39; as none was specified.&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;-- PC-Lint executable not found. Linting disabled.&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;-- SDK: nRF5_SDK_17.0.2_d674dde&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;-- Platform: nrf52832_xxAA&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;-- Arch: cortex-m4f&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;-- SoftDevice: s132_7.2.0&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;-- Board: pca10040&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;-- The C compiler identification is unknown&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;-- The ASM compiler identification is unknown&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;-- Didn&amp;#39;t find assembler&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CMake Error at CMakeLists.txt:75 (enable_language):&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;The CMAKE_C_COMPILER:&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span&gt;arm-none-eabi-gcc&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span&gt;is not a full path and was not found in the PATH.&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span&gt;Tell CMake where to find the compiler by setting either the environment&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;variable &amp;quot;CC&amp;quot; or the CMake cache entry CMAKE_C_COMPILER to the full path to&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;the compiler, or to the compiler name if it is in the PATH.&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;div&gt;&lt;span&gt;CMake Error at CMakeLists.txt:75 (enable_language):&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;No CMAKE_ASM_COMPILER could be found.&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span&gt;Tell CMake where to find the compiler by setting either the environment&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;variable &amp;quot;ASM&amp;quot; or the CMake cache entry CMAKE_ASM_COMPILER to the full path&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;to the compiler, or to the compiler name if it is in the PATH.&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;div&gt;&lt;span&gt;-- Warning: Did not find file Compiler/-ASM&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;-- Configuring incomplete, errors occurred!&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;See also &amp;quot;/home/parjing/code/nrfPrjs/Mesh/build/CMakeFiles/CMakeOutput.log&amp;quot;.&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;See also &amp;quot;/home/parjing/code/nrfPrjs/Mesh/build/CMakeFiles/CMakeError.log&amp;quot;.&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;(mesh) parjing@ubuntu:~/code/nrfPrjs/Mesh/build$&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: "arm-none-eabi-gcc"Not Found</title><link>https://test-devzone.nordicsemi.com/thread/370018?ContentTypeID=1</link><pubDate>Mon, 30 May 2022 14:01:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0f7e5e28-1fff-4f92-a3ff-f0728689758e</guid><dc:creator>user8164</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The link to the documentation seems wrong. You can use the &amp;quot;Copy URL&amp;quot; link in the top right corner of Infocenter documentation pages, for getting an URL to the given page. I assume you mean:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Installing toolchain: &lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.meshsdk.v5.0.0%2Fmd_doc_getting_started_how_to_toolchain.html"&gt;https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.meshsdk.v5.0.0%2Fmd_doc_getting_started_how_to_toolchain.html&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Building examples: &lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.meshsdk.v5.0.0%2Fmd_doc_getting_started_how_to_build.html&amp;amp;anchor=how_to_build_cmake_building"&gt;https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.meshsdk.v5.0.0%2Fmd_doc_getting_started_how_to_build.html&amp;amp;anchor=how_to_build_cmake_building&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;In order for us to know what exact error this is, please share the full error output. It will show the exact phrasing of the error, as well as show what happens up to that point.&lt;/p&gt;
&lt;p&gt;Things you can try:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Check that you have installed &lt;a href="https://developer.arm.com/downloads/-/gnu-rm"&gt;Arm GNU Toolchain&lt;/a&gt;, preferrably version 9-2019-q4-major (9.2.1) which is the one tested and confirmed for nRF5 SDK for Mesh v5.0.0, but later versions should also work.&lt;/li&gt;
&lt;li&gt;Try building with make as build system. This is the default build system for Debian/Ubuntu systems. If you don&amp;#39;t have make, you can install it on the system through the package manager.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Please note that usually you do not need to build the stack. You can &lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.meshsdk.v5.0.0%2Fmd_doc_getting_started_how_to_build.html&amp;amp;anchor=how_to_build_segger"&gt;build any example using SEGGER Embedded Studio&lt;/a&gt; (SES). You can use SES free of charge for nRF SoC projcects, see &lt;a href="https://www.nordicsemi.com/Products/Development-tools/Segger-Embedded-Studio/Get-Started"&gt;SEGGER Embedded Studio&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Terje&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>