I'm new to ML development, but from what I understand, ML uses its own custom stdio.c.
I'm also trying to use an official pre-packaged embedded-Debian arm toolchain, but the most recent version is for gcc-4.4.
So, I'm getting a lot of errors like this:
error: NULL undeclared (first use in this function)
Can the stdio-related macros be updated so that they will compile with an older version of gcc?
I've already compiled ML2.3 successfully using the arm toolchain for gcc-4.6.2, but as I mentioned, the most recent version of gcc for embedded Debian is gcc-4.4.
I think if Debian/Ubuntu people were able to easily install a pre-packaged Debian version of the arm toolchain, it might help spur development from that side of the aisle.