s -al /home/vovan/ZEPHYR_RTOS/zephyrsdk/zephyr-sdk-0.16.3/arm-zephyr-eabi/bin/arm-zephyr-eabi-readelf
-rwxr-xr-x 2 vovan users 977144 Sep 22 2023 /home/vovan/ZEPHYR_RTOS/zephyrsdk/zephyr-sdk-0.16.3/arm-zephyr-eabi/bin/arm-zephyr-eabi-readelf
Generating files from /home/vovan/ZEPHYR_RTOS/zephyrproject/zephyr/build_rt1024/build_pjsip/zephyr/zephyr.elf for board: mimxrt1024_evk
Traceback (most recent call last):
File "/home/vovan/ZEPHYR_RTOS/zephyrproject/zephyr/build_rt1024/build_pjsip/zephyr/adjust_lma_filter.py", line 12, in <module>
res = subprocess.run(['arm-zephyr-eabi-readelf', '-S', elf_file], capture_output=True, text=True)
File "/home/vovan/.pyenv/versions/3.10.5/lib/python3.10/subprocess.py", line 501, in run
with Popen(*popenargs, **kwargs) as process:
File "/home/vovan/.pyenv/versions/3.10.5/lib/python3.10/subprocess.py", line 969, in __init__
self._execute_child(args, executable, preexec_fn, close_fds,
File "/home/vovan/.pyenv/versions/3.10.5/lib/python3.10/subprocess.py", line 1845, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'arm-zephyr-eabi-readelf'
ninja: build stopped: subcommand failed.