Hello
I assume you are trying to create a library for Coldfire. Right?
Just open project properties and go to C/C++ Build > Settings page.
Once you are there, go to Coldfire Linker > Output panel and change Output Type to Static Library.
Then change to the Build Artifact tab and change artifact extension to lib or a or whatever you want to use as extension for your library.
CrasyCat