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/
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.
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.
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])],
In my build chain, I need to do this: objcopy -I binary -O $BFDNAME -B $BFDARCH <this> <that>
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
I am trying to replace my default arm-eabi-ld with installed from binutils-gold ld, however during linking I have got
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
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
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