binutils
Failure building cross-compiling 64-bit GCC
I\'m trying to get a working gcc cross-compiler created that lives on my local machine [Darwin new-host-2.home 10.7.4 Darwin Kernel Version 10.7.4: Mon Apr 18 21:24:17 PDT 2011; root:xnu-1504.14.12~3/[详细]
2023-03-09 02:30 分类:问答stack overflow when pass -pie flags to gcc
I\'am trying to port fedora to mips cpu,some packages like \"sudo\" \"krb5\", following is the Makefile of \"sudo\" generated by configure which \"-fpie\" \"-pie\"flagswas auto added.[详细]
2023-03-06 16:35 分类:问答binutils ld emitting ARM BLX instructions when using armv4 target
I wish to compile C programs for a Samsung S3C2440 SoC (based on ARM920T core) running Linux 2.6.32.2 kernel.I have an existing Gentoo Linux install running on an ARM926EJS.[详细]
2023-02-25 03:04 分类:问答autoconf check bfd library from binutils
on linux, autoconf 2.65, binutils 2.20.0. I need to do something like this: AC_CHECK_HEADER([bfd.h], [AC_DEFINE([HAVE_BFD_H])],[详细]
2023-02-21 01:55 分类:问答What's the "correct" way to determine target and architecture for GNU binutils?
In my build chain, I need to do this: objcopy -I binary -O $BFDNAME -B $BFDARCH <this> <that>[详细]
2023-02-18 22:50 分类:问答Is there a binutils for llvm?
The LLVM compiler toolchain has a gcc that is compatible with normal gcc. The advant开发者_开发技巧age of using llvm-gcc is that is goes to an arbitrary target, meaning normal gcc will say no such tar[详细]
2023-02-15 10:19 分类:问答Does binutils-gold has support for arm/Android?
I am trying to replace my default arm-eabi-ld with installed from binutils-gold ld, however during linking I have got[详细]
2023-02-10 04:21 分类:问答Generating link-time error for deprecated functions
Is there a way with gcc and GNU binutils to mark some functions开发者_StackOverflow such that they will generate an error at link-time if used? My situation is that I have some library functions which[详细]
2023-02-05 05:38 分类:问答Setting earlier minimum kernel version when compiling static libraries
My distribution (Arch Linux) recently increased the minimum supported Linux ke开发者_如何学编程rnel version for its toolchain. I am compiling a web application that I link statically and then upload t[详细]
2023-01-31 13:31 分类:问答Clever uses of linker scripts?
A great comment on my answer describing how to use linker scripts to make a ctor-like function list pointed out that recent GNU ld has much开发者_StackOverflow社区 improved support for grafting new se[详细]
2023-01-24 11:00 分类:问答