What important settings are required in the CodeWarrior Project Preferences?
For some reasons the CodeWarrior project settings may get changed and this may lead to the inability to compile a certain target. In order to verify the settings click on the target tab, double click on the respective target and then select the following items on the tree-view on the left. Here are the important checks: • Under Target/Access Paths, make sure the first user include does not have a folder icon for recursive search. • Under Language Settings/C/C++ Language, make sure that the only checked items are: • Enable C++ Exceptions • Enable RTTI • Enable bool Support • Enable wchar_t Support • Relaxed Pointer Type Rules • Use Unsigned Chars • Under Language Settings/C/C++ Warnings, make sure that the only checked items are: • Illegal Pragmas • Extended Error Checking • Inconsistent Use of ‘class’ and ‘struct’ Keywords • Hidden Virtual Functions — but be aware that the framework itself has some of these beauty spots. • Under Linker/PPC Linker, make sure that the following items a