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.

Linux-c6x ./prj config does not install gcc toolchain (4.5-124) for linux-c6x 2.0 release automatically

Hello everyone;

I am new to TI world especially C6678. I am working on Linux_MCSDK on linux machine (Fedora 18 64-bit). I got a problem when i try to execute ./prj config it does not install required gcc automatically. How can i solve this problem? I am following these steps:

mkdir home/FAST/my-linux-c6x
wget http://linux-c6x.org/files/releases/linux-c6x-2.0.0.63/linux-c6x-2.0.0.63-src.tar.gz
 tar xvzf linux-c6x-2.0.0.63-src.tar.gz 
 mv linux-c6x-2.0.0.63 my-linux-c6x
 cd my-linux-c6x
cd linux-c6x-project
 ./prj config
 [Please edit setenv to specify what to build, or leave it untouched to build the example configuration]
 ./prj config
At this stage it should start downloading gcc tool chain (4.5-124)  but it does not start this process. Later ./prj build complains about absence of
gcc tool chain (4.5-124) compiler.

Any suggestions?

Regards
Rao