touch-packages team mailing list archive
-
touch-packages team
-
Mailing list archive
-
Message #35509
[Bug 665598] Re: arm-linux-gnueabi-ld: BFD (GNU Binutils for Ubuntu) 2.20.51.20100908 assertion fail ../../bfd/elf32-arm.c:12562
Ubuntu dropped the armel architecture; please report this issue upstream
if you are still interested in it. closing as won't fix for Ubuntu.
** Changed in: binutils (Ubuntu)
Status: Triaged => 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/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:
Won't Fix
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