mcuee

Results 3052 comments of mcuee

Original intention of this ticket is to check the following. 1. It will be good to be able to define build option in the command line. Something like the following....

Hmm, actually there is an option `-f` to pass the extra build options to CMAKE. ``` mcuee@PCRyzen5600G:~/build/avr/avrdude$ ./build.sh -f "-D BUILD_DOC=1 -D HAVE_LINUXGPIO=1 -D HAVE_PARPORT=1 -D HAVE_LINUXSPI=1" -- The C...

@ndim and @stefanrueger BTW, the following is the dependancy with TEX distribution I mentioned before. ``` [ 89%] Generating version.texi [ 90%] Generating programmers.texi [ 90%] Generating programmer_types.txt [ 90%]...

Somehow the following does not work. `./build.sh -f "-D HAVE_SWIG=0"` is supposed to disable the building of python bindings. ``` mcuee@PCRyzen5600G:~/build/avr/avrdude$ ./build.sh -f "-D HAVE_SWIG=0" -- The C compiler identification...

I think we can close this issue as the two sub issues are being discussed. * https://github.com/avrdudes/avrdude/issues/1914 * https://github.com/avrdudes/avrdude/issues/1797 @ndim has some ideas for both issues.

@fabiensanglard Thanks for the contribution. I think you need to modify the following file for auto-tools build as well. https://github.com/libusb/libusb/blob/master/examples/Makefile.am Just wondering if it is possible to use pure C...

> > I think you need to modify the following file for auto-tools build as well. > > Done. How can I test my change works on this file? You...

First test under Windows 10 using VS2019 x64 debug build. The output seems to be correct when I remove and insert back the external Ugreen USB 2.0 hub (with built-in...

The above tests show that it seems to work under Windows. But as an example, I do not quite like the use of an opaque key, why not just print...

> Although I won't refuse a few pointers :P ! Unfortunately I know little about auto-tools. That was why I suggested to use a C based example, then your modification...