Guest User

gmake not finding iostream using angstrom sdk

a guest
Sep 5th, 2013
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. "/usr/bin/gmake" -f nbproject/Makefile-Debug.mk QMAKE= SUBPROJECTS= .build-conf
  2. gmake[1]: Entering directory `/home/cfo215/NetBeansProjects/Welcome_1'
  3. "/usr/bin/gmake" -f nbproject/Makefile-Debug.mk dist/Debug/cortexa8hf-vfp-neon-angstrom-linux-gnueabi-Linux-x86/welcome_1
  4. gmake[2]: Entering directory `/home/cfo215/NetBeansProjects/Welcome_1'
  5. mkdir -p build/Debug/cortexa8hf-vfp-neon-angstrom-linux-gnueabi-Linux-x86
  6. rm -f build/Debug/cortexa8hf-vfp-neon-angstrom-linux-gnueabi-Linux-x86/welcome.o.d
  7. 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
  8. welcome.cc:31:20: fatal error: iostream: No such file or directory
  9. compilation terminated.
  10. gmake[2]: *** [build/Debug/cortexa8hf-vfp-neon-angstrom-linux-gnueabi-Linux-x86/welcome.o] Error 1
  11. gmake[2]: Leaving directory `/home/cfo215/NetBeansProjects/Welcome_1'
  12. gmake[1]: *** [.build-conf] Error 2
  13. gmake[1]: Leaving directory `/home/cfo215/NetBeansProjects/Welcome_1'
  14. gmake: *** [.build-impl] Error 2
  15.  
  16.  
  17. BUILD FAILED (exit value 2, total time: 143ms)
Add Comment
Please, Sign In to add comment