I am using Linux 2.6.31-14 on Intel 32-bit processor. C file: #include <stdio.h> main() { printf(\"Hello World!\\n\");
my elf-file is about 1MByte with all debug symbols. As I try to create a binary file with \"powerpc-eabi-objcopy -O binary out.elf out.bin\" the out.bin is 1GByte huge.
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time,or an extraordinarily narrow situation that is not generally applic
Is there any way to use a linker script with ld on Mac OS X? The GNU ld program on Linux accepts a -T <scriptname> option, but on Mac OS -T is an unknown command option. Using an alternative in