FX3 Create project from template

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

cross mob
user_2888896
Level 1
Level 1
10 sign-ins 5 sign-ins First solution authored

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?

0 Likes
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
750 replies posted 500 replies posted 250 replies posted

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