hello,
I am trying to build the dsp_framework project for the firmware i.MX 8M Plus included XOS system.
I am working in Xtensa Xplorer IDE environment.
My DSP framework project is created according to i.MX DSP User's Guide, Rev. LF6.6.3_1.0.0 -- 29 March 2024. ----> section 5.2 "Creating the DSP framework Xplorer project"
I am using followed options:
Addl compiler: "-DPLATF_8M" "-DDEBUG"
Linker: Custom LSP Path: /home/imx-audio-framework/dsp_framework/memmap/imx8M
Libraries: "-lxos" "lxtutil"
DSP configuration into C/C++ Xtensa Xplorer is C: hifi4_mscale_v1_0_2_prod
As result of pressing "Build Active" I am getting followed error: multiple definition of 'xtos_interrupt_table'..
Please advise me how I can solve above issue?
Thank you in advance
Evgeny