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.

C6accel problem

Hi ,

In "C6accel_ti_imglibFunctionCall.c", I commented out "IMG_sobel_3x3_8( )" or replaced it with a dummy function,

then I performed "make c6accel_clean" and "make c6accel".

For edge_detection demo, i "make clean" and "make all". 

why I still run the edge_detection demo ?

"IMG_sobel_3x3_8( )" function is no more there, why edge_detection demo can still call "IMG_sobel_3x3_8( )".