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 code instead of apt-get install but i add the location to the PATH and test the command there was no error. But when i run the command "cmake -GNinja ..", then the output log show that there were no arm-none-eabi-gcc . How can I do to fix that?