We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f50806e commit e13b56eCopy full SHA for e13b56e
release-notes.md
@@ -0,0 +1,15 @@
1
+# Notes / Changes in various releases
2
+
3
+## Zephyr SDK 0.11.2
4
+- Fixed issue with setjmp/longjmp not existing on x86 32-bit build
5
+- Fixed python support on GDB:
6
+ NOTE: Since python support is enabled in GDB the host system needs
7
+ python3.6 installed. Otherwise you might get an error like:
8
9
+ ```
10
+ arm-zephyr-eabi-gdb: error while loading shared libraries: libpython3.6m.so.1.0: cannot open shared object file: No such file or directory
11
12
13
+ On newer fedora systems this can show up and be fixed by:
14
15
+ `sudo dnf install python36`
0 commit comments