- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How do I link with IPP if I am building my Windows application using the MinGW tool chain? Specifically, the one that comes with QtCreator.
Thanks
Thanks
Link Copied
5 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
although we do not test IPP with MinGW toolchain specifically but it should be possible to use libraries with any compiler which is compatible with Microsoft or GCC (like Intel Compiler, for example).
Do you mean you have any issues using IPP with MinGW?
Regards,
Vladimir
although we do not test IPP with MinGW toolchain specifically but it should be possible to use libraries with any compiler which is compatible with Microsoft or GCC (like Intel Compiler, for example).
Do you mean you have any issues using IPP with MinGW?
Regards,
Vladimir
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
this post may provide some help:
http://software.intel.com/en-us/forums/showthread.php?t=75848
some users reported that he could use successfually.
Thanks,
Chao
this post may provide some help:
http://software.intel.com/en-us/forums/showthread.php?t=75848
some users reported that he could use successfually.
Thanks,
Chao
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I see many people start to use MingW along with IPP or UMC.
I have a makefile that builds the entire UMC library (umc.a) and use it inside my QT project.
In addition I compile UMC in Visual Studio (umc.lib) and use the same QT project but this time with Visual Studio.
This way I make sure when I want to release a Linux binary in later phase of the project, that would not be a big deal. At the same time I get the speed advantage of Visual Studio in Windows.
The result is a comparision framework for MingW and Visual Studio for encoding, decoding and muxing video using different codecs. For MingW I cannot compile the OpenMP path of some of the codecs that do have parallel loops, because OpenMP in MingW is "as of now" AFAIK based on Pthreads which has some implementation and legal issues for commercial applications.
To be able to use MingW I have to change some of the UMC source code that deals with things like Unicode and Assembly inlines
I am thinking of a tutorial that might help other people to use MingW, do you think it is a good idea worth the time? or maybe you are going to support MingW in future thus no need for hacks.
dashesy
I have a makefile that builds the entire UMC library (umc.a) and use it inside my QT project.
In addition I compile UMC in Visual Studio (umc.lib) and use the same QT project but this time with Visual Studio.
This way I make sure when I want to release a Linux binary in later phase of the project, that would not be a big deal. At the same time I get the speed advantage of Visual Studio in Windows.
The result is a comparision framework for MingW and Visual Studio for encoding, decoding and muxing video using different codecs. For MingW I cannot compile the OpenMP path of some of the codecs that do have parallel loops, because OpenMP in MingW is "as of now" AFAIK based on Pthreads which has some implementation and legal issues for commercial applications.
To be able to use MingW I have to change some of the UMC source code that deals with things like Unicode and Assembly inlines
I am thinking of a tutorial that might help other people to use MingW, do you think it is a good idea worth the time? or maybe you are going to support MingW in future thus no need for hacks.
dashesy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Dashesy,
We do not have plans to support MinGW, so I think that kind of tutorial might be useful for other people who face similar issues.
Regards,
Vladimir
We do not have plans to support MinGW, so I think that kind of tutorial might be useful for other people who face similar issues.
Regards,
Vladimir
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Guys,
Does IPP compile with MinGW 4.8.2 x64 for windows environment?
Thanks
Tushar Kachhadiya
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page