Can I use a linker script with ld on Mac OS X?
The GNU ld program on Linux accepts the -T <scriptname> parameter, but on Mac OS -T it is an unknown command. Using an alternate GCC installation is fine with me if this solves the problem.
gcc linker macos linker-scripts
Andres jaan tack
source share