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.

6678 Linux environment setup



  hello, I 'm using tms32c6678, and I want to develop liinux C program on 6678, but I haven't studied linux before , so can anyone help me,

first, if I just want develop c program on 6678 in linux environment ,do I have to install CCSV5,  if I must not install it , how can I set up the linux development environment ,for example ,how to install cross development tools,and so on, and I have read the "linux-c6x-2.0.0.63-release-notes.pdf" ,but I have no idea on how to set up the environment ,can anyone give me a detail help document , for example ,tell me the install files that I must download ,and the sequence on how to  install them, thank you!

  • Hi,

    Please check linux-c6x.org for more info, and also follow the Release Notes to build the Linux kernel. During the process, it will download and install the tool chain. You just need to specify the tool chain in the search PATH of the environment variable. When cross compile, use "c6x-uclinux-gcc" to compile.

    Rex