COPY/NOCOPY flag was added to the end of the string with ':' as separators. The python script then split the line on ':' which breaks on Windows build because the string was [MEM]:[FILE]:[COPY] In windows you will have 'c:\' in the file path so the line.split() in script will split on the 'c:'. Move the COPY/NOCOPY to: [MEM]:[COPY/NOCOPY]:[FILE] Note that the comments at top of gen_relocate_app.py also indicates this format. Fixes #43950 Signed-off-by: David Leach <david.leach@nxp.com> |
||
|---|---|---|
| .. | ||
| arch.cmake | ||
| boards.cmake | ||
| ccache.cmake | ||
| configuration_files.cmake | ||
| doc.cmake | ||
| dts.cmake | ||
| extensions.cmake | ||
| generic_toolchain.cmake | ||
| host-tools.cmake | ||
| kconfig.cmake | ||
| kernel.cmake | ||
| python.cmake | ||
| root.cmake | ||
| shields.cmake | ||
| soc.cmake | ||
| target_toolchain.cmake | ||
| unittest.cmake | ||
| user_cache.cmake | ||
| verify-toolchain.cmake | ||
| version.cmake | ||
| west.cmake | ||
| zephyr_default.cmake | ||
| zephyr_module.cmake | ||