Content originally posted in LPCWare by franku on Sat Aug 25 03:13:12 MST 2012
Yes, it is this large.
I am currently using a c++ static lib and the CMSISv2p00_LPC17xx library (in pure C). The application is c++, too.
I am using the standard gcc flags that include -fno-rtti and -fno-exceptions.
Recently I figured out that if I link against the CMSIS lib at least with one single function the code size will blow up from ~1,5k to ~88k.