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 kernel support for c6X

We download all the packages from "http://linux-c6x.org/wiki/index.php/Downloading /Installing_Software#Installing_Code_Sourcery_GCC_tool_chain "

we follow the steps to config the environment when run the XXX.sh in the package

something wrong occured :

[root@192 c6x-4.5-97-c6x-uclinux]# ./c6x-4.5-97-c6x-uclinux.sh
./c6x-4.5-97-c6x-uclinux.sh: line 140: grep: command not found
./c6x-4.5-97-c6x-uclinux.sh: line 140: sed: command not found

besides, according to your wiki:

1. Change directory to linux-c6x-project by giving

cd linux-c6x-project

2. Then issue the following commands

./setup

but we can't find the directory " linux-c6x-project" and the "setup" file

please give some support ,thanks 

if possible,sent your advise to baoyi_peng@126.com

 

 

 

 

 

 

 

 

 

  • another problem now:

    补充问题:

    [root@192 c6x-4.5-97-c6x-uclinux]# ./c6x-4.5-97-c6x-uclinux.sh
    /scratch/bernds/tic6x/src /usr/src/byp/c6x-4.5-97-c6x-uclinux
    tar: binutils-c6x: Cannot stat: No such file or directory
    tar: Error exit delayed from previous errors

    : can't find the directory : /scratch/bernds/tic6x/src

    no ../src ( in the file c6x-4.5-97-c6x-uclinux.sh we can't find a commond "mkdir  /scratch/bernds/tic6x/src"


  • Hi,

    Which release did you download from linux-c6x.org and how did you download it (tarball or using git)? Which distribution and what version is your linux on the host machine? Make sure you have "grep" and "sed" installed on your linux host.  Different linux distributioin may have different application packages in the distribution. You may need to see if they are installed or if the path is set correctly. Please refer to "Setting up the Linux Host" page: http://linux-c6x.org/wiki/index.php/Setting_up_the_Linux_Hostsd

    Rex