Note that there are some explanatory texts on larger screens.

plurals
  1. POChallenges running fastcv's loadJpeg sample
    primarykey
    data
    text
    <p>I have successfully installed, and run the samples from, <a href="http://www.qualcomm.com/solutions/augmented-reality" rel="nofollow noreferrer">Qulacomm's Vuforia</a>.<br> I've been trying to work around <a href="https://developer.qualcomm.com/mobile-development/mobile-technologies/computer-vision-fastcv" rel="nofollow noreferrer">Qualcomm's fastCV</a> samples however for some time now but cannot manage to run the samples due to the following errors:</p> <pre><code> make: *** [all] Error 2 make: *** [clean] Error 2 </code></pre> <p>After cleaning and building, the console reads; </p> <pre><code>**** Build of configuration Default for project com.qualcomm.loadjpeg.LoadJpeg **** make all Host OS was auto-detected: windows process_begin: CreateProcess(NULL, /&lt;NDK-PATH&gt;/ndk-build, ...) failed. make (e=2): The system cannot find the file specified. make: *** [all] Error 2 **** Build Finished **** </code></pre> <p>I've followed the suggestions recommended <a href="https://www.google.com.eg/url?sa=t&amp;rct=j&amp;q=&amp;esrc=s&amp;source=web&amp;cd=1&amp;sqi=2&amp;ved=0CBwQFjAA&amp;url=https://developer.qualcomm.com/mobile-development/mobile-technologies/computer-vision-fastcv/developer-tips-tricks&amp;ei=p82QUNPcC4Si0QXauYFg&amp;usg=AFQjCNEaF3QbQoxlLrFyg2vQ1W034nB3hQ&amp;sig2=oAi6K6c5Iaq1T03fOFd3TQ" rel="nofollow noreferrer">here</a> and all the steps instructed <a href="https://developer.qualcomm.com/mobile-development/mobile-technologies/computer-vision-fastcv/compiling-and-running-fastcv-sample-app" rel="nofollow noreferrer">here</a>. </p> <p>I've ensured to paste the fastcv folder from the <code>&lt;FASTCV-PATH&gt;/inc</code> directory to all the platforms in the ndk path <code>&lt;NDK-PATH&gt;\platforms\&lt;ANDROID-VERSION&gt;\arch-arm\usr\include</code> as frequently recommended online (it's only needed for the Android version of testing as far as I know, but I've placed it in all versions available just in case.</p> <p>ndk-build seems to be working fine btw, below is the result upon <code>ndk-build</code> (after <code>cd</code> to project's directory) <img src="https://i.stack.imgur.com/pmotp.png" alt="enter image description here"></p> <p>I've already added the ndk and the make.exe paths in the PATH environment variable.<br> Also I've followed the suggestions to a similar problem <a href="https://developer.qualcomm.com/forum/qdevnet-forums/computer-vision-fastcv/18122" rel="nofollow noreferrer">here</a>.</p> <p>I'm using Eclipse Indigo Service Release 2 running on Windows 7(64-bit). The project and API files are all in the same Eclipse workspace to minimise errors.</p> <p>Thank you for your time.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload