Skip to content

Commit b2d01e0

Browse files
ivankravetsme-no-dev
authored andcommitted
Rollback to previous toolchain (espressif#894)
1 parent f0336b3 commit b2d01e0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tools/platformio-build.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"-Wno-error=unused-function",
4949
"-Wno-unused-parameter",
5050
"-Wno-sign-compare",
51-
"-fstack-protector"
51+
# "-fstack-protector"
5252
],
5353

5454
CPPPATH=[
@@ -129,7 +129,8 @@ def _get_board_flash_mode(env):
129129
"-T", "esp32.rom.ld",
130130
"-T", "esp32.peripherals.ld",
131131
"-T", "esp32.rom.spiram_incompatible_fns.ld",
132-
"-u", "ld_include_panic_highint_hdl"
132+
"-u", "ld_include_panic_highint_hdl",
133+
"-u", "__cxa_guard_dummy"
133134
],
134135

135136
UPLOADERFLAGS=[

0 commit comments

Comments
 (0)