This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

“arm-none-eabi-gcc” cannot be opened because the developer cannot be verified.

trying to usenRF Connect SDK for the first time.

Could be because of recent upgrades to MacOS.

(I have used gcc with nRF SDKs before)

Paul 

Parents Reply
  • Hi,

    paul_tanner said:
    Where should .zephyrrc be located?  Tried it in my home directory to no effect.

    Yes, it should be in your home directory.

    To build from the command line you navigate to the nRF Connect SDK folder. Then you first need to source zephyr/zephyr-env.sh:

    source zephyr/zephyr-env.sh

    After that, navigate to the project you want to build, e.g. at_client:

    cd nrf/samples/nrf9160/at_client

    and then build with west like this:

    west build -b nrf9160dk_nrf9160ns --pristine

    Does that work? If not, what error do you get?

    I should also note that the Toolchain Manager has experimental support for macOS now, and using that you will get a sandboxed toolchain automatically and would not have to to through this manual setup.

Children
Related