[Interest] Regarding building a GUI app on am335 x sitara board using Qt 4.8

Thiago Macieira thiago.macieira at intel.com
Tue Jan 6 01:28:38 CET 2015


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




More information about the Interest mailing list