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

Setting up Issue with arm-gnu-gcc

Hello, I am trying to work with the nrf51sdkv10 and trying to install arm-gnu-gcc toolchain on my MAC-OSx (El-Capitan). I downloaded the 4.9.3 version and installed in the /usr/local/ directory. Next I added the location to the path and updated the same path in the Makefile.posix. However, I still get the error: make: *** No rule to make target _build/system_nrf51.o', needed bynrf51422_xxac'. Stop.

In my path there are no spaces so the work around given in the tutorial for this case does not apply here. Any suggestions or help would be highly appreciated. Thank you

For ref from tutorial: Errors like "make: No rule to make target '_build/Nordic', needed by `nrf51422_xxac". Stop can also be an indication that build tools are unable to handle whitespaces in the path. E.g, c:/nordic semicondtor/SDK/... Workaround is to remove any whitespaces you may have with underscores.

I am new to this forum, kindly pardon me for any missing details, which I should have mentioned. Please let me know if there is something more I should provide as an information.

Related