I have created an EtherCATStack and run the patch.I have a problem with the __attribute, originally it is like this:
struct {
}__attribute__((packed))
structname;
There are some possibilties to place the instruchtion. Where is the right place to set it?
I have tried to replace it with #pragma pack(1), but this failed.
best regards