Hello
Did you try defining the environment variables MWLibraries and MWLibraryFiles on your system.
MWLibraries contains paths to the library files
MWLibraryFiles contains names of the library files to link to the application.
Check {Install}\(CodeWarrior_Examples)\CmdlineTools\Commandline.bat for example how these are set up.
Alternatively you should add the name of the run time library to your linker command line.
The library you need to link to your project depends on the options you are using for building.
Please refer to {Install}\Help\PDF\ColdFire_Build_Tools_Reference.pdf chapter "Coldfire Runtime Libraries" section "MSL for Coldfire Development -> "Using MSL Libraries" for information on which library to select according to your compiler settings.
CrasyCat