Question

What are some useful editors/setups for editing Linker Files, specifically LD format?

For context, I am editing an i386-elf LD file. I normally use Eclipse's 'Colored Editor' for this, but it is admittedly terrible for the LD format.

*i give up searching; I haven't found anything. And I really want one!

Was it helpful?

Solution

Vim supports syntax highlighting for a number of formats, one of which being ld(1) scripts. It's not perfect, but does a fairly decent job.

Sample LD script in Vim Example LD script from hertaville.com.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top