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
  • Thanks for the quick response.  Yes, I noticed that I missed the "Q".

    Before taking the methodical approach I am taking now, I "jumped in" and tried to load, build, and run IAR examples.  The "blinky" examples worked fine.  I went to a BLE example (can't remember which).  IAR built it but couldn't debug anything.

    I assumed this had to do with the SoftDevices, so I started down the "Getting Started" path since I have no experience with SoftDevices.  It is here that things got ugly - emphasis on Keil, gcc, etc.  I'm trying to get through the make-It-work-in-IAR-with-SoftDevice phase.

    Once I get past this, I expect to then get to the "real work" of understanding the whole Nordic ecosystem and BLE 5.0 in general.  That's where I want to put the effort, not in the idiosyncrasies of the toolset.

Children
  • Indeed, IAR is a "minority interest".

    I presume you're using it because you've already paid the (considerable) licence fee?

    Perhaps IAR can help you?

    But, at the end of the day, as far as the toolchain is concerned, the nRF52 is just a Cortex-M4.

    The main thing with the SoftDevice is reserving the memory (Flash & RAM) for it - apart from that, the toolchain (whatever you use) is pretty much oblivious.

    But I think the original question of this thread has been answered - so best to start a new thread for further discussions 

    PM me if you're looking for paid assistance ...

Related