Linux Crosscompile for Windows fails
andkae opened this issue · 2 comments
andkae commented
Hi André,
at the moment i encounter an issue with case sensitivity and insivity between linux and windows. For compile i use windows-shared-x64. This expects following lib names basetsd.h
and setupapi.h
. In the simple_uart is following defined:
Line 13 in 511a9e8
Line 31 in 511a9e8
I would change to the lower case spelling. For windows it should make no differences. I can prepare an PR. Any concerns?
BR,
Andreas
AndreRenaud commented
Yes, that seems like a good change. Please go ahead
andkae commented
Thanks for merge.