I need to change some features of ThreadX in my project, so i added ThreadX as source. Because of that i need to recompile ThreadX each time i run clean, and this causes long compile time. After first build i do not change any configurations of the ThreadX, so there is no need for building ThreadX source each time i run clean. How can i add modified ThreadX build to project in Eclipse?
Hi emree,
How are things going? Have you check if these related threads help:
https://community.renesas.com/embedded-system-platform/synergy/f/forum/16301/how-to-stop-from-always-recompile-everything
https://community.renesas.com/embedded-system-platform/synergy/f/forum/16187/ways-to-improve-build-times
https://community.renesas.com/embedded-system-platform/synergy/f/forum/28989/how-to-avoid-recompiling-when-changing-build-configuration
JBIf this response, or one provided by another user, answers your question, please verify the answer. Thank you!Renesas Engineering Community Moderatorhttps://community.renesas.com/https://academy.renesas.com/https://en-support.renesas.com/knowledgeBase/
I cant get the exact answer but seems like splittin project into 2 projects is the best way for me now. 1 for library project with all the configuration and synergy generated files and the other one for application code.
Is there a way that i rebuild the ThreadX source with my configuration and pack it as a library? That way i dont need to clean and rebuild the ThreadX source everytime i run clean.