Hi
I try to open a LPC1225 project but when i add a header file i get debug error in (cor_cmFunc.h)
the error in line 65 ( __STATIC_INLINE uint32_t __get_CONTROL(void) ) and error is unknown type name.
uint32_t requires the use of stdint.h
By the way: when you get complaints about unknown types and symbol names a common strategy is to scan the available header files for matching names instead of starting with forum posts. grep is a wonderful tool.