-
Notifications
You must be signed in to change notification settings - Fork 1k
OpenAMP list.h name collision with freertos list.h #760
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @adammunich |
@adammunich |
Some platforms and makefiles I have seen include Arduino_Core_STM32/system/Middlewares/ recursively, which causes the issue. |
@fpistm The virtual serial using OpenAMP is completed and it's in code cleaning phase. I'm going to make a PR right after #717 is merged. I will rename it or will consider this case when I'm proposing the PR. @adammunich Could I ask what platforms are? I'm personally interested in projects using stm32freertos.
This sounds like their responsibility to update the project build configurations though. |
I do not known where you see it but currently this is not included anywhere. |
I agree with @kbumsik. |
When compiling with stm32freertos, list.h in OpenAMP's name over-rides list.h with freertos and compilation fails. Renaming OpenAMP's list.h solves this issue.
The text was updated successfully, but these errors were encountered: