Home | Forums | What's new | Resources | |
Random Note about GCC-SH2-COFF |
Omni - May 6, 2006 |
Omni | May 6, 2006 | |||
The email I received said that both H8 and SH toolchains were discontinued. |
antime | May 7, 2006 | |||
AFAIK, COFF is getting axed from the whole GNU toolchain. The reason is that it's an undocumented format that's inadequate for modern use. There's no equivalent of the TIS committee so that it could be extended in a standard way and the decision was made to drop it instead. It's only an issue if you want to use Sega's compiled libraries, but keep the old compiler and that problem is solved. If you don't use Sega's libraries the object format doesn't matter; I've always used ELF toolchains myself. |
Omni | May 7, 2006 | |||
Duly noted. |