Tool/software: Code Composer Studio
I have CCS 7 installed on my PC (Windows version). GCC Linario and TI cross compiler installed.
I want to build my u-boot code for my ARM-A9 processor I pulled from git Hub.
I have the source code in my workspace and I do the following:
File->New->Project...
C/C++ Makefile Project with Existing Code
I enter Project Name and location of the source code (top of the tree with the makefile)
I select "Cross GCC" for Toolchain for Indexer Settings
when I hit return it goes back to project explorer and does nothing
Project Explorer is blank ,No Project and indexer does not run
What am I missing?


