Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TEST-ONLY: ctc module on cavs2.5-001-drop-stable #9573

Draft
wants to merge 2 commits into
base: cavs2.5-001-drop-stable
Choose a base branch
from

Conversation

johnylin76
Copy link
Contributor

For testing purposes, it backports CTC module from main to cavs2.5-001-drop-stable

To make the FW build with CTC library:

  1. patch commits onto your local cavs2.5-001-drop-stable branch
  2. put libgoogle_ctc_audio_processing.a to third_party/lib/
  3. put libc++.a and libc++abi.a to third_party/lib/
  4. set xtensa env arguments
export XTENSA_TOOLS_ROOT=$(YOUR/XCC/ROOT)
export XTENSAD_LICENSE_FILE=$(YOUR/XCC/LICENSE/DAT)
  1. make build by command:
./scripts/xtensa-build-all.sh -o tigerlake_chrome_ctc tgl

ctc module backport

Signed-off-by: Johny Lin <johnylin@google.com>
to make build, use command:
./scripts/xtensa-build-all.sh -o tigerlake_chrome_ctc tgl

Signed-off-by: Johny Lin <johnylin@google.com>
@johnylin76
Copy link
Contributor Author

@eddy1021 FYI

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant