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.

using gcc toolchain for c6678

hi

i follow all the srtp in http://linux-c6x.org/wiki/index.php/Linux-c6x_2.0_Release 

now i wanna compile a very simple code

void main

{

print ("helloworld");

}

how can i use gcc toolChain to compile these easy main.c file

thanks