Content originally posted in LPCWare by CodeRedSupport on Wed Dec 23 02:12:22 MST 2009
Hi Audiomonster,
There is not a lot of information in this log, but from what I can work out, it looks like there might be some sort of permissions problem. Can you tell me if you are running as a user with administrator privileges? If not, could you try running as the administrator?
Also, could you see if there are any .log files in the \nxp\lpcxpresso_3.1\eclipse\configuration directory? If so, could you please email the latest .log file to support at code-red-tech.com?
To answer your other questions:
- yes, you can compile from the command line. To set up the command line environment, execute the command file \nxp\lpcxpresso_3.1\LPCXpressoPath.cmd. This add the appropriate paths so you can use make (etc) and all necessary tools
- there is currently no way to program directly from the command line to a standard LPCXpresso board. You could use GDB and the supplied debug driver (which is what the IDE does), but you need to activate your product first, and that can only be done uing the IDE.