@Fransexy_
Sounds to me like a evolution of 68k CPU
Nope. It's completely new design, but it took the best aspects of m68k series (easy & logical asm programmability).
Keywords to look for: relationship, subset
It's no 68k CPU. Only later it added more m68k series compatibility, but it still is no m68k.
And about compatibility, again from freescale webpage:
You can find tools such as an automated 68K-to-ColdFire processor converter and an emulation library available
So, i think that you only need a library for compatibility not much more different of 040 and 060 accelerators in which you need a 68040.library to work
Wrong. This is automated *source-code* converter.
Emulation library allows you to run usermode code with performance hits (depends on the emulated insruction occurance rate).
And regardless, at supervisor level these CPUs are completely different. You must have full emulation or the board will not be able to run most games and demos.
Further, coldfire accelerator can't work with just something like 680x0.library. The system would never get to point where it could load the library from disk, the CPUs are too different. Basically the emulation would need to be available even before the system begins to execute the Kickstart ROM code.