Compiler Warnings

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

cross mob
Anonymous
Not applicable

Hello,

Is there any way to fix the compiler warnings for unresolved symbols for defines in the platform files?

wiced_studio_compiler_warnings.png

Thanks,

Cory

0 Likes
1 Solution
ShengY_96
Employee
Employee
10 sign-ins 5 sign-ins Welcome!

As Priya mentioned the "WICED_I2C_2" can be found in the platform.h files. And build the project like:snip/graphics/hello successfully. So just ignore the warnings.

View solution in original post

0 Likes
2 Replies
PriyaM_16
Moderator
Moderator
Moderator
250 replies posted 100 replies posted 50 replies posted

cory.mast_3050381

Are the I2C peripherals mentioned in the platform files: platform.c and platform.h? Is the warning even visible after building the application?

ShengY_96
Employee
Employee
10 sign-ins 5 sign-ins Welcome!

As Priya mentioned the "WICED_I2C_2" can be found in the platform.h files. And build the project like:snip/graphics/hello successfully. So just ignore the warnings.

0 Likes