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

Jha Sonakumar Sona.Jha at TechMahindra.com
Tue Jan 6 10:25:17 CET 2015


Hi,

I tried to compile the below program but it gives below error using g++.

TestApp1.cpp:2:22: fatal error: iostream.h: No such file or directory
compilation terminated.

Best Regards
Sona

-----Original Message-----
From: interest-bounces+sona.jha=techmahindra.com at qt-project.org [mailto:interest-bounces+sona.jha=techmahindra.com at qt-project.org] On Behalf Of Thiago Macieira
Sent: Tuesday, January 06, 2015 5:59 AM
To: interest at qt-project.org
Subject: Re: [Interest] Regarding building a GUI app on am335 x sitara board using Qt 4.8

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
Interest at qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest



More information about the Interest mailing list