Search
Browse
Community
Register
Help
All community
This category
This board
Knowledge base
Users
cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Search instead for
Did you mean:
Intel Community
Software Development SDKs and Libraries
Intel® Integrated Performance Primitives
IPP Samples Build Options
Options
Subscribe to RSS Feed
Mark Topic as New
Mark Topic as Read
Float this Topic for Current User
Bookmark
Subscribe
Mute
Printer Friendly Page
transcoding
Beginner
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Email to a Friend
Report Inappropriate Content
03-31-2009
08:50 AM
41 Views
IPP Samples Build Options
Hi all,
Is it possible to speed up the build of IPP samples by compiling only the modified modules?
Thank you,
0
Kudos
Share
Reply
All forum topics
Previous Topic
Next Topic
Link Copied
×
3 Replies
transcoding
Beginner
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Email to a Friend
Report Inappropriate Content
03-31-2009
09:46 AM
41 Views
Sorry, I forgot to mention that I'm using audio-video-codecs in IPP samples and that I'm building using GCC4.
Quoting -
transcoding
Hi all,
Is it possible to speed up the build of IPP samples by compiling only the modified modules?
Thank you,
0
Kudos
Copy link
Share
Reply
Harri
Beginner
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Email to a Friend
Report Inappropriate Content
04-02-2009
11:42 AM
41 Views
Quoting -
transcoding
A partial solution is to comment the lines in build32.sh that cleans and removes all builded object code and applications.
I.e.
#[ -d ${ROOT_DIR} ] && rm -rf ${ROOT_DIR}
and
#${MAKE} ARCH=${SAMPLE_ARCH} ROOT_BIN_DIR=${ROOT_DIR} clean > /dev/null 2>&1
0
Kudos
Copy link
Share
Reply
transcoding
Beginner
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Email to a Friend
Report Inappropriate Content
04-06-2009
04:03 AM
41 Views
Thanks!
I though of this solution, but I'm looking for more sophisticated manner to do the job ;-) Maybe!
0
Kudos
Copy link
Share
Reply