Tool/software:
Hi, I have written a custom library which computes STFTs (Short Time FFT) which am trying now to hook up to AWR2944EVM's DDM demo. The functionality of this additional DPU is explained here: https://e2e.ti.com/support/sensors-group/sensors/f/sensors-forum/1538053/awr2944evm-best-practice-for-modifying-the-demo-source-code
I have created a new directory within SDK's DPU folder:
- C:\ti\mmwave_mcuplus_sdk_04_07_00_01\mmwave_mcuplus_sdk_04_07_00_01\ti\datapath\dpu\classificationproc <- My new directory
- The structure inside mimics that of the SDK, meaning I have
- makefile
- classificationproclib.mak
- classificationdpu.h
- src/classificationdpu.c
From what I understand I need both of these makefiles/.mak to build my librarie's binaries which then will get pulled in during project build by the modified makefile from the objectdetection folder. Is that correct?
After adding the files makefile/.mak to my directory i tired to build the binaries by using these files but I fail to do that. I have run setenv.bat files located here:
- "C:\ti\mmwave_mcuplus_sdk_04_07_00_01\dsplib_c66x_3_4_0_0\packages\ti\dsplib\setenv.bat"
- "C:\ti\mmwave_mcuplus_sdk_04_07_00_01\mmwave_mcuplus_sdk_04_07_00_01\scripts\windows\setenv.bat"
- "C:\ti\mmwave_mcuplus_sdk_04_07_00_01\mmwave_dfp_02_04_17_00\ti\control\mmwavelink\makefiles\setenv.bat"
But still when I run gmake in my folder it fails. So I would greatly appreciate it if you could let me know how to build the binaries for further usage inside the demo?
Best regards
Mark