-lSDL
我在使用SDL2的时候,遇到undefined reference to `SDL_Init'的问题,只要使用SDL2相关的函数,就会报函数未定义。后来百度到一篇文章https://blog.csdn.net/hank12580/article/details/45949995,经过测试可以使用,原来是编译的时候后面要加一些参数,具体我不知道是干啥的,至少给了我一个方向,我应该去看看SDL2相关的教...
我把x86_64-w64-mingw32/lib 下的libSDL2main.a和libSDL2.a解压了出来。也设定了include 和 link的路径。-lmingw32 -lSDL2main -lSDL2 也添加了。但是悲剧的undefined reference to `SDL_Init'xxxxxx求解。。我上传了 我的工程文件 及SDL2-devel-2.0.4-mingw.tar.gz(官网下载略慢)地址http://pan....
CMakeFiles\Test_Project.dir/objects.a(main.cpp.obj):main.cpp:(.text+0x65): undefined reference to `SDL_Quit' CMakeFiles\Test_Project.dir/objects.a(main.cpp.obj):main.cpp:(.text+0x72): undefined reference to `SDL_GetError' C:/Code/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.3...
jni/../jni/sdl_main/sdl_main.c:138: error: undefined reference to 'SDL_main' jni/../jni/sdl_main/sdl_main.c:58: error: undefined reference to 'SDL_main' jni/../jni/sdl_main/SDL_android_main.cpp:37: error: undefined reference to 'SDL_main' ...
Hello, I try to build pc_simulator project, but I get follow 19 errors, what do I wrong??: Description Resource Path Location Type undefined reference to SDL_CreateRenderer' monitor.c /pc_simulator/lv_drivers/display line 211 C/C++ Problem undefined reference to SDL_CreateTexture' monitor.c...
针对你遇到的“undefined reference to `sdl_init'”问题,我们可以从以下几个方面进行排查和解决: 确认sdl_init函数的来源库: sdl_init 函数实际上应该是 SDL(Simple DirectMedia Layer)库中的 SDL_Init 函数。SDL 是一个跨平台的多媒体库,用于访问底层的硬件,如图形、声音、输入设备等。 因此,你需要确认你的...
未定义对‘SDL _Init’的引用,将SDL链接到程序 、 我第一次开始使用SDL库,我使用apt-get install将其下载到windows子系统(Ubuntu)上。当我调用SDL库中的函数,然后运行makefile时,我会看到: /home/display.c:13:undefinedreferenceto `SDL_Init'/
status --- 分享57赞 sdl吧 secondsen 求救,undefined reference to `SDL_Init'lib下载的http://www.libsdl.org/tmp/release/SDL2-devel-2.0.4-mingw.tar.gz我把x86_64-w64-mingw32/lib 下的libSDL2main.a和libSDL2.a解压了出来。也设定了include 和 link的路径。-lmingw32 -lSDL2main -lSDL2 也...
/home/hoijui/src/spring/rts/Game/UI/CursorIcons.cpp:64: error: undefined reference to 'glBindTexture' /home/hoijui/src/spring/rts/Game/UI/EndGameBox.cpp:88: error: undefined reference to 'glDeleteTextures' /home/hoijui/src/spring/rts/Game/UI/EndGameBox.cpp:349: error: undefined referen...