avrdude-dev
[Top][All Lists]
Advanced

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

[avrdude-dev] [bug #30559] Ft232 bit-bang support


From: Joerg Wunsch
Subject: [avrdude-dev] [bug #30559] Ft232 bit-bang support
Date: Mon, 11 Jun 2012 15:39:41 +0000
User-agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:10.0.2) Gecko/20100101 Firefox/10.0.2

Follow-up Comment #26, bug #30559 (project avrdude):

The current implementation breaks compilation for Win32
target systems, as it assumes the general availability
of pthreads:

make  all-recursive
Making all in .
mingw32-gcc -DHAVE_CONFIG_H -I.  -DCONFIG_DIR=\"/usr/local/etc\"  -Wall
-Wno-pointer-sign -g -O2 -DWIN32NATIVE -MT libavrdude_a-ft245r.o -MD -MP -MF
.deps/libavrdude_a-ft245r.Tpo -c -o libavrdude_a-ft245r.o `test -f 'ft245r.c'
|| echo './'`ft245r.c
ft245r.c:73:21: fatal error: pthread.h: No such file or directory
compilation terminated.
*** Error code 1

Note that the "p" in "pthread" stands for "Posix", so it
should be clear it is not available in Win32 ...

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?30559>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/




reply via email to

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