You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-lpthread
src/libretro-common/rthreads/rthreads.o: In function scond_wait_timeout': rthreads.c:(.text+0x265): undefined reference to clock_gettime'
src/libretro-common/features/features_cpu.o: In function cpu_features_get_perf_counter': features_cpu.c:(.text+0x20): undefined reference to clock_gettime'
src/libretro-common/features/features_cpu.o: In function cpu_features_get_time_usec': features_cpu.c:(.text+0x60): undefined reference to clock_gettime'
collect2: error: ld returned 1 exit status
gmake: *** [desmume_libretro.so] Error 1
cp "desmume_libretro.so" "/builddir/build/BUILD/libretro-20170303/dist/unix/desmume_libretro.so"
cp: cannot stat 'desmume_libretro.so': No such file or directory
Desmume fails to build on some of my systems with this error.,
-lpthread
src/libretro-common/rthreads/rthreads.o: In function
scond_wait_timeout': rthreads.c:(.text+0x265): undefined reference to
clock_gettime'src/libretro-common/features/features_cpu.o: In function
cpu_features_get_perf_counter': features_cpu.c:(.text+0x20): undefined reference to
clock_gettime'src/libretro-common/features/features_cpu.o: In function
cpu_features_get_time_usec': features_cpu.c:(.text+0x60): undefined reference to
clock_gettime'collect2: error: ld returned 1 exit status
gmake: *** [desmume_libretro.so] Error 1
cp "desmume_libretro.so" "/builddir/build/BUILD/libretro-20170303/dist/unix/desmume_libretro.so"
cp: cannot stat 'desmume_libretro.so': No such file or directory
Desmume fails to build on some of my systems with this error.,
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: