Content originally posted in LPCWare by ArtjomGromak on Sun Oct 28 15:01:18 MST 2012
Quote: olk
Because CodeRed IDE does not support C++ I want to use the command line tools like vi, make ...
olk
"CodeRed IDE" it is LPCXpresso?
LPCXpresso support working with C++ project, but not support creation of C++ project via wizard.
Quote: olk
Do you know some HOWTOs describing the process of uploading the binary, debugging etc. for LPCXpresso boards?
olk
You can create C++ project with own makefile. And after open it in IDE (Import - General - C/C++ - Existing project as makefile project). For debugging you need select MCU type (Project properties).
As toolchain may be used CodeSoucgery, Yagarto and many other toolchains.