Finding BSP specific information (preferably via Makefile variables)

Bob Kuo bobjkuo at gmail.com
Tue Jun 8 19:05:56 UTC 2010


Hello all

For my Google Summer of Code project I am porting the Parrot Virtual
Machine to RTEMS.  To configure and build Parrot I need to know some
BSP specific information.  For example, I need to find:

if we use 'short' or 'int'
what type should hold our floats
min and max 'int' value
min and max 'float' value
int and pointer sizes
big or litte endian

I imagine these values vary by BSP.  Is this kind of configuration
information available, perhaps through the BSP-specific Makefile?

Thanks,

b



More information about the users mailing list