Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
Announcements
FPGA community forums and blogs have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.

image-codecs\\uic compile problems

franknatoli
New Contributor I
596 Views
Downloaded 7.0.4 today.

Can build image-codecs\\ijg without problem.

But image-codecs\\uic fails with uic_dds, uic_jpegxr and uic_transcoder_con.

Log file for uic_dds complains of missing tbb\\task_scheduler_init.h

Log file for uic_jpegxr complains of missing tbb\\spin_mutex.h

Log file for uic_transcoder_con shows all compiles OK but link cannot find uic_dds.lib

What is happening here? Thanks.

Update: I can see from the uic_dds.mak and uic_jpegxr.mak that Thread Building Blocks [TBB] is needed. But TBB isn't apparently bundled with IPP. Is TBB necessary?

Just as an experiment, I removed USE_TBB from the makefile compile, and removed TBB.LIB from the makefile link. That "fixed" the problem with uic_dds and uic_jpegxr. But uic_transcoder_con refuses to link, complaining about missing functions SetTileHeight and SetTileWidth.
0 Kudos
1 Reply
Naveen_G_Intel
Employee
596 Views

Hi,

Please refer to system requirements in readme.htm file, this sample require Intel TBB 3.0 for windows.

Thanks,

Naveen Gv

0 Kudos
Reply