nxp-mcuxpresso / vscode-for-mcux

Support for NXP Visual Studio Code for MCUXpresso Extension project.
17 stars 1 forks source link

ARM GNU Toolchain: Toolchain is using OpenSSL 1.0 #4

Closed imi415 closed 1 year ago

imi415 commented 1 year ago

The bundled ARM GNU Toolchain 10.3 Rel.2021.10 is using OpenSSL 1.0 libraries, which is deprecated and in end-of-life state. In distributions without this library, embedded GDB will not function.

imi415 commented 1 year ago

Update: My mistake, the lib missing is libcrypt.so.1, which is provided by glibc.