Data type problem

Joel Sherrill joel.sherrill at oarcorp.com
Mon Oct 15 13:30:22 UTC 2007


Stéphane ARQUER wrote:
> 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 ...
>
>   
The uint32_t should be defined correctly in stdint.h. 

Checking sys/types.h, I see this:

./sys/types.h:typedef   unsigned long   u_long;

What do you think is wrong?

--joel
> 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
>   




More information about the users mailing list