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

GNU ARM compiler 7.3.1 executable option

Hello to everyone,

i would like to know what is the default configuration option of '--enable-checking' for GNU arm compiler 7.3.1.

Thanks in advance,

Best Regards,

Andrea

Parents
  • Sorry,

    I put in Infrastructure Solutions for mistake.

    However I'm interested on runtime check option that is not present in the list:

    C:\ti\ccs1011\ccs\tools\compiler\gcc-arm-none-eabi-7-2018-q2-update-win32\bin>arm-none-eabi-gcc -Q --help=target
    The following options are target specific:
    -mabi= aapcs
    -mabort-on-noreturn [disabled]
    -mapcs [disabled]
    -mapcs-frame [disabled]
    -mapcs-reentrant [disabled]
    -mapcs-stack-check [disabled]
    -march= armv2
    -marm [enabled]
    -masm-syntax-unified [disabled]
    -mbig-endian [disabled]
    -mcallee-super-interworking [disabled]
    -mcaller-super-interworking [disabled]
    -mcmse [disabled]
    -mcpu= [default]
    -mfix-cortex-m3-ldrd [disabled]
    -mflip-thumb [disabled]
    -mfloat-abi= soft
    -mfp16-format= none
    -mfpu= vfp
    -mhard-float
    -mlittle-endian [enabled]
    -mlong-calls [disabled]
    -mneon-for-64bits [disabled]
    -mpic-data-is-text-relative [enabled]
    -mpic-register=
    -mpoke-function-name [disabled]
    -mprint-tune-info [disabled]
    -mpure-code [disabled]
    -mrestrict-it [disabled]
    -msched-prolog [enabled]
    -msingle-pic-base [disabled]
    -mslow-flash-data [disabled]
    -msoft-float
    -mstructure-size-boundary= 8
    -mthumb [disabled]
    -mthumb-interwork [enabled]
    -mtls-dialect= gnu
    -mtp= soft
    -mtpcs-frame [disabled]
    -mtpcs-leaf-frame [disabled]
    -mtune= [default]
    -munaligned-access [disabled]
    -mvectorize-with-neon-double [disabled]
    -mvectorize-with-neon-quad [enabled]
    -mword-relocations [disabled]

    Andrea

Reply
  • Sorry,

    I put in Infrastructure Solutions for mistake.

    However I'm interested on runtime check option that is not present in the list:

    C:\ti\ccs1011\ccs\tools\compiler\gcc-arm-none-eabi-7-2018-q2-update-win32\bin>arm-none-eabi-gcc -Q --help=target
    The following options are target specific:
    -mabi= aapcs
    -mabort-on-noreturn [disabled]
    -mapcs [disabled]
    -mapcs-frame [disabled]
    -mapcs-reentrant [disabled]
    -mapcs-stack-check [disabled]
    -march= armv2
    -marm [enabled]
    -masm-syntax-unified [disabled]
    -mbig-endian [disabled]
    -mcallee-super-interworking [disabled]
    -mcaller-super-interworking [disabled]
    -mcmse [disabled]
    -mcpu= [default]
    -mfix-cortex-m3-ldrd [disabled]
    -mflip-thumb [disabled]
    -mfloat-abi= soft
    -mfp16-format= none
    -mfpu= vfp
    -mhard-float
    -mlittle-endian [enabled]
    -mlong-calls [disabled]
    -mneon-for-64bits [disabled]
    -mpic-data-is-text-relative [enabled]
    -mpic-register=
    -mpoke-function-name [disabled]
    -mprint-tune-info [disabled]
    -mpure-code [disabled]
    -mrestrict-it [disabled]
    -msched-prolog [enabled]
    -msingle-pic-base [disabled]
    -mslow-flash-data [disabled]
    -msoft-float
    -mstructure-size-boundary= 8
    -mthumb [disabled]
    -mthumb-interwork [enabled]
    -mtls-dialect= gnu
    -mtp= soft
    -mtpcs-frame [disabled]
    -mtpcs-leaf-frame [disabled]
    -mtune= [default]
    -munaligned-access [disabled]
    -mvectorize-with-neon-double [disabled]
    -mvectorize-with-neon-quad [enabled]
    -mword-relocations [disabled]

    Andrea

Children