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.

Files missing from fc/utils

Other Parts Discussed in Thread: OMAP3530

Context = Codec Engine 2.23.01 for Linux (and/or xDAIS Framework Components 2.23.01), XDCtools 3.10.03, building for OMAP3530

There are two types of files missing from fc/utils (in cetools/packages/ti/sdo/fc/utils in Codec Engine, and in packages/ti/sdo/fc/utils in (xDAIS) Framework Components):

  1. There are no binaries for build target GCArmv5T -- i.e., there are no .av5T files in subdirectoies fc/utils/lib/{debug,debug_trace,release,trace}.
  2. These binaries could be built (by tweaking fc/utils/package.bld, and adding GCArmv5T to liblist (by copying MVArm9)), except that required include files fc/utils/_rmmp.h and fc/utils/_smgrmp.h are missing.  (See also the issue Build problems with packages/ti/sdo/fc/utils.)

One potential workaround is to copy the MontaVista ARM binaries (Linux is Linux? especially in user mode) to the missing GNU ARM binaries.  That is, copy (or symbolically link) each .a470MV file to .av5T.  This does link, although I don't yet know if it works.