Rinnegatamante / vitaQuake

Port of Quake for Playstation Vita
GNU General Public License v3.0
126 stars 20 forks source link

Error build last state #88

Closed DvaMishkiLapa closed 2 years ago

DvaMishkiLapa commented 2 years ago

Tried to build the last state. Nothing has changed, VitaSDK is the current version.

...
arm-vita-eabi-g++ -fsigned-char -Wl,-q -O2 -g -ftree-vectorize -ffast-math -mtune=cortex-a9 -mfpu=neon -DGLQUAKE -DHAVE_OGGVORBIS -DHAVE_MPG123 -DHAVE_LIBSPEEXDSP -DUSE_AUDIO_RESAMPLER -DGIT_VERSION=\"847bb1\" -fno-exceptions -std=gnu++11   -c -o source/audiodec/audio_decoder.o source/audiodec/audio_decoder.cpp
arm-vita-eabi-g++ -fsigned-char -Wl,-q -O2 -g -ftree-vectorize -ffast-math -mtune=cortex-a9 -mfpu=neon -DGLQUAKE -DHAVE_OGGVORBIS -DHAVE_MPG123 -DHAVE_LIBSPEEXDSP -DUSE_AUDIO_RESAMPLER -DGIT_VERSION=\"847bb1\" -fno-exceptions -std=gnu++11 source/chase.o source/cl_demo.o source/cl_input.o source/cl_main.o source/cl_parse.o source/cl_tent.o source/cmd.o source/common.o source/console.o source/crc.o source/cvar.o source/host.o source/host_cmd.o source/image.o source/keys.o source/mathlib.o source/menu.o source/net_dgrm.o source/net_loop.o source/net_main.o source/net_vcr.o source/pr_cmds.o source/pr_edict.o source/pr_exec.o source/r_part.o source/sbar.o source/sv_main.o source/sv_move.o source/sv_phys.o source/sv_user.o source/view.o source/wad.o source/world.o source/zone.o source/sys_psp2.o source/gl_draw.o source/gl_mesh.o source/gl_model.o source/gl_refrag.o source/gl_rlight.o source/gl_rmain.o source/gl_rmisc.o source/gl_rsurf.o source/gl_screen.o source/gl_warp.o source/gl_fullbright.o source/snd_dma.o source/snd_mix.o source/snd_mem.o source/snd_psp2.o source/net_psp2.o source/net_adhoc_psp2.o source/net_udp_psp2.o source/in_psp2.o source/gl_vidpsp2.o source/neon_mathfun.o source/webdownload.o source/audiodec/cd_psp2.o source/audiodec/decoder_mpg123.o source/audiodec/decoder_oggvorbis.o source/audiodec/audio_resampler.o source/audiodec/audio_decoder.o -lvitaGL -lvorbisfile -lvorbis -logg  -lspeexdsp -lmpg123 -lScePspnetAdhoc_stub -lc -lSceCommonDialog_stub -lSceAudio_stub -lSceLibKernel_stub -lmathneon -lSceNet_stub -lSceNetCtl_stub -lpng -lSceDisplay_stub -lSceGxm_stub -lSceSysmodule_stub -lSceCtrl_stub -lSceTouch_stub -lSceMotion_stub -lm -lSceAppMgr_stub -lSceAppUtil_stub -lScePgf_stub -ljpeg -lSceRtc_stub -lScePower_stub -lcurl -lssl -lcrypto -lz -o vitaQuake.elf
/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/10.3.0/../../../../arm-vita-eabi/bin/ld: /usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/10.3.0/../../../../arm-vita-eabi/lib/libvitaGL.a(gxm.o): in function `initGxm':
/home/thesame/vita/sm64-vita/deps/vitaGL/source/gxm.c:112: undefined reference to `shark_init'
/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/10.3.0/../../../../arm-vita-eabi/bin/ld: /usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/10.3.0/../../../../arm-vita-eabi/lib/libvitaGL.a(gxm.o): in function `termGxmContext':
/home/thesame/vita/sm64-vita/deps/vitaGL/source/gxm.c:200: undefined reference to `shark_end'
/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/10.3.0/../../../../arm-vita-eabi/bin/ld: /usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/10.3.0/../../../../arm-vita-eabi/lib/libvitaGL.a(custom_shaders.o): in function `glCompileShader':
/home/thesame/vita/sm64-vita/deps/vitaGL/source/custom_shaders.c:281: undefined reference to `shark_compile_shader_extended'
/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/10.3.0/../../../../arm-vita-eabi/bin/ld: /home/thesame/vita/sm64-vita/deps/vitaGL/source/custom_shaders.c:293: undefined reference to `shark_clear_output'
collect2: error: ld returned 1 exit status
make: *** [Makefile:115: vitaQuake.elf] Error 1
Rinnegatamante commented 2 years ago

Link vitashark