Other Parts Discussed in Thread: TDA4VM, TDA4VH
Tool/software:
Hi TI experts
I'm encountering an issue while building in Host Emulation mode.
My app uses common code that supports not only AM62A but also TDA4AEN, TDA4VH, and TDA4VM.
However, the AM62A PSDK does not include tiadalg
, so I cannot build when referencing the /tiadalg/common/c_intrinsics_host_port/c6xsim/C6xSimulator.h
file.
While I could reference ./vxlib/packages/ti/vxlib/src/common/c6xsim/C6xSimulator.h
instead, I found that vxlib
is disabled for build in Host Emulation mode.
Would it be acceptable to use the tiadalg
from PSDK 10.0.0.5 J722S directly to resolve the build issue?
Best regards