MAC M1 CPU Nordic connect nrf 2.0.0 build appears subprocess.CalledProcessError

hi

my computer(MACOS CPU M1 and VSCode)

My computer build code appear error message

  raise subprocess.CalledProcessError(popen.returncode, cmd_list,
subprocess.CalledProcessError: Command '['rev-parse', 'manifest-rev^{commit}']' returned non-zero exit status 128.
ninja: build stopped: subcommand failed.

thx 

Parents
  • Hello,

    Could you please tell me what project are you trying to build?

    Also, if you run "west update" in your NCS repository, is there anything failing?

    In general the error is most likely related to west trying to pull something from git, but failing because it cannot access the SSH keys/credentials.

    I have managed to get the same error that way.

    Best regards,

    Michal

Reply
  • Hello,

    Could you please tell me what project are you trying to build?

    Also, if you run "west update" in your NCS repository, is there anything failing?

    In general the error is most likely related to west trying to pull something from git, but failing because it cannot access the SSH keys/credentials.

    I have managed to get the same error that way.

    Best regards,

    Michal

Children
Related