tmedicci commented on PR #16095: URL: https://github.com/apache/nuttx/pull/16095#issuecomment-2766287933
> > Hi @chirping78 , > > If you don't mind, can you please run `make host_info` and update the PR's description with it? Particularly, I'm interested on Toolchain versions used for testing it. You can borrow any sensitive information. > > @tmedicci cannot run `make host_info` here, it output some errors: > > ``` > $ make host_info > file sysinfo.h not exists > DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. > Traceback (most recent call last): > File "/source/NuttX/nuttx/tools/host_info_dump.py", line 575, in <module> > header = generate_header(args) > File "/source/NuttX/nuttx/tools/host_info_dump.py", line 469, in generate_header > vendor_output, vendor_build_output = get_vendor_info(info["NUTTX_CONFIG"]) > File "/source/NuttX/nuttx/tools/espressif/chip_info.py", line 358, in get_vendor_info > info["ESPRESSIF_ESPTOOL"].split("-")[1] > IndexError: list index out of range > make: *** [tools/Unix.mk:644: host_info] Error 1 > ``` > > About the toolchain version, I have not updated it after last time you told me to use the same version as in CI's docker. By the error message, it seems you're using Python 2.7. Can you double-check, please? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org