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.

Introduction to C6Accel

Other Parts Discussed in Thread: OMAPL138

Hello,

I'm building the C6Accel package and running the test application;

http://processors.wiki.ti.com/index.php/Introduction_to_C6Accel

When build the package by using the command make command in the root directory of the package (make all),  I have the next problem: 

make[2]: *** No rule to make target `omapL138/c6accel_app.cfg', needed by `c6accel_app_config/compiler.opt'.  Stop.

What meaning the last sentece?

Thanks

Bayron Pérez V.


 

 

  • Bayron,

    The basic meaning of this error is that the build system can't find the file "omapL138/c6accel_app.cfg" in the path specified in c6accel_1_xx_xx_xx/soc/app/c6accel_app_config/compiler.opt

    You should find a line in compiler.opt along the lines of "-I/home/ti-dvsdk_omapl138-evm_4_00_00_yy/c6accel_1_xx_xx_xx/soc/app/c6accel_app_config/..".

    This should match the valid path for your install. If it doesn't then try 2 things:

    - check Rules.mak has the correct path for C6ACCEL_INSTALL_DIR

    - more likely it is that you have not done a clean first and the compiler.opt file is pointing to a previous set of paths. You can clean it by doing

    make c6accel_clean

    make c6accel

    Iain

  • Bayron,

    Can you let us know if you were able to fix this issue. Is there a specific functionality that you wish to offload to the DSP using C6Accel?

    Regards,

    Rahul