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.

Running QualiTI, xs command not in the path problem

Which path variable do you have to edit if you want to run the QualiTI application?  I keep on getting the "xs command not in the path, giving up ..." error message, but no matter where I specify the path it does not seem to work even though the files exist where they should be.

Where in the startqti.sh file, but also elsewhere do you point to the additional path?

  • AndreC said:

    Which path variable do you have to edit if you want to run the QualiTI application?  I keep on getting the "xs command not in the path, giving up ..." error message, but no matter where I specify the path it does not seem to work even though the files exist where they should be.

    Where in the startqti.sh file, but also elsewhere do you point to the additional path?

    You need to add the XDCtools install directory to your shell PATH. (I assume you are running on Linux since you specify startqti.sh.) For example, if you have the XDCtools installed in /home/andrec/xdctools_3_16_02_32 (or whatever version you are using), add that directory to the shell's PATH environment variable:

    export PATH=/home/andrec/xdctools_3_16_02_32:$PATH

    (this syntax is for sh or bash style shells - adapt it to the shell you are using.) You should then be able to use the shell command "which xs" and have it return the XDCtools directory you just specified in PATH. Now, invoke /path-to-xdais-product/startqti.sh and it should work. (Note that in the latest xdais release, the startqti.sh script has been renamed ti.xdais.qualiti.sh, but the directions above still apply.)

    Mark

  • Thanks.  I got it to work but I cannot seem to pass the test with the existing codecs.  It looks like yet another path or settings problem, but it fails rule 13, 20, 21 and 22 and 26, but passes 8,9,10,12 and 25.  This looks a bit strange as the screenshot from the wiki page shots the exact same codecs passing eveything. 

    My Base Dir is: /home/andre/dvsdk.../dm6446_dvsdk_combos_2_05/packages/ti/sdo/codecs/h264enc/lib

    My Library is: ./h264venc_ti.l64P

     

    In the Test Execution Log it states:

    Can't find object method "new" via package "XML:Parser"...

    Error: Command execution failed

     

    Any ideas?