haarer / toolchain68k

build a toolchain for cross developement. Supports motorola m68k-elf, avr and arm-none-eabi
25 stars 5 forks source link

Wrong usb.h file detection in install_req_pkg_windows-latest.sh #5

Open djipi opened 4 months ago

djipi commented 4 months ago

Windows 10 (MSYS2)

The install_req_pkg_windows-latest.sh script reports the following error: grep: /mingw64/x86_64-w64-mingw32/include/usb.h: No such file or directory ln: failed to create symbolic link '/mingw64/x86_64-w64-mingw32/include/': No such file or directory

usb.h may be present in another directories. In my case, usb.h is in the /mingw64/include directory.

haarer commented 4 months ago

Thanks, i will Look into that, too.

Fooling around with the USB Headers was necessary for building avrdude. Perhaps it is no longer necessary.