Data type problem
Juergen Zeller
juergen.zeller at argovision.de
Mon Oct 15 13:15:04 UTC 2007
try things like this:
typedef signed char int8;
typedef unsigned char uint8;
typedef signed short int16;
typedef unsigned short uint16;
typedef signed int int32;
typedef unsigned int uint32;
typedef signed long long int64;
typedef unsigned long long uint64;
typedef unsigned char byte;
typedef unsigned short int word;
typedef unsigned int dword;
Stéphane ARQUER schrieb:
> Hello,
>
> I'm working with Rtems v4.7.1 and the BSP pc386 and I want to use TSP
> (Transport Sample Protocol (http://savannah.nongnu.org/projects/tsp/))
> under Rtems. During the compilation there are several types like
> uint32_t u_int, u_long which are not defined correctly. I think I have
> to define some variables to allow compatibility with rpc, tcp ip ...
>
> Thanks in advance for your help.
>
> Regards.
>
> SA
>
>
>
>
> -------------------------------------------------
> Stéphane ARQUER
> CSSI - Division Aéronautique, Logiciels Embarqués
> email: stephane.arquer at c-s.fr
> -------------------------------------------------
>
> _______________________________________________
> rtems-users mailing list
> rtems-users at rtems.com
> http://rtems.rtems.org/mailman/listinfo/rtems-users
>
>
Greets
juergen
More information about the users
mailing list