From: bugzilla at busybox.net <bugzilla@busybox.net>
To: buildroot@busybox.net
Subject: [Buildroot] [Bug 11036] C compiler cannot create executables
Date: Wed, 23 May 2018 21:29:53 +0000 [thread overview]
Message-ID: <bug-11036-163-UsjVhxLTb3@https.bugs.busybox.net/> (raw)
In-Reply-To: <bug-11036-163@https.bugs.busybox.net/>
https://bugs.busybox.net/show_bug.cgi?id=11036
--- Comment #4 from Arnout Vandecappelle <arnout@mind.be> ---
I suspect the problem must be in the external. The key is that config.log
contains:
CFLAGS='-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os
-c -Wall -O2 -c -Wall -O2'
The -Os is from TARGET_OPTIMIZATION, then there is an empty TARGET_DEBUGGING,
but the "-c -Wall -O2 -c -Wall -O2" is what causes the problem. Indeed, because
of the -c, a conftest.o is generated while configure checks for a.out and
conftest.exe etc.
So Bert, please check why TARGET_CFLAGS is modified (and if this is indeed the
issue).
--
You are receiving this mail because:
You are on the CC list for the bug.
next prev parent reply other threads:[~2018-05-23 21:29 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-23 14:44 [Buildroot] [Bug 11036] New: C compiler cannot create executables bugzilla at busybox.net
2018-05-23 14:58 ` [Buildroot] [Bug 11036] " bugzilla at busybox.net
2018-05-23 15:03 ` bugzilla at busybox.net
2018-05-23 17:03 ` bugzilla at busybox.net
2018-05-23 21:29 ` bugzilla at busybox.net [this message]
2018-05-24 6:23 ` bugzilla at busybox.net
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=bug-11036-163-UsjVhxLTb3@https.bugs.busybox.net/ \
--to=bugzilla@busybox.net \
--cc=buildroot@busybox.net \
/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.