Append Core (IDF) after the user libraries when linking a firmware
This commit is contained in:
parent
2179182188
commit
d1d56b597a
@ -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(
|
|||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user