openMSX SoftFabTask: build_openmsx_make
log in
2024-07-03 19:35
Overview
Data
Wrapper Log
1Using Python: python3
2make -f build/main.mk run-3rdparty \
3 OPENMSX_TARGET_CPU=x86_64 \
4 OPENMSX_TARGET_OS=mingw-w64 \
5 OPENMSX_FLAVOUR=opt \
6 3RDPARTY_FLAG=true \
7 PYTHON=python3
8make[1]: Entering directory '/home/openmsx/openMSX'
9Using Python: python3
10make -f build/3rdparty.mk \
11 BUILD_PATH=derived/x86_64-mingw-w64-opt-3rd/3rdparty \
12 OPENMSX_TARGET_CPU=x86_64 \
13 OPENMSX_TARGET_OS=mingw-w64 \
14 _CC=x86_64-w64-mingw32-gcc _CFLAGS="-m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer" \
15 _LDFLAGS="-m64" \
16 WINDRES=x86_64-w64-mingw32-windres \
17 LINK_MODE=3RD_STA \
18 PYTHON=python3
19make[2]: Entering directory '/home/openmsx/openMSX'
20make[2]: Nothing to be done for 'all'.
21make[2]: Leaving directory '/home/openmsx/openMSX'
22make[1]: Leaving directory '/home/openmsx/openMSX'
23make -f build/main.mk bindist \
24 OPENMSX_TARGET_CPU=x86_64 \
25 OPENMSX_TARGET_OS=mingw-w64 \
26 OPENMSX_FLAVOUR=opt \
27 3RDPARTY_FLAG=true \
28 PYTHON=python3
29make[1]: Entering directory '/home/openmsx/openMSX'
30Using Python: python3
31Build configuration:
32Updating derived/x86_64-mingw-w64-opt-3rd/config/Version.ii...
33 Platform: x86_64-mingw-w64
34 Flavour: opt
35 Compiler: x86_64-w64-mingw32-g++
36 Subset: full build
37Compiling CommandLineParser.cc...
38Compiling Version.cc...
39Compiling console/OSDRectangle.cc...
40Compiling console/OSDConsoleRenderer.cc...
41Compiling console/OSDText.cc...
42Compiling console/OSDWidget.cc...
43Compiling video/GLContext.cc...
44Compiling video/GLImage.cc...
45Compiling video/GLPostProcessor.cc...
46Compiling video/GLSnow.cc...
47Compiling video/GLUtil.cc...
48Compiling video/SDLGLOffScreenSurface.cc...
49Compiling video/SDLGLVisibleSurface.cc...
50src/video/GLPostProcessor.cc: In member function 'void openmsx::GLPostProcessor::preCalcNoise(float)':
51src/video/GLPostProcessor.cc:400:39: warning: 'distribution.std::normal_distribution<float>::_M_saved' may be used uninitialized in this function [-Wmaybe-uninitialized]
52 400 | int s = Math::clip<-255, 255>(roundf(r * factor));
53 | ~~~~~~^~~~~~~~~~~~
54Compiling video/SDLVideoSystem.cc...
55Compiling video/scalers/GLDefaultScaler.cc...
56Compiling video/scalers/GLHQLiteScaler.cc...
57Compiling video/scalers/GLHQScaler.cc...
58Compiling video/scalers/GLRGBScaler.cc...
59Compiling video/scalers/GLSaIScaler.cc...
60Compiling video/scalers/GLScaleNxScaler.cc...
61Compiling video/scalers/GLScaler.cc...
62Compiling video/scalers/GLScalerFactory.cc...
63Compiling video/scalers/GLSimpleScaler.cc...
64Compiling video/scalers/GLTVScaler.cc...
65Updating derived/x86_64-mingw-w64-opt-3rd/config/resource-info.h...
66Compiling resources...
67Linking openmsx.exe...
68Removing any old binary package...
69Creating binary package:
70 Executable...
71 Data files...
72 Documentation...
73 C-BIOS...
74 Creating symlinks...
75make[1]: Leaving directory '/home/openmsx/openMSX'