Advertisement
Guest User

Untitled

a guest
Oct 26th, 2020
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1. make samples
  2. make[1]: Map '/home/nick/Documenten/vitaGL/samples/sample1' wordt binnengegaan
  3. arm-vita-eabi-gcc -g -Wl,-q -O2 -ftree-vectorize main.o -lvitaGL -lSceLibKernel_stub -lScePvf_stub -lmathneon -lSceAppMgr_stub -lSceAppUtil_stub -lScePgf_stub -ljpeg -lfreetype -lc -lSceCommonDialog_stub -lpng16 -lm -lz -lSceGxm_stub -lSceDisplay_stub -lSceSysmodule_stub -o vitaGL-Sample001.elf
  4. /usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/10.1.0/../../../../arm-vita-eabi/bin/ld: /usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/10.1.0/../../../../arm-vita-eabi/lib/libvitaGL.a(gxm.o): in function `initGxm':
  5. (.text+0xe0): undefined reference to `shark_init'
  6. /usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/10.1.0/../../../../arm-vita-eabi/bin/ld: /usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/10.1.0/../../../../arm-vita-eabi/lib/libvitaGL.a(gxm.o): in function `termGxmContext':
  7. (.text+0x21c): undefined reference to `shark_end'
  8. /usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/10.1.0/../../../../arm-vita-eabi/bin/ld: /usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/10.1.0/../../../../arm-vita-eabi/lib/libvitaGL.a(custom_shaders.o): in function `glCompileShader':
  9. (.text+0x388): undefined reference to `shark_compile_shader'
  10. /usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/10.1.0/../../../../arm-vita-eabi/bin/ld: (.text+0x3ca): undefined reference to `shark_clear_output'
  11. collect2: error: ld returned 1 exit status
  12. make[1]: *** [Makefile:37: vitaGL-Sample001.elf] Fout 1
  13. make[1]: Map '/home/nick/Documenten/vitaGL/samples/sample1' wordt verlaten
  14.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement