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