We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e646f7c commit e554b70Copy full SHA for e554b70
builder/frameworks/espidf.py
@@ -1853,7 +1853,7 @@ def get_python_exe():
1853
1854
# This will add the linker flag for the map file
1855
extra_cmake_args.append(
1856
- f'-DCMAKE_EXE_LINKER_FLAGS=-Wl,-Map={os.path.join(BUILD_DIR, env.subst("$PROGNAME") + ".map")}'
+ f'-DCMAKE_EXE_LINKER_FLAGS=-Wl,-Map={fs.to_unix_path(os.path.join(BUILD_DIR, env.subst("$PROGNAME") + ".map"))}'
1857
)
1858
1859
# Add any extra args from board config
0 commit comments