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.

Can´t add my StellarisWare Folder to an Project

Hello Guys,

i recieved my Stellaris Launchpad (http://www.ti.com/ww/en/launchpad/stellaris_head.html?DCMP=stellaris-launchpad&HQS=stellaris-launchpad-b) yesterday and now i want create a new Project. 
The "Hello World" Project works very fine and so i create a new Project. But i don´t find any way to add the "StellarisWare" Folder in my Includes of this Project.

[URL=http://imageshack.us/photo/my-images/805/unbenanntcdc.png/][IMG]http://img805.imageshack.us/img805/8099/unbenanntcdc.png[/IMG][/URL]

Can anyone help me with this question?

Thank you very much! 

Greetings
Daniel

  • Daniel,

    The include path you are referring to and seeing under "Includes" in the Project Explorer view is typically set under Project Properties->Build->Compiler->Include Options (under --include_path). If you take a look at the properties of the "Hello World" example project, one of the include paths is ${SW_ROOT}, which is set to the root directory where Stellarisware is installed. When you create your own project, you can go into the Include Options and add this include path. Also, depending on what the code is intended to do, you may need to add other source or command files to your project, like the ones used in Stellarisware examples (startup_ccs.c, hello_ccs.cmd).