Other Parts Discussed in Thread: AWR1243
Tool/software: TI C/C++ Compiler
Hi,
I am trying to compile modified mmwave radar code (rl_device.c) under the ti_components directory for debugging purposes. However, when I run either gmake -s depend or gmake -s from vision_sdk/build, the modified file doesn't get compiled. I searched under ti_components/radar and found that there are no makefiles, I'm guessing that's why files in there don't get recompiled. How can I make it so that rl_device.c will be compiled when I run the top level gmake -s depend or gmake -s?
Thanks,
Richard