This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

About replacing "Makefile" with "Segger Embedded Studio"

SDK: 15.3.0
SoftDevice: S132
Device: EYSHJNZWZ (nRF52832)

I'm compiling using "Makefile".
The files you are compiling also include files in ".a" format.
I want to replace it with "Segger Embedded Studio".
Please tell me how to replace it.

I know that I have the following references:

https://forum.segger.com/index.php/Thread/4726-SOLVED-Importing-ARMGCC-Makefile/

https://devzone.nordicsemi.com/f/nordic-q-a/56497/segger-embedded-studio---import-makefile

I've tried it, but I'm getting an error.
Please tell me what to do.

Parents
  • Hi,

    Normally the most efficient way to do this is to start of with a SES example project from the SDK that matches as close as possible what you want to do (Same IC, same SoftDevice, etc). Then manually add the files you need, and adjust configurations. This might take a bit of time, but that is how it is.

  • The generated HEX file is different for MakeFile and SES.
    Is it possible to make an exact match?

  • No. The toolchains are different, so I do not see any way you can make it generate the exact same hex file (you will also typically  see different resulting hex files if you use different versions of the same toolchains and the same configuration, as some optimization algorithm etc. could have been changed between versions).

Reply
  • No. The toolchains are different, so I do not see any way you can make it generate the exact same hex file (you will also typically  see different resulting hex files if you use different versions of the same toolchains and the same configuration, as some optimization algorithm etc. could have been changed between versions).

Children
No Data
Related