Date
1 - 3 of 3
SDK 0.11.4 Release
Kumar Gala
Hi,
Some minor fixes related to newlib and a packaging related fix for the individual arch toolchain packages (missing the cmake files) The SDK can be found here: https://github.com/zephyrproject-rtos/sdk-ng/releases/tag/v0.11.4 Please download and try things out and report any issues. - General: * Fixed issue with cmake files not being installed in arch specific toolchan packages - newlib: * Fix setting of -DMISSING_SYSCALL_NAMES consistent on all builds * Set march=pentium for 32-bit x86 build - k |
|
Wu, Wentong
Any plan to have 1.14 LTS branch upgrading SDK as master does? IMHO, we should do that because we claim it's LTS branch.
toggle quoted message
Show quoted text
Thanks -----Original Message-----
From: devel@... <devel@...> On Behalf Of Kumar Gala Sent: Friday, June 26, 2020 10:46 AM To: zephyr-users@...; zephyr-devel <zephyr-devel@...>; announce@... Subject: [Zephyr-devel] SDK 0.11.4 Release Hi, Some minor fixes related to newlib and a packaging related fix for the individual arch toolchain packages (missing the cmake files) The SDK can be found here: https://github.com/zephyrproject-rtos/sdk-ng/releases/tag/v0.11.4 Please download and try things out and report any issues. - General: * Fixed issue with cmake files not being installed in arch specific toolchan packages - newlib: * Fix setting of -DMISSING_SYSCALL_NAMES consistent on all builds * Set march=pentium for 32-bit x86 build - k |
|
Stephanos Ioannidis
To elaborate, there is a critical bug in the GCC 8.3.0 (included in the Zephyr
toggle quoted message
Show quoted text
SDK 0.10.3) that causes it to emit incorrect instructions for the ARC targets. (see https://github.com/zephyrproject-rtos/zephyr/issues/26659) This issue seems to be fixed in the GCC 9.x, so we need to release a new SDK, that is compatible with the 1.14 LTS release, with GCC 9.x (or alternatively, update the 1.14 LTS so that it can be used with the latest release of Zephyr SDK, but I am not sure how feasible that would be). Stephanos p.s. another reason to use the Zephyr version number as the base for the SDK version numbers (cc @tejlmand) -----Original Message-----
From: devel@... <devel@...> On Behalf Of Wu, Wentong via lists.zephyrproject.org Sent: Wednesday, July 8, 2020 1:05 PM To: Kumar Gala <kumar.gala@...>; zephyr-users@...; zephyr-devel <zephyr-devel@...>; announce@... Subject: Re: [Zephyr-devel] SDK 0.11.4 Release Any plan to have 1.14 LTS branch upgrading SDK as master does? IMHO, we should do that because we claim it's LTS branch. Thanks -----Original Message----- From: devel@... <devel@...> On Behalf Of Kumar Gala Sent: Friday, June 26, 2020 10:46 AM To: zephyr-users@...; zephyr-devel <zephyr-devel@...>; announce@... Subject: [Zephyr-devel] SDK 0.11.4 Release Hi, Some minor fixes related to newlib and a packaging related fix for the individual arch toolchain packages (missing the cmake files) The SDK can be found here: https://github.com/zephyrproject-rtos/sdk-ng/releases/tag/v0.11.4 Please download and try things out and report any issues. - General: * Fixed issue with cmake files not being installed in arch specific toolchan packages - newlib: * Fix setting of -DMISSING_SYSCALL_NAMES consistent on all builds * Set march=pentium for 32-bit x86 build - k |
|