I am currently building a processor model for the coldfire V2 architecture but I am running into issues testing it primarily because I can't seem to compile any coldfire code. All of the cross-compilers I find for GNU are targeted at 68k which is not the same as the coldfire architecture (they lie in the same general family but the specific ISA for each are definitely distinct and thus many instructions throw errors). Does anyone know of any GNU toolchains that will work?
GNU itself says it provides support for targeting these architectures but when i use the -march=5225 flag it doesn't work (just says all instructions unknown)