Advertisement
Guest User

Untitled

a guest
Oct 6th, 2015
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.61 KB | None | 0 0
  1. aitor@LIL-HAL-U:~/cpp3ds-template/build$ make VERBOSE=1
  2. /usr/bin/cmake -H/home/aitor/cpp3ds-template -B/home/aitor/cpp3ds-template/build --check-build-system CMakeFiles/Makefile.cmake 0
  3. /usr/bin/cmake -E cmake_progress_start /home/aitor/cpp3ds-template/build/CMakeFiles /home/aitor/cpp3ds-template/build/CMakeFiles/progress.marks
  4. make -f CMakeFiles/Makefile2 all
  5. make[1]: se ingresa al directorio «/home/aitor/cpp3ds-template/build»
  6. make -f build/arm/CMakeFiles/cpp3ds-template.elf.dir/build.make build/arm/CMakeFiles/cpp3ds-template.elf.dir/depend
  7. make[2]: se ingresa al directorio «/home/aitor/cpp3ds-template/build»
  8. cd /home/aitor/cpp3ds-template/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/aitor/cpp3ds-template /home/aitor/cpp3ds/cmake/template_arm /home/aitor/cpp3ds-template/build /home/aitor/cpp3ds-template/build/build/arm /home/aitor/cpp3ds-template/build/build/arm/CMakeFiles/cpp3ds-template.elf.dir/DependInfo.cmake --color=
  9. Dependee "/home/aitor/cpp3ds-template/build/build/arm/CMakeFiles/cpp3ds-template.elf.dir/DependInfo.cmake" is newer than depender "/home/aitor/cpp3ds-template/build/build/arm/CMakeFiles/cpp3ds-template.elf.dir/depend.internal".
  10. Dependee "/home/aitor/cpp3ds-template/build/build/arm/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/home/aitor/cpp3ds-template/build/build/arm/CMakeFiles/cpp3ds-template.elf.dir/depend.internal".
  11. Scanning dependencies of target cpp3ds-template.elf
  12. make[2]: se sale del directorio «/home/aitor/cpp3ds-template/build»
  13. make -f build/arm/CMakeFiles/cpp3ds-template.elf.dir/build.make build/arm/CMakeFiles/cpp3ds-template.elf.dir/build
  14. make[2]: se ingresa al directorio «/home/aitor/cpp3ds-template/build»
  15. /usr/bin/cmake -E cmake_progress_report /home/aitor/cpp3ds-template/build/CMakeFiles 6
  16. [ 16%] Building CXX object build/arm/CMakeFiles/cpp3ds-template.elf.dir/home/aitor/cpp3ds-template/src/main.cpp.o
  17. cd /home/aitor/cpp3ds-template/build/build/arm && /opt/devkitPro/devkitARM/bin/arm-none-eabi-g++ -std=c++11 -I/home/aitor/cpp3ds-template/include -I/home/aitor/cpp3ds/include -I/home/aitor/cpp3ds/extlibs/include -I/opt/devkitPro/portlibs/3ds/include -I/opt/devkitPro/portlibs/armv6k/include -I/include -I/opt/devkitPro/libctru/include/../include -g -O2 -fno-rtti -fno-exceptions -march=armv6k -mtune=mpcore -mfloat-abi=hard -o CMakeFiles/cpp3ds-template.elf.dir/home/aitor/cpp3ds-template/src/main.cpp.o -c /home/aitor/cpp3ds-template/src/main.cpp
  18. Linking CXX executable /home/aitor/cpp3ds-template/bin/cpp3ds-template.elf
  19. cd /home/aitor/cpp3ds-template/build/build/arm && /usr/bin/cmake -E cmake_link_script CMakeFiles/cpp3ds-template.elf.dir/link.txt --verbose=1
  20. /opt/devkitPro/devkitARM/bin/arm-none-eabi-g++ -std=c++11 -specs=3dsx.specs -march=armv6k -mtune=mpcore -mfloat-abi=hard -gc-sections CMakeFiles/cpp3ds-template.elf.dir/home/aitor/cpp3ds-template/src/main.cpp.o -o /home/aitor/cpp3ds-template/bin/cpp3ds-template.elf -L/home/aitor/cpp3ds/lib -L/opt/devkitPro/libctru/include/../lib -L/opt/devkitPro/portlibs/3ds/lib -L/opt/devkitPro/portlibs/armv6k/lib -lcpp3ds-window -lcpp3ds-graphics -lcpp3ds-audio -lcpp3ds-system -lgl3ds -lctru -lfreetype -lpng -lz -lvorbisenc -lvorbisfile -lvorbis -logg -Wl,-rpath,/home/aitor/cpp3ds/lib:/opt/devkitPro/libctru/include/../lib:/opt/devkitPro/portlibs/3ds/lib:/opt/devkitPro/portlibs/armv6k/lib
  21. make[2]: se sale del directorio «/home/aitor/cpp3ds-template/build»
  22. /usr/bin/cmake -E cmake_progress_report /home/aitor/cpp3ds-template/build/CMakeFiles 6
  23. [ 16%] Built target cpp3ds-template.elf
  24. make -f build/arm/CMakeFiles/cpp3ds-template.3dsx.dir/build.make build/arm/CMakeFiles/cpp3ds-template.3dsx.dir/depend
  25. make[2]: se ingresa al directorio «/home/aitor/cpp3ds-template/build»
  26. cd /home/aitor/cpp3ds-template/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/aitor/cpp3ds-template /home/aitor/cpp3ds/cmake/template_arm /home/aitor/cpp3ds-template/build /home/aitor/cpp3ds-template/build/build/arm /home/aitor/cpp3ds-template/build/build/arm/CMakeFiles/cpp3ds-template.3dsx.dir/DependInfo.cmake --color=
  27. Dependee "/home/aitor/cpp3ds-template/build/build/arm/CMakeFiles/cpp3ds-template.3dsx.dir/DependInfo.cmake" is newer than depender "/home/aitor/cpp3ds-template/build/build/arm/CMakeFiles/cpp3ds-template.3dsx.dir/depend.internal".
  28. Dependee "/home/aitor/cpp3ds-template/build/build/arm/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/home/aitor/cpp3ds-template/build/build/arm/CMakeFiles/cpp3ds-template.3dsx.dir/depend.internal".
  29. Scanning dependencies of target cpp3ds-template.3dsx
  30. make[2]: se sale del directorio «/home/aitor/cpp3ds-template/build»
  31. make -f build/arm/CMakeFiles/cpp3ds-template.3dsx.dir/build.make build/arm/CMakeFiles/cpp3ds-template.3dsx.dir/build
  32. make[2]: se ingresa al directorio «/home/aitor/cpp3ds-template/build»
  33. /usr/bin/cmake -E cmake_progress_report /home/aitor/cpp3ds-template/build/CMakeFiles 2
  34. [ 33%] Generating /home/aitor/cpp3ds-template/bin/cpp3ds-template.smdh
  35. cd /home/aitor/cpp3ds/cmake/template_arm && /home/aitor/cpp3ds/bin/bannertool makesmdh -s "cpp3ds Template" -l "Basic cpp3ds template project" -p Cruel -i /home/aitor/cpp3ds-template/res/app/icon.png -o /home/aitor/cpp3ds-template/bin/cpp3ds-template.smdh
  36. /home/aitor/cpp3ds/bin/bannertool: 1: /home/aitor/cpp3ds/bin/bannertool: Syntax error: "(" unexpected
  37. make[2]: *** [/home/aitor/cpp3ds-template/bin/cpp3ds-template.smdh] Error 2
  38. make[2]: se sale del directorio «/home/aitor/cpp3ds-template/build»
  39. make[1]: *** [build/arm/CMakeFiles/cpp3ds-template.3dsx.dir/all] Error 2
  40. make[1]: se sale del directorio «/home/aitor/cpp3ds-template/build»
  41. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement