The new feature of 64-bit long long type support was added from the version CodeWarrior 8.1. In order to activate and make use of 64-bit data types, one has to:
(1) make use of #pragma slld on in a common header file or in C/C++ Preprocessor panel
(2) make use of precompiled MSL and runtime support libraries suffixed with _SLLD (e.g. use "MSL C 56800E smm_SLLD.lib" instead "MSL C 56800E smm.lib" and "runtime 56800E smm_SLLD.lib" instead"runtime 56800E smm.lib")
(3) add * (ll_engine.text) to code section in linker command file
This description above is in the 56800E compiler release note. This note is in the folder below:
..\Freescale\CodeWarrior\Release_Notes\56800_E_Notes\Compiler_Notes