Search Results

Search results 1-2 of 2.

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • We are trying to build our nordic nrf5 sdk project using SES emBuild tool on a build server. We have been able to install all the required tools including Segger embedded studio. We are able to build our project, and now looking into license setup. The documentation constains information about emLicense tool which we plan to use to activate SES installation on build server. But the registration page for license for nordic development requires MAC address. Is there any way around this? Since mac …

  • I am trying to build my nrf5 sdk v16 project in command line using embuild.exe but it fails with an error in step: Generating linker script 'projectName.ld' error: unknown option option -target I am using the following command: Shell-Script (1 line) using the option '-echo' in above command, I see following command being executed in the failed step: Shell-Script (3 lines)If mkld tool inside segger installation folder does not expect -target command option why is it being passed? I am using SES v…