This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

648 project compiling order

I am trying to read through the dm648 evm demo.

I feel it's a mess about the whole folder file order in my mind.

I split a simple project only use the LOG_system to print a hello world slogan in the message log window.

the project has been built withour error,

there is a "main.c","hello.tcf",a empty "hello.cfg"(I tried to remove it, but error occurs) ,

autogenerated "cfg.c","hello.s62","??.cmd","",

"xdcpath.dat", "compiler.opt", and a folder "xconfig" with a bunch of files packaged by xdc tools.

could someone tell me their relation and building order? or show me some article which mentions that.