Wiced 3.5.2

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

cross mob
Anonymous
Not applicable

Hello, I started to use wiced 3.5.2 and a lot of lines are mark as error (specifically when I write something like WICED_GPIO_x or WICED_ADC_x), the code compile fine but it's really bothers me.

Anyone got this problem? It can be fix?

Thank you

0 Likes
1 Solution
VikramR_26
Employee
Employee
25 sign-ins 10 sign-ins 10 comments on KBA

Eclipse IDE tries to link the project and does not find reference and marks these as errors. You can disable this in your settings of eclipse IDE.

View solution in original post

0 Likes
3 Replies
VikramR_26
Employee
Employee
25 sign-ins 10 sign-ins 10 comments on KBA

Eclipse IDE tries to link the project and does not find reference and marks these as errors. You can disable this in your settings of eclipse IDE.

0 Likes
Anonymous
Not applicable

vik86

Is there a way to setup Eclipse so these references are satisfied?

0 Likes

It would be difficult, since eclipse would be trying to locate for source files which might be in binary or different location and you might have to provide links to it. You can disable these errors/warnings notifications in your preferences of eclipse IDE

0 Likes