I have this error while building my nRF connect project using segger embedded studio have you an Idea about how to fix it?
I have this error while building my nRF connect project using segger embedded studio have you an Idea about how to fix it?
Hi,
What is the error? Which version of nRF Connect SDK are you using? Are you building one of our samples or applications from nRF Connect SDK, or is it a custom project?
Best regards,
Marte
Hi,
What is the error? Which version of nRF Connect SDK are you using? Are you building one of our samples or applications from nRF Connect SDK, or is it a custom project?
Best regards,
Marte
This is ther error:Error starting process C:\Users\ghaaz\ncs\v1.9.0\toolchain\opt/bin/arm-none-eabi-ar
and I'am running a project from edge impulse , and this is the link from github :edgeimpulse/example-standalone-inferencing-zephyr (github.com)
I just added added the edge impulse library like this:
and it is working with nRF52840 on vs code, but I can't see the print on the terminal when I use Arduino_nano_33_ble, But On Segger embedded studio I can see the print of arduino nano 33 ble but I can't build the project
Hi,
gizgiz said:but I can't see the print on the terminal when I use nRf52840,
Did you reset the board after flashing? How are you connecting to the device to see the prints?
VS Code is the recommended IDE, so it is preferable that you use that. SES is not supported in v2.0.0 of nRF Connect SDK and later.
gizgiz said:This is ther error:Error starting process C:\Users\ghaaz\ncs\v1.9.0\toolchain\opt/bin/arm-none-eabi-ar
Can you copy the entire output from SES when you get the error?
Best regards,
Marte
This is the output from SES
Hi,
Please select 'Output' instead of 'Tasks', then copy the entire log and paste it here using Insert > Code. Thank you.
Best regards,
Marte