Hi Kerry,
Thanks for your answers and patience. I have located the startup script, but so far I'm struggling with the linker script; I can try to make one myself, but my experience is that starting with a working example is far easier and takes much less effort than trying to reverse engineer one from scratch.
Per your suggestion using the IDE, I'm not fond of installing closed source binaries on my systems and would prefer to skip that route, although as I understand I can use it to see how it auto generates a linker script. The two files you provided don't have a linker script in it.
Is it possible to supply one directly? I'm actually trying to get the Blinky example compiled, linked, and downloaded (using arm-none-eabi-gcc directly), and I think only the absence of the linker script is the last hurdle.
Regards,
Joseph
<edit>: I've just successfully made a linker script and Makefile, so the above question is less relevant I think. For those interested, both files can be found here: https://catch22.eu/baremetal/lpc11xxgnu/