Hello,
I am trying to work through the IPC Install Guide Linux and my command of making the ipc-bios.mak is failing because of the missing file of "ti/sysbios/family/c66/vayu/Power.h" in "IpcPwerDsp_dra7xx.c".
Does anybody know how to fix this?
I am trying to do the same like in this post:
http://e2e.ti.com/support/arm/sitara_arm/f/791/t/492034
Maybe my problem is in the products.mak. I think I have to use following stuff:
PLATFORM = DRA7XX
TOOLCHAIN_LONGNAME = arm-linux-gnueabihf (from Linux-SDK)
TOOLCHAIN_INSTALL_DIR = LINUX_SDK_DIR/linux-devkit/sysroots/x86_64-arago-linux/usr
AF_RPMSG = 41 (???)
XDC_INSTALL_DIR = CCS6_DIR/xdctoos_3_31_02_38_core
BIOS_INSTALL_DIR = CCS6_DIR/bios_41_04_54
ti.targets.elf.C66 = CCS6_DIR/ccsv6/tools/compiler/ti-cgt-c6000_8.1.0
gnu.targets.arm.A15F = CCS6_DIR/ccsv6/tools/compiler/gcc-arm-none-eabi-4_8-2014q3 (???)
Is there something wrong?