=?utf-8?B?0JDRgNGC0LXQvA==?= <[email protected]> wrote:

> Hi there! I tried to compile avrdude on QXN and failed. Log of =
> compilation is attached.

Please attach logfiles as text rather than images.

Try the following patch:

Index: ser_posix.c
===================================================================
--- ser_posix.c (revision 1018)
+++ ser_posix.c (working copy)
@@ -62,9 +62,15 @@
   { 9600,   B9600 },
   { 19200,  B19200 },
   { 38400,  B38400 },
+#ifdef B57600
   { 57600,  B57600 },
+#endif
+#ifdef B115200
   { 115200, B115200 },
+#endif
+#ifdef B230400
   { 230400, B230400 },
+#endif
   { 0,      0 }                 /* Terminator. */
 };
 

-- 
cheers, J"org               .-.-.   --... ...--   -.. .  DL8DTL

http://www.sax.de/~joerg/                        NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)

_______________________________________________
AVR-chat mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/avr-chat

Reply via email to