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
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
Hi,
paul_tanner said:Is that the right version/ location?
Yes, that looks correct (matches SES (Nordic) 5.10d).
It is a bit difficult to suggest anything as I have not reproduced this, but a colleague of mine had a similar issue and found that it was a problem that ninja only had execute permissions but not read. That was also suggested in this thread. Can you try that and see if changing the file permissions of ninja helps?
I have looked at these permissions and they look OK.
Note also, I can build manually with west. Presumably that and SES use the same tools.
Hi,
paul_tanner said:I have looked at these permissions and they look OK.
I see.
paul_tanner said:Note also, I can build manually with west. Presumably that and SES use the same tools.
Yes, SES use mostly the same tools. It was just a shot in the dark, really...
Which MacOS version are you using? We see what appears to be the same issue with the toolchain manager and SES under Catalina and other issues under Big Sur. It has been reported and is being looked into but I do not have any further suggestions at the moment.
In the mean-time though, building on the command line should be a good alternative. You can combine that with the Segger Ozone debugger, which will still give you a user friendly debugging experience.