GCC 7.4.0 release candidate
Sebastian Huber
sebastian.huber at embedded-brains.de
Mon Dec 3 06:09:16 UTC 2018
On 02/12/2018 03:31, Chris Johns wrote:
> On 30/11/18 8:42 pm, Sebastian Huber wrote:
>> a GCC 7.4.0 release candidate is available. I would like to update the RSB to
>> use GCC 7.4.0 for all targets which currently use GCC 7.3.0. This will change
>> the type int32_t from long to int.
> Have you tested the change on the tier 1 BSPs?
RISC-V already uses this since it is GCC 9 based. I tested it on ARM,
PowerPC and SPARC.
https://devel.rtems.org/ticket/3384
It is just a
typedef long int32_t;
to
typedef int int32_t;
change on 32-bit targets. We have to fix a couple of format warnings.
--
Sebastian Huber, embedded brains GmbH
Address : Dornierstr. 4, D-82178 Puchheim, Germany
Phone : +49 89 189 47 41-16
Fax : +49 89 189 47 41-09
E-Mail : sebastian.huber at embedded-brains.de
PGP : Public key available on request.
Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.
More information about the devel
mailing list