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

No gcc tools

Installed nRF5_SDK_15.2.0_9412b96 to use with the nRF528240 DK.  The SPI example suggests using a makefile.  My computer does not have "make", nor gcc.  Did I need to install another package?  I assume I need the right GCC/MAKE and I do not seem to have them.

Parents Reply
  • I'm finding the documentation for this kit very confusing and scattered, so I'm going through the dev documentation step by step.  The QSPI example I'm referring to is on this webpage:

    https://www.nordicsemi.com/DocLib/Content/SDK_Doc/nRF5_SDK/v15-2-0/getting_started_qspi

    Under the heading "Procedure", you'll see that we're directed to navigate to the project directory and make the example:

    make flash

    This is where I realized that I do not have the gcc tools.

    I am planning to use IAR for development.  I'm trying to get this working, but the documentation is chaotic.  Maybe I don't need gcc anyway, and I certainly don't plan to use quad SPI in the final product.  This was just the "next step" in the documentation chain.

    If there is a better place I should be looking to get me up and running I'd love to know.  I can already run the "blinky" example but haven't succeeded with SoftDevices yet.

    Once I can make SoftDevice based examples build, run, and debug under IAR things should be good, but its unclear how to get there.

Children
Related