Skip to content

esp-2021r2

Compare
Choose a tag to compare
@antmak antmak released this 18 Oct 06:26
· 63 commits to esp-1.23.x since this release

Changes (since 2021r1)

  • Updated GDB to 9.2 version for xtensa chips
  • Fixed coredump work for xtensa chips
  • Fixed backtrace for xtensa chips
  • Fixed multilib for riscv32 chips
  • Fixed running GDB on some RaspberryPi configuration for riscv32 chip
  • Fixed support of fnmatch(), iconv() and some other posix functions in stdlib

patch1

  • Added missing dll-s for Windows
  • Other than Win platforms didn't affected

patch2

  • Added --with-gnu-ld flag to build GCC for Windows, to avoid too-long-command-line linking error in some cases
  • Other than Win platforms didn't affected