Part Number: AM5728
Tool/software: Linux
I am still having issues building the IPC examples. When I run `make ti-ipc-linux` in the root of the SDK installation I now get the following error:
=================================
Configuring IPC
=================================
SDK_INSTALL_PATH=/media/alex/d10c6511-1a24-48b5-a9a1-c1f6142f48bd/rtos_sdk_install source /media/alex/d10c6511-1a24-48b5-a9a1-c1f6142f48bd/rtos_sdk_install/processor_sdk_rtos_am57xx_4_03_00_05/setupenv.sh > /dev/null; \
. /media/alex/d10c6511-1a24-48b5-a9a1-c1f6142f48bd/linux_sdk_install/linux-devkit/environment-setup; \
cd ${IPC_INSTALL_PATH}; \
./configure ${CONFIGURE_FLAGS} \
CC=${CC} \
--prefix=/usr \
PLATFORM=${IPC_PLATFORM} \
KERNEL_INSTALL_DIR=/media/alex/d10c6511-1a24-48b5-a9a1-c1f6142f48bd/linux_sdk_install/board-support/linux-4.9.69+gitAUTOINC+9ce43c71ae-g9ce43c71ae
/bin/sh: 1: source: not found
/bin/sh: 4: ./configure: not found
Makefile:784: recipe for target 'ti-ipc-linux-config' failed
make: *** [ti-ipc-linux-config] Error 127
What could be the cause of this?