Miro Kropáček wrote:
Btw, I could provide a FireBee build easily but I can't because of an unfixed (and reported) bug in gcc when it comes to m5475 code generator.
Do you mean that one? http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47612I included the proposed patch in my gcc-4.6.1-mint-20110727, and I have no more trouble on ColdFire.
Your provided zview.app does not start on FireBee/FireTOS because it is compiled with -m68020-60 and requires a 68881 compatible FPU, which is not emulated. However plain 68000 software compiled with GCC usually works very well (while slower than ColdFire optimized versions).
-- Vincent Rivière