Intel® System Studio
Share information with other developers using Intel® System Studio.

Adding files to a project.

jschi71
Novice
278 Views
Hi, I have imported a directory containing a C and an H file into my project. (1) How do I add this directory to the include paths for the compile ? (2) How do I add the object files produced to the project so it is linked in ? At present I have to (1) add the directory name to the #include directive, and (2) it cannot find the functions in this new added C file.
0 Kudos
1 Reply
jschi71
Novice
278 Views

Found another reference, do you have to create a .mk file in each directory (like the bsp) and add this to your APP.mk ?  If so do you have a nice simple example where you add a directory and link it in.

0 Kudos
Reply