All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paul Menzel <paulepanter@users.sourceforge.net>
To: grub-devel@gnu.org
Subject: Fails to build with GCC from Debian Sid/unstable: `/usr/bin/ld: -r and -pie may not be used together`
Date: Sat, 26 Nov 2016 17:48:05 +0100	[thread overview]
Message-ID: <1480178885.8833.147.camel@users.sourceforge.net> (raw)

[-- Attachment #1: Type: text/plain, Size: 2836 bytes --]

Dear GRUB folks,


Using Debian Sid/unstable with GCC 6.2, which has PIE enabled by
default *in Debian* since some time [1], building GRUB for the platform
*coreboot* fails.

```
$ gcc --version
gcc (Debian 6.2.1-5) 6.2.1 20161124
[…]
$ ld --version
GNU ld (GNU Binutils for Debian) 2.27.51.20161124
[…]
$ git log --oneline | head -1
0d23457 efi: Move fdt helper into own file
$ ./autogen.sh
[…]
$ mkdir build
$ cd build
$ ../configure --with-platform=coreboot
[…]
$ make -j
[…]
gcc -DHAVE_CONFIG_H -I. -I../../grub-core -I..  -Wall -W  -DGRUB_MACHINE_COREBOOT=1 -DGRUB_MACHINE=I386_COREBOOT -m32 -nostdinc -isystem /usr/lib/gcc/i686-linux-gnu/6/include -I../../include -I../include -DGRUB_FILE=\"bus/usb/serial/common.c\" -I. -I../../grub-core -I.. -I../.. -I../../include -I../include -I../../grub-core/lib/libgcrypt-grub/src/    -D_FILE_OFFSET_BITS=64 -Os -Wall -W -Wshadow -Wpointer-arith -Wundef -Wchar-subscripts -Wcomment -Wdeprecated-declarations -Wdisabled-optimization -Wdiv-by-zero -Wfloat-equal -Wformat-extra-args -Wformat-security -Wformat-y2k -Wimplicit -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-braces -Wmissing-format-attribute -Wmultichar -Wparentheses -Wreturn-type -Wsequence-point -Wshadow -Wsign-compare -Wswitch -Wtrigraphs -Wunknown-pragmas -Wunused -Wunused-function -Wunused-label -Wunused-parameter -Wunused-value  -Wunused-variable -Wwrite-strings -Wnested-externs -Wstrict-prototypes -g -Wredundant-decls -Wmissing-prototypes -Wmissing-declarations  -Wextra -Wattributes -Wendif-labels -Winit-self -Wint-to-pointer-cast -Winvalid-pch -Wmissing-field-initializers -Wnonnull -Woverflow -Wvla -Wpointer-to-int-cast -Wstrict-aliasing -Wvariadic-macros -Wvolatile-register-var -Wpointer-sign -Wmissing-include-dirs -Wmissing-prototypes -Wmissing-declarations -Wformat=2 -march=i386 -m32 -mrtd -mregparm=3 -falign-jumps=1 -falign-loops=1 -falign-functions=1 -freg-struct-return -mno-mmx -mno-sse -mno-sse2 -mno-sse3 -mno-3dnow -msoft-float -fno-dwarf2-cfi-asm -mno-stack-arg-probe -fno-asynchronous-unwind-tables -fno-unwind-tables -Qn -fno-PIE -fno-pie -fno-stack-protector -Wtrampolines -Werror   -ffreestanding   -MT bus/usb/serial/usbserial_common_module-common.o -MD -MP -MF bus/usb/serial/.deps-core/usbserial_common_module-common.Tpo -c -o bus/usb/serial/usbserial_common_module-common.o `test -f 'bus/usb/serial/common.c' || echo '../../grub-core/'`bus/usb/serial/common.c
/usr/bin/ld: -r and -pie may not be used together
collect2: error: ld returned 1 exit status
Makefile:27010: die Regel für Ziel „trig.module“ scheiterte
make[3]: *** [trig.module] Fehler 1
make[3]: *** Es wird auf noch nicht beendete Prozesse gewartet...
[…]
```

Should PIE be disabled explicitly?


Thanks,

Paul


[1] https://bugs.debian.org/835148

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 195 bytes --]

             reply	other threads:[~2016-11-26 16:48 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-26 16:48 Paul Menzel [this message]
2016-11-26 17:07 ` Fails to build with GCC from Debian Sid/unstable: `/usr/bin/ld: -r and -pie may not be used together` Andrei Borzenkov
2016-12-01  4:06   ` Andrei Borzenkov
2016-12-13 22:45   ` Paul Menzel
2016-12-14 17:48     ` Andrei Borzenkov
2016-11-28 16:12 ` Robert LeBlanc

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=1480178885.8833.147.camel@users.sourceforge.net \
    --to=paulepanter@users.sourceforge.net \
    --cc=grub-devel@gnu.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.