Hi,
By default an application build with the IDE compile the source file and the link link it with other files (libraries).
To be working your application must do the same.
Please refer to the chapter Using Build Tools on the Command Line in the
56800x_Build_Tools_Reference.pdf manual.
I don't have an example for that.
May be you can:
- create an example for the board you used via the wizard,
- in the IDE, list all files and lib used,
- copy in a folder all files used,
- compile and link them.
Regards
Pascal