Define missing in example file of Asset Tracker

I tried to test the asset tracker on nRF9160DK. The Build fails as shown in attached images due to missing define shown in second image.

Gulzar  Singh

 

  • Hi,

    Did you make any changes to the application or to any of the configurations? What did you select as build target?

    FLIP_INPUT is being defined in the Kconfig file:

    config FLIP_INPUT
        int "Button or switch number to simulate flip"
        range 1 4 if BOARD_NRF9160DK_NRF9160_NS
        range 1 1 if BOARD_THINGY91_NRF9160_NS
        default 3 if BOARD_NRF9160DK_NRF9160_NS
        default 1 if BOARD_THINGY91_NRF9160_NS

    Can you upload the output from SES here? In the output terminal select Output instead of Tasks and copy the entire output, then upload it here with Insert > Code and add the output there.

    Best regards,

    Marte

  • Hi Marte, attached image of error and Flip_Input

  • Hi,

    Marte Myrvold said:
    Did you make any changes to the application or to any of the configurations? What did you select as build target?

    Please answer my previous questions.

    Marte Myrvold said:
    In the output terminal select Output instead of Tasks and copy the entire output, then upload it here with Insert > Code and add the output there.

    Select Output in the terminal, not Tasks:

    I need the entire output and as text, not just a picture of a part of it so select all (Ctrl+A or right click > select all):

    Copy what you selected with Ctrl+C or right click > copy.

    In your reply here on DevZone select Insert > Code:

    Then paste the output you copied from SES in the text field that appears with Ctrl+V or right click > paste and press OK:

    Best regards,

    Marte

Related