touch-packages team mailing list archive
-
touch-packages team
-
Mailing list archive
-
Message #27044
[Bug 665598] Re: arm-linux-gnueabi-ld: BFD (GNU Binutils for Ubuntu) 2.20.51.20100908 assertion fail ../../bfd/elf32-arm.c:12562
still seen with 2.24 and 2.25
--
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/665598
Title:
arm-linux-gnueabi-ld: BFD (GNU Binutils for Ubuntu) 2.20.51.20100908
assertion fail ../../bfd/elf32-arm.c:12562
Status in “binutils” package in Ubuntu:
Triaged
Bug description:
Binary package hint: binutils
Hi
with libfoo.c:
#include "libfoo.h"
#include <pthread.h>
int libfoo_run(void) {
pthread_mutex_t m;
return pthread_mutex_init(&m, NULL);
}
and libfoo.h:
int libfoo_run(void);
and using the armel cross toolchain under natty:
arm-linux-gnueabi-gcc -fPIC -c libfoo.c
arm-linux-gnueabi-ld -T arm-linux-gnueabi.ld -z defs -shared -o libfoo.so libfoo.o -lpthread
arm-linux-gnueabi-ld: BFD (GNU Binutils for Ubuntu) 2.20.51.20100908 assertion fail ../../bfd/elf32-arm.c:12562
make: *** [ld] Erreur de segmentation
Cheers,
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/binutils/+bug/665598/+subscriptions