[LMA Filter] Dynamic MPU-Safe Packing Initiated:
-> Code region ends at Flash LMA: 0x60132c50
-> Data payload will start at aligned Flash LMA: 0x60134000
[LMA Filter] GDB Patching: Applying LMA modifications directly to zephyr.elf...
Traceback (most recent call last):
File "/home/vovan/ZEPHYR_RTOS/zephyrproject/zephyr/samples/pjsip/pjproject/lma_adjust.py", line 139, in <module>
main()
File "/home/vovan/ZEPHYR_RTOS/zephyrproject/zephyr/samples/pjsip/pjproject/lma_adjust.py", line 126, in main
subprocess.run(elf_patch_cmd, check=True)
File "/home/vovan/.pyenv/versions/3.10.5/lib/python3.10/subprocess.py", line 524, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['/home/vovan/ZEPHYR_RTOS/zephyrsdk/zephyr-sdk-0.16.3/arm-zephyr-eabi/bin/arm-zephyr-eabi-objcopy', '--change-section-lma', 'rom_start=0x60000000', '--change-section-lma', 'text=0x60002280', '--change-section-lma', '.ARM.exidx=0x600eeaf4', '--change-section-lma', 'initlevel=0x600eeafc', '--change-section-lma', 'device_area=0x600eec84', '--change-section-lma', 'sw_isr_table=0x600ef008', '--change-section-lma', 'dma_driver_api_area=0x600ef508', '--change-section-lma', 'entropy_driver_api_area=0x600ef530', '--change-section-lma', 'flash_driver_api_area=0x600ef538', '--change-section-lma', 'gpio_driver_api_area=0x600ef550', '--change-section-lma', 'i2c_driver_api_area=0x600ef574', '--change-section-lma', 'i2s_driver_api_area=0x600ef58c', '--change-section-lma', 'clock_control_driver_api_area=0x600ef5a0', '--change-section-lma', 'mdio_driver_api_area=0x600ef5bc', '--change-section-lma', 'uart_driver_api_area=0x600ef5d4', '--change-section-lma', 'ethphy_driver_api_area=0x600ef620', '--change-section-lma', 'net_l3_register_area=0x600ef648', '--change-section-lma', 'net_socket_register_area=0x600ef678', '--change-section-lma', 'log_const_area=0x600ef688', '--change-section-lma', 'log_backend_area=0x600ef810', '--change-section-lma', 'input_callback_area=0x600ef820', '--change-section-lma', 'shell_area=0x600ef844', '--change-section-lma', 'shell_root_cmds_area=0x600ef874', '--change-section-lma', 'shell_subcmds_area=0x600ef8b4', '--change-section-lma', 'shell_dynamic_subcmds_area=0x600efc60', '--change-section-lma', 'rodata=0x600efc90', '--change-section-lma', 'usbd_msc_lun_area=0x60132c3c', '--change-section-lma', '.ramfunc=0x60134000', '--change-section-lma', 'net_l2_area=0x60134080', 'zephyr.elf', 'zephyr.elf']' returned non-zero exit status 1.
ninja: build stopped: subcommand failed.