“I've successfully built the "Webserver demo" under IAR EWARM 6.5.”
Which demo? Where did you get the project from?
“Error[Pe020]: identifier "LPC_UART_TypeDef" is undefined C:\Users\grr\Documents\IAR Embedded Workbench\arm\examples\NXP\LPC17xx\LPC1700CMSIS\Drivers\include\lpc17xx_uart.h 578 ”
Without wanting to state the obvious, it looks like a header file that defines LPC_UART_TypeDef is not included where it should be. Is LPC17xx_uart.h included from a FreeRTOS file? If so then there must be a header file that needs including before it.
Another thought, I'm not familiar with the NXP libraries but some libraries from other manufactures have a config file that you need to set to say which peripherals to include and which to exclude. Maybe UART is excluded from the build?