avr-chat
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-chat] compile avrdude on QNX 6.5 (need your help)


From: Joerg Wunsch
Subject: Re: [avr-chat] compile avrdude on QNX 6.5 (need your help)
Date: Fri, 30 Dec 2011 15:26:52 +0100 (MET)

=?utf-8?B?0JDRgNGC0LXQvA==?= <address@hidden> 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. ;-)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]