From: "Adrian Bunk" <bunk@stusta.de>
To: Mark Hatle <mark.hatle@kernel.crashing.org>
Cc: yocto@lists.yoctoproject.org, jpewhacker@gmail.com
Subject: Re: [yocto] [[meta-mingw][PATCH] libgcrypt: disable amd64 optimization
Date: Tue, 25 Feb 2020 20:36:16 +0200 [thread overview]
Message-ID: <20200225183616.GA9058@localhost> (raw)
In-Reply-To: <20200225180214.114643-1-mark.hatle@kernel.crashing.org>
On Tue, Feb 25, 2020 at 12:02:14PM -0600, Mark Hatle wrote:
> amd64 optimization when using with mingw32 sometimes results in:
>
> | ../../libgcrypt-1.8.4/cipher/rijndael-tables.h:103:24: error: expected
> ']' before '.' token
> | 103 | #define encT enc_tables.T
>...
Please send a complete build log, this looks like a parallel build
failure where some .c is compiled before some header it uses is
fully generated (or something similar).
> --- a/recipes-support/libgcrypt/libgcrypt_%.bbappend
> +++ b/recipes-support/libgcrypt/libgcrypt_%.bbappend
> @@ -1,3 +1,4 @@
> +EXTRA_OECONF_append_mingw32 = " --disable-amd64-as-feature-detection"
>...
I assume PARALLEL_MAKE = "" would also work instead?
cu
Adrian
next prev parent reply other threads:[~2020-02-25 18:36 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-25 18:02 [[meta-mingw][PATCH] libgcrypt: disable amd64 optimization Mark Hatle
2020-02-25 18:36 ` Adrian Bunk [this message]
2020-02-25 19:32 ` [yocto] " Mark Hatle
2020-03-03 15:19 ` Joshua Watt
2020-12-17 0:50 ` Mark Hatle
2020-12-17 16:17 ` Khem Raj
2020-12-17 16:45 ` Mark Hatle
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200225183616.GA9058@localhost \
--to=bunk@stusta.de \
--cc=jpewhacker@gmail.com \
--cc=mark.hatle@kernel.crashing.org \
--cc=yocto@lists.yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.