未验证 提交 d1d56b59 编写于 作者: I Ivan Kravets 提交者: GitHub

Append Core (IDF) after the user libraries when linking a firmware

上级 21791821
...@@ -48,7 +48,7 @@ env.Prepend( ...@@ -48,7 +48,7 @@ env.Prepend(
"-Wno-error=unused-function", "-Wno-error=unused-function",
"-Wno-unused-parameter", "-Wno-unused-parameter",
"-Wno-sign-compare", "-Wno-sign-compare",
# "-fstack-protector" "-fstack-protector"
], ],
CPPPATH=[ CPPPATH=[
...@@ -173,7 +173,7 @@ libs.append(envsafe.BuildLibrary( ...@@ -173,7 +173,7 @@ libs.append(envsafe.BuildLibrary(
join(FRAMEWORK_DIR, "cores", env.BoardConfig().get("build.core")) join(FRAMEWORK_DIR, "cores", env.BoardConfig().get("build.core"))
)) ))
env.Prepend(LIBS=libs) env.Append(LIBS=libs)
# #
# Generate partition table # Generate partition table
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册