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.

Add FFTLIB to image_process_demo project

Other Parts Discussed in Thread: MATHLIB, FFTLIB

Hi

I would like to make a project that have TCP connection, work with OpenMP and use DSPLIB, MATHLIB and FFTLIB.

I used TMDEVMC6678l board so I installed tools and packages from contained DVD according to its instructions.

So my used tools were:

OS: win7 64bit

CCS:5.2

MCSDK: 2_1_2_5

CGT: 7.4.0

SYS/BIOS: 6_33_6_50

NDK: 2_21_1_38

IPC: 1_24_3_32

OMP: 1_1_3_2

XDC: 3_23_4_60

I put "image_process_omp" demo  as base project and modified it( make TCP by socket programming...) next I wanted to add "fftlib_c66x_src_2_0_0_2_Win32" to it.

I found out that I should changed all used tools when I saw the FFTLIB release notes!!

"C:/ti/fftlib_c66x_2_0_0_2/docs/doxygen/html/ccs_build.html" required tools were:

but for upgrading OMP to V2 according to " the required tools were:

  1. Code Generation Tools 8.0.1 for C6000
  2. MCSDK 2.1.2.6
  3. Patch 01 for MCSDK 2.1.2.6
  4. MCSDK-HPC package

    You can see that some tools are incompatible!!(CGT,MCSDK...) While I started the project I spend several weeks.

    Now my questions are:

    1) Is it possible to make a project that have TCP connection, work with OpenMP and use DSPLIB, MATHLIB and FFTWLIB in it?

    2) If the answer of first question is yes,  According to my EVM platform (TMDEVMC6678l) please introduce me what tools I should install and use that are compatible?

    Best Regards