Is avrdude available on Haiku ?
i see on one screenshot posted here on forum avrdude. i need it for programing. is here someone with compiled avrdude? pls help. i try to compile but i have some problems
1) run bootsrtap and after ./configure --build=none
2) change/add Makefile one parameter: gnu99 for c99 syntax with gcc2
3) problem with socket.h header..
pls help.

Comments
Re: Is avrdude available on Haiku ?
According to Gerasim Troeglazov, avrdude build fine with :
configure --prefix=/boot/common && make && make install
Re: Is avrdude available on Haiku ?
But maybe it build fine only with gcc4, not the old gcc2.
So, try by switching to gcc4 first:
setgcc gcc4
configure --prefix=/boot/common
make
make install
Re: Is avrdude available on Haiku ?
i try
setgcc gcc4
configure --prefix=/boot/common --build=none
and
make
but i have allways problem
Re: Is avrdude available on Haiku ?
hi again.
now i have compiled avrdude
compilation need remove "-lm" from makefile and add to makefile "-lnetwork" becouse socket is provided by libnetwork library
update:
no paralel port programing
avrdude was compiled without usb support.
:(
Re: Is avrdude available on Haiku ?
Well, IIRC only serial port was working.
At least according to this screenshot at https://plus.google.com/105261757212576203663/posts/XNwfVvwfV8w, it used to works via an USB / serial adapter.
Alas, there is no libusb port for Haiku yet, so indeed avrdude's USB support wont be possible until we have one.