M2I-CySat / 2018-CySat-1-CDH_FW

All software that will run on the satellite
Other
3 stars 2 forks source link

Doxygen example code #4

Open drahosj opened 9 years ago

drahosj commented 9 years ago

Check for mutexes

fbourbour commented 9 years ago

Hi Jake,

I did not change anything in the project since Sunday but tonight when I opened Eclipse I got errors in the main.c file

fata error: FreeRTOS.h: No such file or directory.

and multiple messages as below:

Symbol NULL could not be resolved.

Fred

fbourbour commented 9 years ago

Hi Jake,

I fixed the FreeRTOS.h missing problem by defining the PROJECT_ROOT in the Eclipse environment variables. Now, I do not know why it is complaining about the NULL not defined. Has the make file changed since last week?

Fred

drahosj commented 9 years ago

I don't think it has changed. I'm not sure why null being undefined is an issue. It's in string.h. make sure that it's successfully including. What file is failing? On Jan 15, 2015 11:09 PM, "fbourbour" notifications@github.com wrote:

Hi Jake,

I fixed the FreeRTOS.h missing problem by defining the PROJECT_ROOT in the Eclipse environment variables. Now, I do not know why it is complaining about the NULL not defined. Has the make file changed since last week?

Fred

— Reply to this email directly or view it on GitHub https://github.com/m2i/cysat/issues/4#issuecomment-70209102.