Hello
I assume you are using CodeWarrior MCU V10.x and you have a special edition license (the one which is free of charge).
You can get information about limitation of the special edition for CodeWarrior MCU V10.x at following URL:
http://www.freescale.com/webapp/sps/site/overview.jsp?code=CW_SUITES
There you can see that for a ColdFire V1 MCU, in special edition you have a limitation of 64Kb of C source code. For a
ColdFire V2, V3 or V4, the size limitation is 128 Kb.
For C++ the limitation is 1K of generated code.
You can also check the CodeWarrior for MCU Brochure for more details on supported features in each edition.
Click here to check the brochure.
The limitation is around size of code generated by the compiler/linker (not source code). Code from every module
within the application is taken into account if it is linked to (or used by) the application.
If you want unlimited C++ code you need a professional edition license,
CrasyCat