missing type.h

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

missing type.h

745 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by DTronix on Mon Dec 20 16:39:21 MST 2010
I'm trying to use the i2c example, but can't find the "type.h" include, can anybody tell me where is this file ?.

In the Includes folder in my project, there are 3 path

c:/nxp/lpcxpresso_3.4/Tools/arm-none-eabi/include
c:/nxp/lpcxpresso_3.4/Tools/lib/gcc/arm-none-eabi/4.3.3/include
c:/nxp/lpcxpresso_3.4/Tools/lib/gcc/arm-none-eabi/4.3.3/include-fixed

is something missing ?

Thanks in advance
0 Kudos
Reply
1 Reply

714 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by Ex-Zero on Mon Dec 20 17:35:40 MST 2010
There a several folders with type.h, it's a common file.

Should be in include folder of LPC13Lib:

...workspace\LPC13xx_Lib\inc

If you don't want to add this folder you can also copy type.h in your project folder.
0 Kudos
Reply