nRF7002DK--FATAL ERROR: command exited with status 1:

Hi,

    I want to use i2c for my own application.So I try to open an exiting application(\ncs\v2.5.0\zephyr\tests\drivers\i2c\i2c_api).After I edit Build Configuration as below and then build the demo project.However ,The building end with tip "ATAL ERROR: command exited with status 1:"

    How can slove this...,Thank you for you help.

  • Hi

    You need to scroll further up in your build log to see the first error/warning that was reported. This "FATAL ERROR" message just means that the build failed, and the reason for that will be higher up in the log. My guess is that you haven't set an I2C device in your application and that is what the build log is complaining about. But to say for sure I need to see the rest of your build log so we know what the issue actually is.

    Best regards,

    Simon

Related