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.

IPC 1.25 Build error

Other Parts Discussed in Thread: OMAP-L138

I want to build ipc1.25 for my OMAP-L138 on MCSDK1.02.

But when I build, I got error:

======== clean [./packages/ti/sdo/ipc] ========
making package.mak (because of package.bld) in order to clean ...
ti.targets.arm.elf.M3: warning: exec of '/work/mcsdk/mcsdk_1_01_00_02/ccs5/tools/compolier/c6000_7.4.2/bin/cl470 --compiler_revision' failed:java.io.IOException: Cannot run program "/work/mcsdk/mcsdk_1_01_00_02/ccs5/tools/compolier/c6000_7.4.2/bin/cl470" (in directory "."): java.io.IOException: error=2, No such file or directory; check tools installation
ti.targets.arm.elf.M3: warning: exec of '/work/mcsdk/mcsdk_1_01_00_02/ccs5/tools/compolier/c6000_7.4.2/bin/cl470 --compiler_revision' failed:java.io.IOException: Cannot run program "/work/mcsdk/mcsdk_1_01_00_02/ccs5/tools/compolier/c6000_7.4.2/bin/cl470" (in directory "."): java.io.IOException: error=2, No such file or directory; check tools installation
js: "/work/mcsdk/mcsdk_1_01_00_02/bios_6_40_01_15/packages/gnu/targets/ITarget.xs", line 394: Error: /work/mcsdk/mcsdk_1_01_00_02/linux-devkit/i686-linux/bin/arm-none-eabi-gcc cannot be found. Ensure that rootDir for the M3 target is set correctly in /work/mcsdk/mcsdk_1_01_00_02/ipc_1_25_03_15/ipc.bld

cl470 not found! I want it to be c6x. What should I do to change it to c6x?

Thanks.

  • Have you modified any Makefile or products.mak or Rules.make file ?

    ti.targets.arm.elf.M3: warning: exec of '/work/mcsdk/mcsdk_1_01_00_02/ccs5/tools/compolier/c6000_7.4.2/bin/cl470 --compiler_revision' failed:java.io.IOException: Cannot run program "/work/mcsdk/mcsdk_1_01_00_02/ccs5/tools/compolier/c6000_7.4.2/bin/cl470" (in directory "."): java.io.IOException: error=2, No such file or directory; check tools installation

    You can see "compiler" spelling mistake over there.

    Where did you get the IPC package for mcsdk_1_01_00_02 ?