> Damn it. What alignment of the compiler is behind this? Fill up to > multiples of X bytes, ok. But how to find out what X is on some > platform? Anyone any hint on this? > > Thanks for tracking down. > > Jan >
I've found it:
The Kernel is compiled with -mabi=apcs-gnu
With this flag
typedef struct test1 {
int mode;
unsigned long long period;
int priority;
int warmup_loops;
int histogram_size;
int histogram_bucketsize;
int freeze_max;
} test1_t;
With flag -> size = 32
Without flag -> size = 40
I'll try to find a solution.
- Manfred
signature.asc
Description: This is a digitally signed message part
_______________________________________________ Xenomai-help mailing list [email protected] https://mail.gna.org/listinfo/xenomai-help
