您的位置:首页 > 其它

海思3536:PC客户端编译过程报错及解决方法

2017-03-24 19:37 281 查看
1、Hi3536V100R001C02SPC040版本编译出错

---------

错误 4 error LNK2001: 无法解析的外部符号 _IveOpenFile
D:\share\Hi3536V100R001C02SPC040\01.software\pc\IVE_CLIB\HiIVE_PC_V2.0.0.7\sample\ive_samples_2.0\Integ\ive_clib_2.0.lib(ive_clib.obj)

错误 5 error LNK2001: 无法解析的外部符号 _IveAlign
D:\share\Hi3536V100R001C02SPC040\01.software\pc\IVE_CLIB\HiIVE_PC_V2.0.0.7\sample\ive_samples_2.0\Integ\ive_clib_2.0.lib(ive_clib.obj)

错误 6 error LNK2001: 无法解析的外部符号 _IveMalloc
D:\share\Hi3536V100R001C02SPC040\01.software\pc\IVE_CLIB\HiIVE_PC_V2.0.0.7\sample\ive_samples_2.0\Integ\ive_clib_2.0.lib(ive_clib.obj)

错误 7 error LNK2001: 无法解析的外部符号 _IveCloseFile
D:\share\Hi3536V100R001C02SPC040\01.software\pc\IVE_CLIB\HiIVE_PC_V2.0.0.7\sample\ive_samples_2.0\Integ\ive_clib_2.0.lib(ive_clib.obj)

错误 8 error LNK2001: 无法解析的外部符号 _IveFree
D:\share\Hi3536V100R001C02SPC040\01.software\pc\IVE_CLIB\HiIVE_PC_V2.0.0.7\sample\ive_samples_2.0\Integ\ive_clib_2.0.lib(ive_clib.obj)

错误 9 error LNK2001: 无法解析的外部符号 _IveCheckStride
D:\share\Hi3536V100R001C02SPC040\01.software\pc\IVE_CLIB\HiIVE_PC_V2.0.0.7\sample\ive_samples_2.0\Integ\ive_clib_2.0.lib(check_param.obj)

错误 10 error LNK2001: 无法解析的外部符号 _IveCheckImage
D:\share\Hi3536V100R001C02SPC040\01.software\pc\IVE_CLIB\HiIVE_PC_V2.0.0.7\sample\ive_samples_2.0\Integ\ive_clib_2.0.lib(check_param.obj)

错误 11 error LNK2001: 无法解析的外部符号 _IveCheckResRelation
D:\share\Hi3536V100R001C02SPC040\01.software\pc\IVE_CLIB\HiIVE_PC_V2.0.0.7\sample\ive_samples_2.0\Integ\ive_clib_2.0.lib(check_param.obj)

错误 12 error LNK1120: 8 个无法解析的外部命令
D:\share\Hi3536V100R001C02SPC040\01.software\pc\IVE_CLIB\HiIVE_PC_V2.0.0.7\sample\ive_samples_2.0\Debug\Integ.exe

--------------

原因:ive_clib_2.0.lib错误
解决方法:将Hi3536V100R001C02SPC020版本中的ive_clib_2.0.lib替换后编译成功
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  海思3536 PC客户端