Coder Social home page Coder Social logo

xfangfang / dungeonrush-psv Goto Github PK

View Code? Open in Web Editor NEW
20.0 4.0 0.0 10.48 MB

DungeonRush(https://github.com/Rapiz1/DungeonRush) port for PSVITA.

Home Page: https://xfangfang.github.io/DungeonRush-PSV/

License: GNU General Public License v3.0

Makefile 0.49% C 94.41% CMake 5.10%
c psv game sdl2

dungeonrush-psv's Introduction

Hi there 👋

Creckeryop's github stats

dungeonrush-psv's People

Contributors

xfangfang avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

dungeonrush-psv's Issues

undefined reference to `ModPlug_Unload'

[ 77%] Linking CXX executable dungeonrush
/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/libSDL2_mixer.a(music_modplug.o): in function `MODPLUG_Load':
(.text+0xe): undefined reference to `ModPlug_Unload'
/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/10.3.0/../../../../arm-vita-eabi/bin/ld: (.text+0x12): undefined reference to `ModPlug_Load'
/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/10.3.0/../../../../arm-vita-eabi/bin/ld: (.text+0x16): undefined reference to `ModPlug_Unload'
/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/10.3.0/../../../../arm-vita-eabi/bin/ld: (.text+0x1a): undefined reference to `ModPlug_Load'
/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/10.3.0/../../../../arm-vita-eabi/bin/ld: (.text+0x1e): undefined reference to `ModPlug_Read'
/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/10.3.0/../../../../arm-vita-eabi/bin/ld: (.text+0x26): undefined reference to `ModPlug_Seek'
/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/10.3.0/../../../../arm-vita-eabi/bin/ld: (.text+0x2a): undefined reference to `ModPlug_Read'
/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/10.3.0/../../../../arm-vita-eabi/bin/ld: (.text+0x2e): undefined reference to `ModPlug_Seek'
/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/10.3.0/../../../../arm-vita-eabi/bin/ld: (.text+0x36): undefined reference to `ModPlug_GetSettings'
/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/10.3.0/../../../../arm-vita-eabi/bin/ld: (.text+0x3a): undefined reference to `ModPlug_SetSettings'
/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/10.3.0/../../../../arm-vita-eabi/bin/ld: (.text+0x3e): undefined reference to `ModPlug_SetMasterVolume'
/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/10.3.0/../../../../arm-vita-eabi/bin/ld: (.text+0x42): undefined reference to `ModPlug_GetSettings'
/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/10.3.0/../../../../arm-vita-eabi/bin/ld: (.text+0x46): undefined reference to `ModPlug_SetSettings'
/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/10.3.0/../../../../arm-vita-eabi/bin/ld: (.text+0x4a): undefined reference to `ModPlug_SetMasterVolume'
collect2: error: ld returned 1 exit status
make[2]: *** [CMakeFiles/dungeonrush.dir/build.make:289: dungeonrush] Error 1
make[1]: *** [CMakeFiles/Makefile2:89: CMakeFiles/dungeonrush.dir/all] Error 2
make: *** [Makefile:91: all] Error 2

Hi, Bro, 我出现这个问题,根据官方一步一步来弄,出现这个错误,请问你有没有遇到没呢?

undefined reference to `sysconf' in build

In make process i see:

[ 77%] Linking CXX executable dungeonrush
/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/libSDL2.a(SDL_cpuinfo.c.obj): in function `SDL_GetCPUCount':
(.text+0x240): undefined reference to `sysconf'
/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/libSDL2.a(SDL_cpuinfo.c.obj): in function `SDL_GetSystemRAM':
(.text+0xa3e): undefined reference to `sysconf'
/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/10.3.0/../../../../arm-vita-eabi/bin/ld: (.text+0xa4c): undefined reference to `sysconf'
/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/libSDL2.a(SDL_vitaaudio.c.obj): in function `VITAAUD_OpenCaptureDevice':
(.text+0x38): undefined reference to `sceAudioInOpenPort'
/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/libSDL2.a(SDL_vitaaudio.c.obj): in function `VITAAUD_CloseDevice':
(.text+0x2e6): undefined reference to `sceAudioInReleasePort'
/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/libSDL2.a(SDL_vitaaudio.c.obj): in function `VITAAUD_CaptureFromDevice':
(.text+0x390): undefined reference to `sceAudioInInput'
/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/libSDL2_image.a(IMG_webp.o): in function `IMG_InitWEBP':
(.text+0xe): undefined reference to `WebPDecodeRGBInto'
/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/10.3.0/../../../../arm-vita-eabi/bin/ld: (.text+0x12): undefined reference to `WebPGetFeaturesInternal'
/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/10.3.0/../../../../arm-vita-eabi/bin/ld: (.text+0x16): undefined reference to `WebPDecodeRGBAInto'
/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/10.3.0/../../../../arm-vita-eabi/bin/ld: (.text+0x1a): undefined reference to `WebPGetFeaturesInternal'
/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/10.3.0/../../../../arm-vita-eabi/bin/ld: (.text+0x1e): undefined reference to `WebPDecodeRGBInto'
/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/10.3.0/../../../../arm-vita-eabi/bin/ld: (.text+0x22): undefined reference to `WebPDecodeRGBAInto'
collect2: error: ld returned 1 exit status
make[2]: *** [CMakeFiles/dungeonrush.dir/build.make:264: dungeonrush] Error 1
make[1]: *** [CMakeFiles/Makefile2:134: CMakeFiles/dungeonrush.dir/all] Error 2
make: *** [Makefile:84: all] Error 2

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.