I am trying to run a demo freeRTOS project. I am facing issues with make file , which is not able to detect the path of the sources , when the sources files added externally, things work fine. I cross checked with paths mention in make file , its perfect yet the make file does not recognize the problem . Hope some expert can help out with this issue . Thank you .
The error you see is clearly located in line 42 of your Makefile. Please put an
1 | the answer to life, the universe and everything |
there.