openMSX SoftFabTask: build_openmsx_make
log in
2024-07-01 18:46
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 MSXMotherBoard.cc...
38Compiling Version.cc...
39Compiling ReverseManager.cc...
40Compiling memory/RomDatabase.cc...
41Compiling memory/RomFactory.cc...
42In file included from src/memory/RomDatabase.cc:10:
43src/utils/rapidsax.hh: In instantiation of 'void rapidsax::internal::Parser<FLAGS, HANDLER>::parseText(char*&, char*) [with int FLAGS = 2; HANDLER = openmsx::DBParser]':
44src/utils/rapidsax.hh:692:5: required from 'void rapidsax::internal::Parser<FLAGS, HANDLER>::parseNodeContents(char*&) [with int FLAGS = 2; HANDLER = openmsx::DBParser]'
45src/utils/rapidsax.hh:573:4: required from 'void rapidsax::internal::Parser<FLAGS, HANDLER>::parseElement(char*&) [with int FLAGS = 2; HANDLER = openmsx::DBParser]'
46src/utils/rapidsax.hh:652:4: required from 'void rapidsax::internal::Parser<FLAGS, HANDLER>::parseNode(char*&) [with int FLAGS = 2; HANDLER = openmsx::DBParser]'
47src/utils/rapidsax.hh:380:4: required from 'rapidsax::internal::Parser<FLAGS, HANDLER>::Parser(HANDLER&, char*) [with int FLAGS = 2; HANDLER = openmsx::DBParser]'
48src/utils/rapidsax.hh:762:35: required from 'void rapidsax::parse(HANDLER&, char*) [with int FLAGS = 2; HANDLER = openmsx::DBParser]'
49src/memory/RomDatabase.cc:556:56: required from here
50src/utils/rapidsax.hh:489:36: warning: parameter 'contentsStart' set but not used [-Wunused-but-set-parameter]
51 489 | void parseText(char*& text, char* contentsStart)
52 | ~~~~~~^~~~~~~~~~~~~
53Compiling memory/RomNettouYakyuu.cc...
54Compiling memory/RomPlayBall.cc...
55Compiling sound/MSXMixer.cc...
56Compiling sound/MSXTurboRPCM.cc...
57Compiling sound/Mixer.cc...
58Compiling sound/SDLSoundDriver.cc...
59Compiling sound/SamplePlayer.cc...
60Compiling sound/SoundDevice.cc...
61Compiling video/AviRecorder.cc...
62Compiling video/v9990/V9990CmdEngine.cc...
63In file included from src/sound/SoundDevice.cc:6:
64src/utils/StringOp.hh: In member function 'void openmsx::SoundDevice::registerSound(const openmsx::DeviceConfig&)':
65src/utils/StringOp.hh:165:36: warning: '<anonymous>' may be used uninitialized in this function [-Wmaybe-uninitialized]
66 165 | if (unlikely(s.empty())) return {};
67 | ^
68src/utils/StringOp.hh:175:32: warning: '<anonymous>' may be used uninitialized in this function [-Wmaybe-uninitialized]
69 175 | if (unlikely(!tmp)) return {};
70 | ^
71src/utils/StringOp.hh:179:39: warning: '<anonymous>' may be used uninitialized in this function [-Wmaybe-uninitialized]
72 179 | if (unlikely(*tmp > max)) return {}; // 0x8000
73 | ^
74src/utils/StringOp.hh:182:40: warning: '<anonymous>' may be used uninitialized in this function [-Wmaybe-uninitialized]
75 182 | if (unlikely(*tmp >= max)) return {}; // 0x7fff
76 | ^
77Updating derived/x86_64-mingw-w64-opt-3rd/config/resource-info.h...
78Compiling resources...
79src/video/v9990/V9990CmdEngine.cc: In instantiation of 'void openmsx::V9990CmdEngine::executeSRCH(openmsx::EmuTime::param) [with Mode = openmsx::V9990CmdEngine::V9990Bpp16; openmsx::EmuTime::param = openmsx::EmuTime]':
80src/video/v9990/V9990CmdEngine.cc:1720:42: required from here
81src/video/v9990/V9990CmdEngine.cc:1535:22: warning: variable 'mask' set but not used [-Wunused-but-set-variable]
82 1535 | typename Mode::Type mask = (1 << Mode::BITS_PER_PIXEL) -1;
83 | ^~~~
84Linking openmsx.exe...
85Removing any old binary package...
86Creating binary package:
87 Executable...
88 Data files...
89 Documentation...
90 C-BIOS...
91 Creating symlinks...
92make[1]: Leaving directory '/home/openmsx/openMSX'