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 0e5cd17 commit 7bbd98dCopy full SHA for 7bbd98d
builder/frameworks/espidf.py
@@ -1785,7 +1785,7 @@ def get_python_exe():
1785
1786
# This will add the linker flag for the map file
1787
extra_cmake_args.append(
1788
- 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"))}'
1789
)
1790
1791
# Add any extra args from board config
0 commit comments