This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC1350: Programming Contiki through Eclipse+Cygwin (paths)

Part Number: CC1350

Hi all and happy new year,

I've followed this guide on which is explained how to use eclipse to write code over contiki os. (stackoverflow.com/.../contiki-eclipse-on-windows)

I found very difficult to understand dependencies and find where is every thing in contiki examples folder structure, so use an IDE helps a lot.

Hovewer since I can compile binaries correctly, there are many definitions and functions that are not recognized yet.

I've added this project path in the eclipse project options "C:\Cygwin\home\Eduardo\contiki\core" which refers to contiki core folder in my PC.

Almost every warnings have disapeared and I can jump using "Open declaration" in more code elements but there still are some unidentified.

Any of you are using this method to work and could help me to add the remaining paths?

Also I found this doxygen doccumentation (contiki.sourceforge.net/.../), but if you could link me more ressources to learn Contiki I'll be very grateful.