mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-11 21:45:22 +00:00
Fixes: #28893 Now using get_filename_component(REALPATH) to ensure full path with symlinks and `..` resolved. Having `..` in path causes the gcc generated dependency file to contain `\` in path on windows. This confuses ninja. The result is that ninja consider the file missing, and thus invokes a CMake run to create the file, resulting in endless loop. By ensuring that full path (containing `/` which is already ensured) when calling gcc, then all paths will be posix style, making ninja happy. Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no> |
||
---|---|---|
.. | ||
app | ||
bintools | ||
compiler | ||
emu | ||
flash | ||
ide | ||
linker | ||
makefile_exports | ||
reports | ||
toolchain | ||
usage | ||
util | ||
boards.cmake | ||
ccache.cmake | ||
cfb.cmake | ||
dts.cmake | ||
extensions.cmake | ||
extra_flags.cmake | ||
gcc-m-cpu.cmake | ||
generic_toolchain.cmake | ||
git.cmake | ||
hex.cmake | ||
host-tools.cmake | ||
kconfig.cmake | ||
kobj.cmake | ||
mcuboot.cmake | ||
pristine.cmake | ||
python.cmake | ||
target_toolchain_flags.cmake | ||
target_toolchain.cmake | ||
version.cmake | ||
west.cmake | ||
zephyr_module.cmake |