Hi
Using MCUXpresso SDK 2.7.0 and MCUXpresso IDE v11.1.1
Scenario:
The same happens if you try to add support for modules like gpt.
But why? Anything done wrong? Workaround?
If I just delete the heap_1.c, heap_2.c, heap_3.c and heap_useNewlib.c files, I can compile. But rerunning "Refresh SDK components" recreates them. So it is not very nice.
BR
Kasper
已解决! 转到解答。
Hi Kasper,
This looks like a configuration problem with the Refresh SDK components option. There are a number of heap strategies and you need to define which one you want to use. Presently all are enabled and so the same subroutine is present a number of times so it will fail to link. Unfortunately, I believe deleting the files is the only option to fix this.
Please check the below link.
https://www.freertos.org/a00111.html
Have a great day,
Felipe
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------
Hi Kasper,
This looks like a configuration problem with the Refresh SDK components option. There are a number of heap strategies and you need to define which one you want to use. Presently all are enabled and so the same subroutine is present a number of times so it will fail to link. Unfortunately, I believe deleting the files is the only option to fix this.
Please check the below link.
https://www.freertos.org/a00111.html
Have a great day,
Felipe
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------