missing type.h

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

missing type.h

898 次查看
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 项奖励
回复
1 回复

867 次查看
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 项奖励
回复