Hi!

I'm still trying to compile Urjtag on Mingw as standalone application... :)
New set of patches.

1) MSVCRT.DLL does not support %zd printf format for size.t
As a result, alot of warnings on Mingw-w64 compiler .
Solution: to define __USE_MINGW_ANSI_STDIO in sysdep.h

Unfortunately some modules do not use sysdep.h and some
use even more advances C11 printf formats like 0x%0*" PRIX64 "

2) I'ts hard to set a Urjtag DATADIRECTORY on a Mingw.
The method defined in the "UrJTAG.nsi" does not work anymore.
Added a printf path "just for info" with "-h" option.

--
-=AV=-

Attachment: 0003-jedec.c-use-sysdep.h.patch
Description: Binary data

Attachment: 0002-sysdep.h-define-__USE_MINGW_ANSI_STDIO-for-Mingw.patch
Description: Binary data

Attachment: 0001-print-DATADIR-and-HOMEDIR-with-h.patch
Description: Binary data

_______________________________________________
UrJTAG-development mailing list
UrJTAG-development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/urjtag-development

Reply via email to