I'm following syslib user guide to compile the Arm application test_msgcom.o but facing some issue.
Syslib version 2.0.2.1
Instructions from the user guide
"This test also has an ARM component provided in the SYSAPPS package, which has to be built as described below.
- Modify and source the file ti/setupenv.sh (in the SYSAPPS package) to set up the proper tool chain path.
- Execute:
cd ti/syslib/packages/ti/runtime/agent/
make -f Makefile test
- The test application test_agent.o is generated in the directory: ti/syslib/packages/ti/runtime/agent/test."
Question: