Content originally posted in LPCWare by gwlindberg on Thu Feb 04 12:34:39 MST 2016
Apparently when we first built the project we ended up with the none libraries. I had searched for where to find the library selection to no avail in the past, but I went looking again and found it this time. We are using LPCXpresso 8.0.0, the selection is buried on the Properties/C/C++ Build/settings/ToolSettings tab, MCU Linker/Managed Linker Script page.
I changed to the nohost library and now my project is linking correctly with a printf() call.
So I guess that I've answered my own question.