C++ standard header files seem to be missing

Asked by Ali Abdulkadir

Hey

First of all: if this is inappropriate, please excuse my ignorance.

In a nutshell:
I have only tried the C and C++ of this toolchain. It seems to me that the C++ compiler is missing all of its standard header files (iostream, string, all of them).

Would you mind taking a look at it or maybe clarify why this is the case?

Thank You!

Question information

Language:
English Edit question
Status:
Expired
For:
Ubuntu gcc-arm-linux-androideabi Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Ali Abdulkadir (sgeto) said :
#1

so compiling something as simple as this:

#include <iostream>

int main()
{
    std::cout << "Hello, world!\n";
}

using the the C++ compiler (arm-linux-androideabi-g++) fails like so:

empty.cpp:1:20: fatal error: iostream: No such file or directory
compilation terminated.

if you would add the -v option (for verbose) you get this hint:

blablabla

ignoring nonexistent directory "/usr/lib/gcc/arm-linux-androideabi/4.7.3/../../../../arm-linux-androideabi/include/c++/4.7.3"
ignoring nonexistent directory "/usr/lib/gcc/arm-linux-androideabi/4.7.3/../../../../arm-linux-androideabi/include/c++/4.7.3/arm-linux-androideabi"
ignoring nonexistent directory "/usr/lib/gcc/arm-linux-androideabi/4.7.3/../../../../arm-linux-androideabi/include/c++/4.7.3/backward"
ignoring nonexistent directory "/usr/lib/gcc/arm-linux-androideabi/4.7.3/../../../../arm-linux-androideabi/sys-include"

blablabla

Revision history for this message
Launchpad Janitor (janitor) said :
#2

This question was expired because it remained in the 'Open' state without activity for the last 15 days.

Revision history for this message
Ali Abdulkadir (sgeto) said :
#3

expired? It hasn't been addressed yet?!

Maybe I should post this as a bug instead.

Revision history for this message
Launchpad Janitor (janitor) said :
#4

This question was expired because it remained in the 'Open' state without activity for the last 15 days.