[Touch-packages] [Bug 1648267] Re: Regression with Zesty binutils building u-boot

2020-03-24 Thread Juerg Haefliger
** Changed in: u-boot (Ubuntu)
   Status: Won't Fix => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to binutils in Ubuntu.
https://bugs.launchpad.net/bugs/1648267

Title:
  Regression with Zesty binutils building u-boot

Status in binutils package in Ubuntu:
  Invalid
Status in u-boot package in Ubuntu:
  Invalid

Bug description:
  With GNU ld (GNU Binutils for Ubuntu) 2.27.51.20161202 (arm-linux-
  gnueabi), building my u-boot target fails:

LD  u-boot
  arm-linux-gnueabi-ld.bfd: u-boot: Not enough room for program headers, try 
linking with -N
  arm-linux-gnueabi-ld.bfd: final link failed: Bad value
  Makefile:1187: recipe for target 'u-boot' failed

  If I instad use the GNU ld (2.27-9ubuntu1+9) 2.27 (arm-none-eabi), the
  same code links without issue.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/binutils/+bug/1648267/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1648267] Re: Regression with Zesty binutils building u-boot

2020-03-24 Thread Juerg Haefliger
Zesty is long gone.

** Changed in: u-boot (Ubuntu)
   Status: New => Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to binutils in Ubuntu.
https://bugs.launchpad.net/bugs/1648267

Title:
  Regression with Zesty binutils building u-boot

Status in binutils package in Ubuntu:
  Invalid
Status in u-boot package in Ubuntu:
  Won't Fix

Bug description:
  With GNU ld (GNU Binutils for Ubuntu) 2.27.51.20161202 (arm-linux-
  gnueabi), building my u-boot target fails:

LD  u-boot
  arm-linux-gnueabi-ld.bfd: u-boot: Not enough room for program headers, try 
linking with -N
  arm-linux-gnueabi-ld.bfd: final link failed: Bad value
  Makefile:1187: recipe for target 'u-boot' failed

  If I instad use the GNU ld (2.27-9ubuntu1+9) 2.27 (arm-none-eabi), the
  same code links without issue.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/binutils/+bug/1648267/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1648267] Re: Regression with Zesty binutils building u-boot

2016-12-12 Thread Matthias Klose
ok, closing the issue for binutils, and opening one for u-boot.

** Changed in: binutils (Ubuntu)
   Status: Incomplete => Invalid

** Also affects: u-boot (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to binutils in Ubuntu.
https://bugs.launchpad.net/bugs/1648267

Title:
  Regression with Zesty binutils building u-boot

Status in binutils package in Ubuntu:
  Invalid
Status in u-boot package in Ubuntu:
  New

Bug description:
  With GNU ld (GNU Binutils for Ubuntu) 2.27.51.20161202 (arm-linux-
  gnueabi), building my u-boot target fails:

LD  u-boot
  arm-linux-gnueabi-ld.bfd: u-boot: Not enough room for program headers, try 
linking with -N
  arm-linux-gnueabi-ld.bfd: final link failed: Bad value
  Makefile:1187: recipe for target 'u-boot' failed

  If I instad use the GNU ld (2.27-9ubuntu1+9) 2.27 (arm-none-eabi), the
  same code links without issue.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/binutils/+bug/1648267/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1648267] Re: Regression with Zesty binutils building u-boot

2016-12-08 Thread Joel Stanley
you can reproduce with the following:

git clone git://git.denx.de/u-boot
cd u-boot
CROSS_COMPILE=arm-linux-gnueabi- make rock2_defconfig
CROSS_COMPILE=arm-linux-gnueabi- make 

I spoke with Alan Modra, and the current theory is that it needs to be
worked around in u-boot. I've submitted a patch there:

 http://lists.denx.de/pipermail/u-boot/2016-December/275664.html

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to binutils in Ubuntu.
https://bugs.launchpad.net/bugs/1648267

Title:
  Regression with Zesty binutils building u-boot

Status in binutils package in Ubuntu:
  Incomplete

Bug description:
  With GNU ld (GNU Binutils for Ubuntu) 2.27.51.20161202 (arm-linux-
  gnueabi), building my u-boot target fails:

LD  u-boot
  arm-linux-gnueabi-ld.bfd: u-boot: Not enough room for program headers, try 
linking with -N
  arm-linux-gnueabi-ld.bfd: final link failed: Bad value
  Makefile:1187: recipe for target 'u-boot' failed

  If I instad use the GNU ld (2.27-9ubuntu1+9) 2.27 (arm-none-eabi), the
  same code links without issue.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/binutils/+bug/1648267/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1648267] Re: Regression with Zesty binutils building u-boot

2016-12-08 Thread Matthias Klose
please could you attach the command line options used for the link, and
all the object files and libraries needed for the link?

** Changed in: binutils (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to binutils in Ubuntu.
https://bugs.launchpad.net/bugs/1648267

Title:
  Regression with Zesty binutils building u-boot

Status in binutils package in Ubuntu:
  Incomplete

Bug description:
  With GNU ld (GNU Binutils for Ubuntu) 2.27.51.20161202 (arm-linux-
  gnueabi), building my u-boot target fails:

LD  u-boot
  arm-linux-gnueabi-ld.bfd: u-boot: Not enough room for program headers, try 
linking with -N
  arm-linux-gnueabi-ld.bfd: final link failed: Bad value
  Makefile:1187: recipe for target 'u-boot' failed

  If I instad use the GNU ld (2.27-9ubuntu1+9) 2.27 (arm-none-eabi), the
  same code links without issue.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/binutils/+bug/1648267/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1648267] Re: Regression with Zesty binutils building u-boot

2016-12-07 Thread Joel Stanley
Prior to this commit linking works:

 https://sourceware.org/git/gitweb.cgi?p=binutils-
gdb.git;a=commit;h=1a9ccd70f9a7

 "Fix the linker so that it will not silently generate ELF binaries with
invalid program headers.  Fix readelf to report such invalid binaries."

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to binutils in Ubuntu.
https://bugs.launchpad.net/bugs/1648267

Title:
  Regression with Zesty binutils building u-boot

Status in binutils package in Ubuntu:
  New

Bug description:
  With GNU ld (GNU Binutils for Ubuntu) 2.27.51.20161202 (arm-linux-
  gnueabi), building my u-boot target fails:

LD  u-boot
  arm-linux-gnueabi-ld.bfd: u-boot: Not enough room for program headers, try 
linking with -N
  arm-linux-gnueabi-ld.bfd: final link failed: Bad value
  Makefile:1187: recipe for target 'u-boot' failed

  If I instad use the GNU ld (2.27-9ubuntu1+9) 2.27 (arm-none-eabi), the
  same code links without issue.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/binutils/+bug/1648267/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp