User Details
User Details
- User Since
- Nov 17 2021, 12:05 PM (157 w, 3 d)
- Availability
- Available
Dec 6 2022
Dec 6 2022
hydra3333 added a comment to T6241: cross-compile fails after commit 745d333cf7b5b6fee62e3b26c8a2ccc004e017da.
Thanks !
Oct 16 2022
Oct 16 2022
Nov 19 2021
Nov 19 2021
hydra3333 added a comment to T5695: libgcrypt cross-compilation error.
PS, knowing little about it, I tend to look at builds scripts here https://github.com/msys2/MINGW-packages on how to do things.
eg https://github.com/msys2/MINGW-packages/tree/master/mingw-w64-libgcrypt
hydra3333 added a comment to T5695: libgcrypt cross-compilation error.
Thank you, it successfully cross-compiles from latest git commit (not sure if it "runs", not tested it).
hydra3333 added a comment to T5696: libgpg-error cross-compilation error.
PS, knowing little about it, I tend to look at builds scripts here https://github.com/msys2/MINGW-packages on how to do things.
eg https://github.com/msys2/MINGW-packages/tree/master/mingw-w64-libgpg-error
hydra3333 added a comment to T5696: libgpg-error cross-compilation error.
Thank you !
Nov 17 2021
Nov 17 2021
hydra3333 added a comment to T5695: libgcrypt cross-compilation error.
cross-compilation settings:
hydra3333 added a comment to T5696: libgpg-error cross-compilation error.
The cross-compilation settings:
{ # 2019.12.13 # https://git.gnupg.org/cgi-bin/gitweb.cgi?p=libgpg-error.git;a=summary #'repo_type' : 'archive', '#url' : 'https://www.gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-1.43.tar.bz2', # 'repo_type' : 'git', 'recursive_git' : True, 'url' : 'git://git.gnupg.org/libgpg-error.git', # https://git.gnupg.org/ # https://git.gnupg.org/cgi-bin/gitweb.cgi?p=libgpg-error.git;a=summary ##'url' : 'https://dev.gnupg.org/source/libgpg-error.git', # https://git.gnupg.org/ # https://git.gnupg.org/cgi-bin/gitweb.cgi?p=libgpg-error.git;a=summary # 'configure_options': '--host={target_host} --prefix={target_prefix} --disable-shared --enable-static --disable-rpath --disable-doc --disable-tests --with-libiconv-prefix={target_prefix}', # --with-libintl=no --with-libpth=no', 'custom_cflag' : ' ', # 2019.12.13 it fails to build with anything other than this, eg it crashes with -O3 and -fstack-protector-all -D_FORTIFY_SOURCE=2 'run_post_regexreplace' : ( 'autoreconf -fiv', './autogen.sh --build-w64 ', ), 'depends_on' : ( 'iconv', ), }