在新的3版本中打开先前编译在2.2中的项目。
清洁和建造项目存在一系列错误,即UnTy8等类型的错误,在CyType中没有发现。
Health.h头文件有一个包含和lt;Proj.H.Gt;其中包括所有其他的调用,包括CyType。
右键单击“包含”和“项目”.H>选择“转到实现”给出以下COSIL消息:
“找不到实现”。它可能在一个没有可用源的库中。
因此,看起来新的PSoC创建者3没有在必要时找到包含文件。
以上来自于百度翻译
以下为原文
Opening a project that previously compiled in 2.2 in the new 3.0 release.
Clean and build project yeilds a bunch of errors, namely typedefs for uint8 etc. not found in cytypes.h.
device.h header file has an include for
where all of the other includes are called, including cytypes.
Right clicking on the #include and selecting "Go To Implementation" gives the following cosole message:
"Unable to find implementation for . It may be in a library for which no source is available."
Thus it would appear that the new PSoC Creator 3.0 is not finding the include files as necessary.