aws_iot sample fails to build configuration

Hello,

I'm using visual studio code with nrf 2.9.0  with a nrf9151 on WINDOWS

I added the aws_iot sample as a workspace application

Once I tried to build the configuration it fails.

Attached is the configuration build output.

I am not sure what the problem is . I've spent about 4 days now trying to get something to compile, I am getting closer since I'm now using the workspace application, but I keep running into errors without any changes to the source.

Please let me know how to fix this. I need a step by step answer.

aws_iot_workspace_make_configuration_fail.docx

Parents Reply
  • Here is the current problem to be clear.

    Traceback (most recent call last):
      File "C:\ncs\v2.9.0\zephyr\scripts\zephyr_module.py", line 888, in <module>
        main()
      File "C:\ncs\v2.9.0\zephyr\scripts\zephyr_module.py", line 878, in main
        meta = process_meta(args.zephyr_base, west_projs, modules,
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      File "C:\ncs\v2.9.0\zephyr\scripts\zephyr_module.py", line 589, in process_meta
        manifest_project["revision"] +=  "-off"
    TypeError: unsupported operand type(s) for +=: 'NoneType' and 'str'
    ninja: build stopped: subcommand failed.

    The build configuration output is in this document.

    I am using windows, nrf connect which launches nrf 2.90 vs code, workspace application with aws_iot and NO changes to the code or any files

    aws_iot_2.9.0_windows_build_configuration_error.docx

Children
No Data
Related