Content originally posted in LPCWare by rkiryanov on Fri Dec 18 12:55:18 MST 2009 IDE can't build new project from template for LPC1114. There are four errors:
DescriptionResourcePathLocationType '_vStackTop' was not declared in this scopecr_startup_lpc11.cpp/kisaqq/srcline 112C/C++ Problem '::main' must return 'int'cr_startup_lpc11.cpp/kisaqq/srcline 95C/C++ Problem make: *** [src/cr_startup_lpc11.o] Error 1kisaqqline 0C/C++ Problem variable or field '_vStackTop' declared voidcr_startup_lpc11.cpp/kisaqq/srcline 101C/C++ Problem
Content originally posted in LPCWare by CodeRedSupport on Sat Dec 19 03:37:41 MST 2009 While the compiler and the IDE do support C++, we do not support it in the project wizards or a number of other places. One of the main reasons for this is that these are very small memory footprint devices that is not really suitable for C++.