Can't compile imx-voiceui

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Can't compile imx-voiceui

ソリューションへジャンプ
217件の閲覧回数
dpcivl
Contributor III

Hi, I'm working on a project with the iMX93 EVK board and am currently facing an issue with compiling imx-voiceui.

I need to compile it to get the 'voice_ui_app' with my VIT_KO model. However, whenever I run "make," I always encounter the following error:

/usr/bin/ld: ./platforms/iMX9_CortexA55/lib/libvoiceseeker_no_aec.a(VOICESEEKER_OBJ_0.o): Relocations in generic ELF (EM: 183)
/usr/bin/ld: ./platforms/iMX9_CortexA55/lib/libvoiceseeker_no_aec.a(VOICESEEKER_OBJ_0.o): Relocations in generic ELF (EM: 183)
/usr/bin/ld: ./platforms/iMX9_CortexA55/lib/libvoiceseeker_no_aec.a(VOICESEEKER_OBJ_0.o): Relocations in generic ELF (EM: 183)
/usr/bin/ld: ./platforms/iMX9_CortexA55/lib/libvoiceseeker_no_aec.a: error adding symbols: file in wrong format
collect2: error: ld returned 1 exit status

I tried installing the SDK and adjusting the toolchain for the iMX93, but it didn't resolve the issue. Additionally, I modified the 'Makefile' to use the ${CC} and ${CXX} toolchain variables, yet the problem persists.

How can I fix this? Any help would be greatly appreciated.

0 件の賞賛
返信
1 解決策
210件の閲覧回数
dpcivl
Contributor III
I solved the issue. Instead of using 'sudo' to run the make command from a regular user account, I used the root account and successfully compiled the project.

元の投稿で解決策を見る

0 件の賞賛
返信
1 返信
211件の閲覧回数
dpcivl
Contributor III
I solved the issue. Instead of using 'sudo' to run the make command from a regular user account, I used the root account and successfully compiled the project.
0 件の賞賛
返信