> I tried to search without finding anything.
Widen your search. There are quite a few posts saying "ColdFire tool xxxx doesn't work on 64 bit". Some people have been able to work around this by using some "32-bit support magic" that Windows provides.
Otherwise, these chips and their tools were developed for Windows NT and Windows XP. There hasn't been much work on any of this in the last 5 or more years. CodeWarrior took a leap from 7.1 to 7.2, resulting in lots of example projects not building any more. They haven't been fixed. They won't be.
If you want to develop for and debug these CPUs I'd strongly suggest you find the oldest working computer you can, preferably Windows XP, and use that for all your development. You may be able to run an XP VM (or a Windows 7 32-bit VM) if you don't need to use some of the low-level drivers. If you can load an old copy of CW7 onto it, so much the better.
New stuff breaks old stuff. Someone here "upgraded" to a newer version of Ubuntu on his desktop, and suddenly the ARM compiler we rely on wouldn't run due to missing libraries. Rebuilding that version of compiler didn't work due to missing libraries. He had to get a later compiler, and that wouldn't compile most of our projects due to compiler changes. You get the idea...
Tom