This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

How to configure Embedded Studio to generate full build log output? For example I want check whether all the header I included is compiled correctly.

Hi Guys,

How do I configure Embedded Studio to generate full build log output? For example I want check whether all the header I included is compiled correctly.

Parents
  • Hi.

    You can find the output build log under Build --> Show Log Build, like this:

    I'm a bit unsure what you mean by compiling header files? Header files are not compiled, they are included in .c files, which then are compiled.

    If you have any faults during compilation then they should be listed here.

    - Andreas

  • Hi Andreas,

    Thanks for your input. I was trying to have more verbose output. Target is to get the *.d info printed on the output build.

    For example:

    C:\nRF5_SDK_MWDS\components\libraries\button\app_button.c \
    ../../../../../../components/libraries/util/sdk_common.h \
    C:/Program\ Files\ (x86)/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 3.34a/include/stdint.h \
    C:/Program\ Files\ (x86)/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 3.34a/include/stdbool.h \
    C:/Program\ Files\ (x86)/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 3.34a/include/string.h \
    C:/Program\ Files\ (x86)/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 3.34a/include/__crossworks.h \
    ../config/sdk_config.h \
    ../../../../../../components/libraries/util/nordic_common.h \
    ../../../../../../modules/nrfx/mdk/compiler_abstraction.h \
    ../../../../../../components/libraries/util/sdk_os.h \
    ../../../../../../components/libraries/util/sdk_errors.h \
    ../../../../../../components/drivers_nrf/nrf_soc_nosd/nrf_error.h \
    ../../../../../../components/libraries/util/app_util.h \
    C:/Program\ Files\ (x86)/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 3.34a/include/stddef.h \
    ../../../../../../modules/nrfx/mdk/nrf.h \
    ../../../../../../modules/nrfx/mdk/nrf52840.h \
    ../../../../../../components/toolchain/cmsis/include/core_cm4.h \
    ../../../../../../components/toolchain/cmsis/include/core_cmInstr.h \
    ../../../../../../components/toolchain/cmsis/include/cmsis_gcc.h \
    ../../../../../../components/toolchain/cmsis/include/core_cmFunc.h \
    ../../../../../../components/toolchain/cmsis/include/core_cmSimd.h \
    ../../../../../../modules/nrfx/mdk/system_nrf52840.h \

  • Hi.

    I'm unaware on any other possibilities except using emBuild.exe with the -verbose option.

    You could perhaps ask on Seggers own forum, here?

    - Andreas

Reply Children
No Data
Related