Hi,
In my application i am including freertos files like this #include"freertos/FreeRTOSConfig.h" and this works however if i add only FreeRTOSConfig.h i get a fatal error " FreeRTOS.h: No such file or directory".
Is there any solution of how i can do this.
Regards,
AG
Unable to find include files in freertos folder
-
- Posts: 13
- Joined: Thu Nov 28, 2019 9:48 am
Re: Unable to find include files in freertos folder
Ah, I might be wrong...but, that may be a feature added with FreeRTOS 9.x and above.
ESP-IDF is based on FreeRTOS 8.x
ESP-IDF is based on FreeRTOS 8.x
Re: Unable to find include files in freertos folder
I am not sure why having to add the "freertos" in "freertos/FreeRTOSConfig.h" is a problem.
Anyway if it does offend then use "COMPONENT_ADD_INCLUDEDIRS" and point directly at the "freertos" directory.
The problem now is that your project build file will probably now be locked to a specific ESP-IDF (guessing), so I would "suck it in".
There may be a project setting as well.
Anyway if it does offend then use "COMPONENT_ADD_INCLUDEDIRS" and point directly at the "freertos" directory.
The problem now is that your project build file will probably now be locked to a specific ESP-IDF (guessing), so I would "suck it in".
There may be a project setting as well.
& I also believe that IDF CAN should be fixed.
Re: Unable to find include files in freertos folder
Adding "freertos/" in front does work and is apparent in many examples.
But, my confusion stems from yesterday. I swear I looked for that file because I wanted to use to set
configUSE_DAEMON_USE_TASK_STARTUP_HOOK
And I couldn't find the file FreeRTOSConfig.h. But, today it's there.
Clarifying my previous comment:
But, it doesn't have configUSE_DAEMON_USE_TASK_STARTUP_HOOK because the daemon hook was added in FreeRTOS 9.x and above.
But, my confusion stems from yesterday. I swear I looked for that file because I wanted to use to set
configUSE_DAEMON_USE_TASK_STARTUP_HOOK
And I couldn't find the file FreeRTOSConfig.h. But, today it's there.
Clarifying my previous comment:
But, it doesn't have configUSE_DAEMON_USE_TASK_STARTUP_HOOK because the daemon hook was added in FreeRTOS 9.x and above.
Re: Unable to find include files in freertos folder
#confussed
PS May I suggest that you use nouns rather than pronouns? It does seem odd when you type but it is the best approach and makes it so much easier to help!
So what's up?Adding "freertos/" in front does work and is apparent in many examples.
Sorry, no idea what you mean. I had thought that you had an include path issue but ATM I do not understand your problem report.But, my confusion stems from yesterday. I swear I looked for that file because I wanted to use to set
configUSE_DAEMON_USE_TASK_STARTUP_HOOK
And I couldn't find the file FreeRTOSConfig.h. But, today it's there.
PS May I suggest that you use nouns rather than pronouns? It does seem odd when you type but it is the best approach and makes it so much easier to help!
& I also believe that IDF CAN should be fixed.
Re: Unable to find include files in freertos folder
AG has an issue with finding the .h file. I had an issue, yesterday, finding the .h file when I wanted to change:PeterR wrote: ↑Wed Dec 18, 2019 7:00 pm#confussedSo what's up?Adding "freertos/" in front does work and is apparent in many examples.
Sorry, no idea what you mean. I had thought that you had an include path issue but ATM I do not understand your problem report.But, my confusion stems from yesterday. I swear I looked for that file because I wanted to use to set
configUSE_DAEMON_USE_TASK_STARTUP_HOOK
And I couldn't find the file FreeRTOSConfig.h. But, today it's there.
PS May I suggest that you use nouns rather than pronouns? It does seem odd when you type but it is the best approach and makes it so much easier to help!
Code: Select all
#define configUSE_DAEMON_USE_TASK_STARTUP_HOOK
As for nouns versus pronouns...I have no idea what you mean.
Re: Unable to find include files in freertos folder
"in the file" : pronoun - I ask which file?
"in the specific file that I want - freertos.h" : noun (freertos.h) - you see how that helps?
Sorry, I just don't understand how you get from
Maybe restate the problem?
Probably just me as drmacro seems to understand.
"in the specific file that I want - freertos.h" : noun (freertos.h) - you see how that helps?
Sorry, I just don't understand how you get from
toinclude "freertos/FreeRTOSConfig.h" and this works however if i add only FreeRTOSConfig.h i get a fatal error " FreeRTOS.h: No such file or directory.
Or even why whenconfigUSE_DAEMON_USE_TASK_STARTUP_HOOK
you just dont' use theand this works
solution?and this works
Maybe restate the problem?
Probably just me as drmacro seems to understand.
& I also believe that IDF CAN should be fixed.
Re: Unable to find include files in freertos folder
The confusion is all my fault.
I stumbled on the relative directory "fix" (i.e. "freertos/FreeRTOSConfig.h") when looking for the file for an issue totally unrelated to the original post of this thread.
The unrelated issue (the use of the startup hook) was mixed into this thread, by me, attempting to explain why I had made the post about having the problem yesterday. (That is I tried on my system to search for the file, in the file browser and with 'find' on the command line and could not find the file. Yet today I did find it.)
So, I mixed things up.
The original post IS about a file not found issue that is corrected by using the relative directory.
I'm sorry I muddied the water.
I stumbled on the relative directory "fix" (i.e. "freertos/FreeRTOSConfig.h") when looking for the file for an issue totally unrelated to the original post of this thread.
The unrelated issue (the use of the startup hook) was mixed into this thread, by me, attempting to explain why I had made the post about having the problem yesterday. (That is I tried on my system to search for the file, in the file browser and with 'find' on the command line and could not find the file. Yet today I did find it.)
So, I mixed things up.
The original post IS about a file not found issue that is corrected by using the relative directory.
I'm sorry I muddied the water.
Re: Unable to find include files in freertos folder
Np, you are in good company! I have muddied many a post
For my own benefit I would ask the OP to restate the problem in categorical terms.
For my own benefit I would ask the OP to restate the problem in categorical terms.
& I also believe that IDF CAN should be fixed.
Who is online
Users browsing this forum: No registered users and 58 guests