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 installation of GCC is okay with me, if that solves the problem.