Hello, David Michael, le Sun 26 Apr 2015 18:03:40 -0400, a écrit : > And just a heads-up: With -std=gnu11 by default, there are two errors > due to asm input/output operands being in the clobber list, and > linking fails horrifically due to the difference in "extern inline" > behavior. Adding -std=gnu89 to CFLAGS works around this.
Thanks for the notice, I have fixed the asm and used -fgnu89-inline instead. Samuel