On Wednesday, November 10, 2010 03:11:28 pm Sébastien Bourdeauducq wrote: > By the way: the gcc-avr package currently in Fedora 14 (Fedora > 4.5.1-2.fc14) does not grok the -mint8 flag that we use (all it does is > treat "int" as a 8- bit type) and segfaults. It seems every piece of code > compiled with -mint8 causes the compiler to crash. I'll try to find out > more.
Ah, well, don't bother, it will probably take ages to fix (if it'll ever be fixed) and I don't want to fight anymore with the GCC people nor put my hands in their, ahem, difficult to understand code. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46261 https://bugzilla.redhat.com/show_bug.cgi?id=626889 So I'll use "char" instead of "int" in order to work around their bug and everything should be fine. S. _______________________________________________ http://lists.milkymist.org/listinfo.cgi/devel-milkymist.org IRC: #milkym...@freenode Twitter: www.twitter.com/milkymistvj
