When I am building my code on Segger Embedded Studio, I get a following error:
Not sure why this error is happening.
When I am building my code on Segger Embedded Studio, I get a following error:
Not sure why this error is happening.
Hi,
Could you give some more info about what you are trying to compile ?
Is it a nRF5 SDK example ?
Hi,
Could you give some more info about what you are trying to compile ?
Is it a nRF5 SDK example ?
Hi, is there a way to check it? I am not 100% sure, but since we have run BLE_BLINKY example, I think it was nRF5 SDK.
Please give more detail about the application otherwise it's very hard for us to help you.
Please try testing with unmodified nRF5 SDK. You can download the SDK here.
So the same exact code builds on someone else's laptop, but not mine.
Right now, I am using MacOS, and nrfutil command runs on the terminal. The command that we are using is attached below,
Are there possibly other settings that I need to set up? Let me know if you need further clarification.
Thanks
Hi,
The command is to generate bootloader setting that matched with your new built application. So every time you build the application the script is called to generate the bootloader setting for the application.
This is not something we do in our example. I guess it's added by some one who wrote the code. But the script was made for Windows maybe that's why it doesn't work in your case.
In addition you need to instal nrfutil.
You can read more about bootloader setting here. You can generate bootloader setting manually by calling nrfutil separately from SES.
If you don't plan to use the bootloader, you don't need to generate bootloader setting.