Hello
ProcessorExpert will create his own main function.
This cannot be disabled (as far as I know.
If you want to integrate Processor Expert in your own application I would recommend you to rename your main function into something else and call it from within the Processor Expert generated main function.
Also if you have an existing application you probably have a .prm file for the linker.
So in the CPU Bean Build Options, Set "Generate prm file" to NO
If you have interrupts that are served from outside ProcessorExpert you need to define a Interrupt Vector Bean for these and initialize them appropriately.
You can use free beans from the web if you own a Standard or Professional edition of CodeWarrior.
You will then download so called packages from ProcessorExpert web site.
Then in CodeWarrior select "Processor Expert" -> "Update" -> "Update ProcessorExpert from Package" and then browse for the package you have downloaded previously.
Make sure to close CodeWarrior and restart it to activate the new packages.
CrasyCat