MTK6250空工程能编译通过,加完公司代码后link时报错
Warning: L6340W: options first and last are ignored for link type of scatteredWarning: L6304W: Duplicate input file mtk_lib\MT6250\S00\gprs\abm.lib ignored.
Warning: L6304W: Duplicate input file mtk_lib\MT6250\S00\gprs\dp_engine.lib ignored.
Warning: L6304W: Duplicate input file .\build\MAUI_KHAN50V11_12864_11B\gprs\MT6250o\lib\obigo03cadp.lib ignored.
Warning: L6304W: Duplicate input file .\build\MAUI_KHAN50V11_12864_11B\gprs\MT6250o\lib\obigo03cfwadp.lib ignored.
Warning: L6304W: Duplicate input file mtk_lib\MT6250\S00\gprs\obigo03cfwlib.lib ignored.
Warning: L6304W: Duplicate input file .\build\MAUI_KHAN50V11_12864_11B\gprs\MT6250o\lib\obigo03cstkadp.lib ignored.
Warning: L6304W: Duplicate input file mtk_lib\MT6250\S00\gprs\obigo03cstklib.lib ignored.
Warning: L6304W: Duplicate input file mtk_lib\MT6250\S00\gprs\soc.lib ignored.
Warning: L6304W: Duplicate input file mtk_lib\MT6250\S00\gprs\tcpip.lib ignored.
Warning: L6304W: Duplicate input file hal\audio\lib\MTKRVCT31\BesLoudness.a ignored.
Warning: L6304W: Duplicate input file hal\audio\lib\MTKRVCT31\SLIM\BLISRC.a ignored.
Warning: L6304W: Duplicate input file hal\audio\lib\MTKRVCT31\aac_dec.a ignored.
"custom\system\MAUI_KHAN50V11_12864_11B_BB\scatMAUI_KHAN50V11_12864_11B.txt", line 77 (column 1): Warning: L6312W: Empty Load region description for region BOOTLOADER
"custom\system\MAUI_KHAN50V11_12864_11B_BB\scatMAUI_KHAN50V11_12864_11B.txt", line 82 (column 1): Warning: L6312W: Empty Load region description for region ROOT_CERT
"custom\system\MAUI_KHAN50V11_12864_11B_BB\scatMAUI_KHAN50V11_12864_11B.txt", line 86 (column 1): Warning: L6312W: Empty Load region description for region EXT_BOOTLOADER
"custom\system\MAUI_KHAN50V11_12864_11B_BB\scatMAUI_KHAN50V11_12864_11B.txt", line 93 (column 1): Warning: L6312W: Empty Load region description for region CBR
Error: L6200E: Symbol __aeabi_memcpy4 multiply defined (by rt_memcpy_w.o and arm_unaligned.obj).
Error: L6200E: Symbol __aeabi_memclr multiply defined (by rt_memclr.o and arm_unaligned.obj).
Error: L6200E: Symbol __rt_memclr multiply defined (by rt_memclr.o and arm_unaligned.obj).
Error: L6200E: Symbol __aeabi_memclr4 multiply defined (by rt_memclr_w.o and arm_unaligned.obj).
Error: L6200E: Symbol __aeabi_memclr8 multiply defined (by rt_memclr_w.o and arm_unaligned.obj).
Error: L6200E: Symbol __rt_memclr_w multiply defined (by rt_memclr_w.o and arm_unaligned.obj).
Not enough information to produce a SYMDEFs file.
Not enough information to produce a FEEDBACK file.
Not enough information to list image symbols.
Not enough information to list the image map.
Finished: 4 information, 17 warning and 6 error messages.
--------------------编程问答-------------------- arm_unaligned.c是你们的? --------------------编程问答-------------------- 同求,等高手解答 --------------------编程问答-------------------- up下~ 坐等大神解决 --------------------编程问答-------------------- --------------------编程问答-------------------- 很明显,你们自己带编译的库有问题。
方法一: 把你们的库代码跟这个工程编译,再打包成库。
方法二:把你们库代码里边用到的一些需要链接外头的函数放到对外代码这边来。 --------------------编程问答-------------------- 试过了,没有用!!!!!! --------------------编程问答--------------------
这个问题回事什么原因造成的?跟打库的方式还是编译环境有关系吗? --------------------编程问答-------------------- 主要是工程的连接方式不一样。 --------------------编程问答-------------------- 用源码编译也试过了,是不行的! --------------------编程问答-------------------- 楼主解决了么?我也刚刚编译了下也是重样问题! --------------------编程问答-------------------- 看看有用没有!!!
补充:移动开发 , 移动开发其他问题