sof
sof copied to clipboard
TEST-ONLY: ctc module on cavs2.5-001-drop-stable
For testing purposes, it backports CTC module from main to cavs2.5-001-drop-stable
To make the FW build with CTC library:
- patch commits onto your local cavs2.5-001-drop-stable branch
- put libgoogle_ctc_audio_processing.a to third_party/lib/
- put libc++.a and libc++abi.a to third_party/lib/
- set xtensa env arguments
export XTENSA_TOOLS_ROOT=$(YOUR/XCC/ROOT)
export XTENSAD_LICENSE_FILE=$(YOUR/XCC/LICENSE/DAT)
- make build by command:
./scripts/xtensa-build-all.sh -o tigerlake_chrome_ctc tgl
@eddy1021 FYI