Hello
Thanks it is much more clear to me now.
In order to create a project for an object library:
- Create your project as usual using the wizard
- Open the Target Settings dialog (Press ALT + F7)
- In the Target -> Target Settings panel change Linker to Libmaker for HC12 or Libmaker for HC08 (depending on the processor you are targeting).
- You will see a new panel Libmaker for HC12 or Libmaker for HC08 (according to the target), where you can adjust name of the library you want to create.
If your library is MCU independent, you can remove the MCU related .c and ,h file from your project. Just select the corresponding file names and click DELETE key.
I hope this helps.
CrasyCat