Skip to content

IRQ vectors not being set in PIO toolchain, causing bootloop w/2.5.x releases #6087

Closed
@Jason2866

Description

@Jason2866

I open the issue here since here https://github.com/earlephilhower/esp-quick-toolchain it is not possible.
It seems how -Wl,option is done is not the usual way

See GCC docs https://gcc.gnu.org/onlinedocs/gcc/Link-Options.html
-Wl,option
Pass option as an option to the linker. If option contains commas, it is split into multiple options at the commas. You can use this syntax to pass an argument to the option. For example, -Wl,-Map,output.map passes -Map output.map to the linker. When using the GNU linker, you can also get the same effect with -Wl,-Map=output.map

Issue is discussed
platformio/platform-espressif8266#147 (comment)

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions