Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
公告
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
6814 讨论

ippsMul_32f_A24(...) error: unresolved external symbol

lkeene
初学者
878 次查看

Hello all, I'm trying to make use of "ippsMul_32f_A24(...)" in my application but I'm getting an "unresolved external symbol _ippsMul_32f_A24" link error when trying to build. My linker input specification is:

ippsemerged.lib ippsmerged.lib ippsremerged.lib ippsrmerged.lib ippmemerged.lib ippmmerged.lib ippiemerged.lib ippimerged.lib ippcorel.lib libguide.lib

Have Iomitteda lib file necessary for this function call?

-L

0 项奖励
5 回复数
Gennady_F_Intel
主持人
878 次查看

yes, these functions aredeclared in the ippvm.h header files therefore you need to addippvmemerged and ippvmmerged libraries.

--Gennady

0 项奖励
lkeene
初学者
878 次查看

Thanks for the response. I've appended the linker specification with "ippvmemerged ippvmmerged" but now I'm getting:

"fatal error LNK1104: cannot open file 'ippvmemerged.obj".

Any ideas? IPP can be tough to get working sometimes. Thanks!

-L

0 项奖励
Vladimir_Dudnik
878 次查看

Hello,

UsingIPP is not more tough than using any other libraries. You need specify full library name to linker. That's mean ippvmemerged.lib and ippvmmerged.lib. Otherwise it tries to look for an object file

Regards,
Vladimir

0 项奖励
lkeene
初学者
878 次查看

Of course. what a stupid mistake. Thank you!

-L

0 项奖励
Vladimir_Dudnik
878 次查看
You are welcome
0 项奖励
回复