Announcements

Learn how to optimise USB-C for your designs at 18 May's USB-C PD Webinar.
Click here to register.

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

user_2888896
Level 1
Level 1
5 sign-ins First solution authored First reply posted

I use FX3 SDK version 1.3.4 and want to create a new project from template. Following the instructions from the User Guide (section 2.3) I can create a new project from template. However I get errors in the new project, regardless which template I use. Errors like:

Symbol 'NULL' could not be resolvedcyfxbulksrcsink.c/projectNameline 82Semantic Error
Type 'uint16_t' could not be resolvedcyfxbulksrcsink.c/projectNameline 263Semantic Error
Type 'uint32_t' could not be resolvedcyfxbulksrcsink.c/projectNameline 64Semantic Error
Type 'uint8_t' could not be resolvedcyfxbulksrcsink.c/projectNameline 72Semantic Error

Any idea what's wrong here?

1 Solution

Hi,

You could click Project→C/C++ index→Resolve unresolved includes. These errors could be ignored if you could get correct image file.

View solution in original post

0 Likes
3 Replies
YangyangC_06
Employee
Employee
50 likes received 25 likes received 10 likes received

Regardless these "errors", are you able to build this project? I mean, can you get the img file?

0 Likes

Yes, I can build both debug and release versions and get image files. But these errors stay in editor. Loading the example files into workspace, I have no errors at all.

0 Likes

Hi,

You could click Project→C/C++ index→Resolve unresolved includes. These errors could be ignored if you could get correct image file.

0 Likes