Thanks Con Verse,
I added these directories to my Windows path:
- C:\nxp\LPCXpresso_8.1.4_606\lpcxpresso\bin
- C:\nxp\LPCXpresso_8.1.4_606\lpcxpresso\tools\bin
- C:\nxp\LPCXpresso_8.1.4_606\lpcxpresso\msys\bin
But lpcxpressoc.* was not in those directories. The link's instructions are almost correct. You will find lpcxpresso*.exe in (install)/lpcxpresso not in the bin directory. So you either need that directory in the path as well, or specify the full path to (install)/lpcxpresso/lpcxpressoc.exe on the command line. Please make a note of it.
WARNING to Windows users: The -build argument to lpcxpressoc is NOT a PATH, but keyword(s) for the program to find the project in the workspace specified by -data, which IS a PATH. You need a forward slash '/' between project and Release or Debug for the build arg. It took me a while to figure that out.
- Steve