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:
- Code Generation Tools Version 7.4.2
- CCS Versions 5.4 or higher
- XDC 3_25_05_94
- MCSDK 3_00_04_17
- MCSDK-HPC 3_00_00_18
- DSPLIB 3_1_1_1
- BIOS 6.37.00.20
- EDMA3 2.11.11.15
- XDAIS 7_24_00_04
- FRC 3_30_00_06
- OMP 2_01_12_00
- OEM 1.5.0.1
- PDK 3.00.04.17
but for upgrading OMP to V2 according to " the required tools were:
- Code Generation Tools 8.0.1 for C6000
- MCSDK 2.1.2.6
- Patch 01 for MCSDK 2.1.2.6
- 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