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 "Command-line options" of "Segger Embedded Studio"

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

I know there is the following documentation.
・ SEGGER Embedded Studio Reference Manual : https://studio.segger.com/
・ UM20005: SEGGER Linker User Guide & Reference Manual
・ UM20006: SEGGER Assembler User Guide & Reference Manual
・ UM12007: emRun User Guide & Reference Manual

1) The description for "-mabi" cannot be found in the document.
   What document do I need to see?

2) I am doing a MakeFile to "SEGGER Embedded Studio" replacement.
   Therefore, it is necessary to set the command line option in "SEGGER Embedded Studio".
   Take the command line option "-mcpu" as an example.
   How should I make the same settings as "-mcpu" in "SEGGER Embedded Studio"?
   I think I can set it from below, but I'm not sure if it's correct.
       "Options> Code> Code Generation> ARM Core Type"
   What document can I understand by looking at it?

Parents
  • Hi Takashina,

    1) The description for "-mabi" cannot be found in the document.
       What document do I need to see?

    This option is for the GNU GCC Arm toolchain. See https://gcc.gnu.org/onlinedocs/gcc/ARM-Options.html

    I am not aware of any documentation from Nordic Semiconductor on this.

    2) I am doing a MakeFile to "SEGGER Embedded Studio" replacement.
       Therefore, it is necessary to set the command line option in "SEGGER Embedded Studio".
       Take the command line option "-mcpu" as an example.
       How should I make the same settings as "-mcpu" in "SEGGER Embedded Studio"?
       I think I can set it from below, but I'm not sure if it's correct.
           "Options> Code> Code Generation> ARM Core Type"
       What document can I understand by looking at it?

    To get better help in finding documentation on the Segger Embedded Studio configuration menues , I recommend that you contact Segger. For example in their Forum for SEGGER Embedded Studio related things.

    Regards,
    Sigurd Hellesvik

Reply
  • Hi Takashina,

    1) The description for "-mabi" cannot be found in the document.
       What document do I need to see?

    This option is for the GNU GCC Arm toolchain. See https://gcc.gnu.org/onlinedocs/gcc/ARM-Options.html

    I am not aware of any documentation from Nordic Semiconductor on this.

    2) I am doing a MakeFile to "SEGGER Embedded Studio" replacement.
       Therefore, it is necessary to set the command line option in "SEGGER Embedded Studio".
       Take the command line option "-mcpu" as an example.
       How should I make the same settings as "-mcpu" in "SEGGER Embedded Studio"?
       I think I can set it from below, but I'm not sure if it's correct.
           "Options> Code> Code Generation> ARM Core Type"
       What document can I understand by looking at it?

    To get better help in finding documentation on the Segger Embedded Studio configuration menues , I recommend that you contact Segger. For example in their Forum for SEGGER Embedded Studio related things.

    Regards,
    Sigurd Hellesvik

Children
  • This option is for the GNU GCC Arm toolchain.
    See https://gcc.gnu.org/onlinedocs/gcc/ARM-Options.html

    Thank you for teaching me.
    I was able to find it.

    To get better help in finding documentation on the Segger Embedded Studio configuration menues , I recommend that you contact Segger. 
    For example in their Forum for SEGGER Embedded Studio related things.

    I will contact the Forum for SEGGER Embedded Studio.

Related