Processor definitions were added to replace some of the platform definitions in this build. A previous Eclipse project will not have these definitions. You can either make a new project or add the following to the top of your source file, before your #include with this error:
#ifndef MCF5234
#define MCF5234
#endif