I really think modular programming a wonderful idea, and XDC actually helps people do this.
But I am a guy who likes pure development environment which means there is only one kind of language works, such as C/C++.
I tried to write SYSBIOS applications as normal C runtime supported pieces of code without XDC. I compiled these pieces of code resulted in many unresolved symbols.
Then I searched TI packages trying to find a proper library containing these symbols, but i failed.
So, now, I ask your genuine experts.
What does XDC actually produce? Can I throw XDC away and configure SYSBIOS manually by myself while purely use C language?