I have already install the MQX plugin, I am not sure how I can remove it and then re add it. I don't know how to remove a plugin in eclipse.
In MQX1.c kernel_data_prv is undeclared, so I get an error. But _mqx_kernel_data_struct is i think the same thing, so i made the substitution for __KERNEL_DATA_START.
/* START OF KERNEL MEMORY */ &_mqx_kernel_data_struct,
/* END OF KERNEL MEMORY */ (pointer)((uchar_ptr)&_mqx_kernel_data_struct + sizeof(_mqx_kernel_data_struct)),
No change.