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: [email protected] 
[mailto:[email protected]] On Behalf Of 
Thiago Macieira
Sent: Tuesday, January 06, 2015 5:59 AM
To: [email protected]
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
[email protected]
http://lists.qt-project.org/mailman/listinfo/interest
_______________________________________________
Interest mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to