Skip to content

Commit e13b56e

Browse files
committed
release-notes.md: Add a release note file
Add a file to track changes and note about any requirements or issues that one might run into. Signed-off-by: Kumar Gala <[email protected]>
1 parent f50806e commit e13b56e

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

release-notes.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)