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.
Hi, I'm getting the error in the code in subdir_rules.mk file, (@echo 'Building file: "$<"') here,
the error is - recipe for target 'build - 1101401185' faild
please help me resolving the same.
Thanks and regards
Abhaya Raj Mishra
Hi Abhaya,
Are you using your own drivers for your application or are you using TI's drivers? It looks like REPEAT_SINGLE is not defined. Are you sure this is defined in your code? If you are certain that you have defined it, are you sure that you have included the proper files in your code? If you've verified all of this, you may want to check your linker path to make sure that your project has the correct file paths for all of the files that you want included in your project.
It is not defined anywhere i checked as well.
There is no REPEAT_SINGLE in the project
Abhaya,
You should either define this yourself, or utilize the defines that we implement in our SDK.
In our SDK, the define you are looking for is DL_DMA_FULL_CH_REPEAT_SINGLE_TRANSFER_MODE.
You will probably find this process to be a lot easier if you use our SysConfig tool. You can download the standalone version or utilize the version that runs in CCS and is included in all of our example files. SysConfig will write out the defines for you and initialize the peripheral using a GUI. Then you won't have to hunt down as many defines to initialize your program.