On Monday 05 January 2015 12:03:15 Jha Sonakumar wrote:
> algorithm: No such file or directory

Your C++ compiler is not properly installed.

Please make sure that the following application compiles and runs properly on 
device:

#include <algorithm>
#include <iostream>

int main()
{
    std::cout << "Hello World" << std::endl;
}


Once you've got that running, tell us what command-line you used to compile 
the application so we can help you build Qt for that board.

By the way, why are you starting a new project with 4.8?
-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center

_______________________________________________
Interest mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to