Problem with RTEMS data types, such as rtems_unsigned8, rtems_unsigned16, rtems_signed32, e.t.c.

Jennifer Averett Jennifer.Averett at OARcorp.com
Fri May 27 13:47:09 UTC 2011


These data types are obsolete.  Please use uint8_t, uint16_t, uint32_t, etc.

Jennifer

________________________________
From: rtems-users-bounces at rtems.org [rtems-users-bounces at rtems.org] On Behalf Of Konstantinos Papadopoulos [kpapadopoulos1984 at gmail.com]
Sent: Friday, May 27, 2011 8:24 AM
To: rtems-users at rtems.org
Subject: Problem with RTEMS data types, such as rtems_unsigned8, rtems_unsigned16, rtems_signed32, e.t.c.

Hi Guys,

I would like to use RTEMS data types, such as rtems_unsigned8, rtems_unsigned16, rtems_signed32, e.t.c., but when I use them in my code, compilation procedure returns with an error that these types are undefined. Do you have any idea whether I must include any additional header file (I have already included the rtems.h) or is there any other problem with RTEMS installation?

Thanks in advance,
Konstantinos
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/users/attachments/20110527/ec2e8b1b/attachment-0001.html>


More information about the users mailing list