Guest User

angstrom iostream problem

a guest
Sep 5th, 2013
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 KB | None | 0 0
  1. [cfo215@localhost ~]$ cd opt/angstrom/
  2. [cfo215@localhost angstrom]$ . environment-setup-cortexa8hf-vfp-neon-angstrom-linux-gnueabi
  3. [cfo215@localhost angstrom]$ man .
  4. [cfo215@localhost angstrom]$ cd
  5. [cfo215@localhost ~]$ cd NetBeansProjects/Welcome_1/
  6. [cfo215@localhost Welcome_1]$ gmake
  7. "gmake" -f nbproject/Makefile-Debug.mk QMAKE= SUBPROJECTS= .build-conf
  8. gmake[1]: Entering directory `/home/cfo215/NetBeansProjects/Welcome_1'
  9. "gmake" -f nbproject/Makefile-Debug.mk dist/Debug/cortexa8hf-vfp-neon-angstrom-linux-gnueabi-Linux-x86/welcome_1
  10. gmake[2]: Entering directory `/home/cfo215/NetBeansProjects/Welcome_1'
  11. mkdir -p build/Debug/cortexa8hf-vfp-neon-angstrom-linux-gnueabi-Linux-x86
  12. rm -f build/Debug/cortexa8hf-vfp-neon-angstrom-linux-gnueabi-Linux-x86/welcome.o.d
  13. arm-angstrom-linux-gnueabi-g++ -c -g -MMD -MP -MF build/Debug/cortexa8hf-vfp-neon-angstrom-linux-gnueabi-Linux-x86/welcome.o.d -o build/Debug/cortexa8hf-vfp-neon-angstrom-linux-gnueabi-Linux-x86/welcome.o welcome.cc
  14. welcome.cc:31:20: fatal error: iostream: No such file or directory
  15. compilation terminated.
  16. gmake[2]: *** [build/Debug/cortexa8hf-vfp-neon-angstrom-linux-gnueabi-Linux-x86/welcome.o] Error 1
  17. gmake[2]: Leaving directory `/home/cfo215/NetBeansProjects/Welcome_1'
  18. gmake[1]: *** [.build-conf] Error 2
  19. gmake[1]: Leaving directory `/home/cfo215/NetBeansProjects/Welcome_1'
  20. gmake: *** [.build-impl] Error 2
  21. [cfo215@localhost Welcome_1]$ ls build/Debug/cortexa8hf-vfp-neon-angstrom-linux-gnueabi-Linux-x86/
  22. [cfo215@localhost Welcome_1]$
Add Comment
Please, Sign In to add comment