LPC-E2214: missing header file

I’ve recently bought LPC-E2214 board and setup everything for the development following Jim Lynch’s tutorial. I downloaded sample programs from the Olimex site and I am getting some errors while compiling them. Seems some header file are missing in the ZIP files. Eg: iolpc2000.h. Wondering where I can find the missing files. Can somebody help? Thanks.

vccground:
I’ve recently bought LPC-E2214 board and setup everything for the development following Jim Lynch’s tutorial. I downloaded sample programs from the Olimex site and I am getting some errors while compiling them. Seems some header file are missing in the ZIP files. Eg: iolpc2000.h. Wondering where I can find the missing files. Can somebody help? Thanks.

Header files like that are supplied with the development tools.

Leon

Hi,

this is the lpc port definition header which is part of the free IAR EW-ARM Kickstart package

if you want to use GCC you have to replace it with the corresponding GCC include file for this LPC microcontroller

Tsvetan

Yes GCC is what I have with me. So, any idea where I can find the required tool-specific header file on the Internet? Or, is it that I have to prepare the file? Thanks.

VG

have look at WinARM it have lot of header files and some example codes for our boards included

Tsvetan

The Win ARM site claims it’s headers come from the GnuARM.com, so you could try there too!