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 currently following the AM243X MCU+ SDK Getting Started section and am trying to build my libraries using gmake.
However, it gives me this issue:
I believe I've followed the steps correctly. What is causing the error here?
Best regards,
Mari
Hi Mari,
I followed the instructions here:
This build commands works for me: gmake -s libs PROFILE=release
I had to rename the file endat_drv1.h to endat_drv.h in mcu_plus_sdk_am64x_08_00_00_21\source\motor_control\position_sense\endat\include since otherwise there is a build failure for a missing header file.
I used gmake in C:\ti\ccs1031\ccs\utils\bin.
As a first step, I suggest you carefully review the steps in the above instructions.
Please let me know how it goes.
Regards,
Frank