openMSX SoftFabTask: build_openmsx_make
log in
2024-07-01 18:26
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 DeviceFactory.cc...
38Compiling MSXDeviceSwitch.cc...
39Compiling MSXDevice.cc...
40Compiling MSXMatsushita.cc...
41Compiling MSXMotherBoard.cc...
42Compiling MSXPPI.cc...
43Compiling ReverseManager.cc...
44Compiling Version.cc...
45Compiling commands/Interpreter.cc...
46Compiling config/HardwareConfig.cc...
47Compiling cpu/BreakPointBase.cc...
48In file included from src/serialize.hh:4,
49 from src/EmuDuration.hh:4,
50 from src/EmuTime.hh:4,
51 from src/MSXMotherBoard.hh:4,
52 from src/config/HardwareConfig.cc:5:
53src/serialize_core.hh: In instantiation of 'void openmsx::loadEnum(std::initializer_list<openmsx::enum_string<T> >, T&, LoadAction) [with Archive = openmsx::MemInputArchive; T = openmsx::HardwareConfig::Type; LoadAction = openmsx::EnumLoader<T>::operator()(Archive&, T&, TUPLE, int) [with Archive = openmsx::MemInputArchive; TUPLE = std::tuple<>; T = openmsx::HardwareConfig::Type]::<lambda(auto:31&)>]':
54src/serialize_core.hh:564:20: required from 'void openmsx::EnumLoader<T>::operator()(Archive&, T&, TUPLE, int) [with Archive = openmsx::MemInputArchive; TUPLE = std::tuple<>; T = openmsx::HardwareConfig::Type]'
55src/serialize.hh:571:9: required from 'void openmsx::InputArchiveBase<Derived>::serialize(const char*, T&) [with T = openmsx::HardwareConfig::Type; Derived = openmsx::MemInputArchive]'
56src/config/HardwareConfig.cc:501:3: required from 'void openmsx::HardwareConfig::serialize(Archive&, unsigned int) [with Archive = openmsx::MemInputArchive]'
57src/config/HardwareConfig.cc:507:1: required from here
58src/serialize_core.hh:151:53: warning: parameter 'list' set but not used [-Wunused-but-set-parameter]
59 151 | void loadEnum(std::initializer_list<enum_string<T>> list, T& t, LoadAction load)
60 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
61src/serialize_core.hh: In instantiation of 'void openmsx::saveEnum(std::initializer_list<openmsx::enum_string<T> >, T, SaveAction) [with Archive = openmsx::MemOutputArchive; T = openmsx::HardwareConfig::Type; SaveAction = openmsx::EnumSaver<T>::operator()(Archive&, const T&, bool) [with Archive = openmsx::MemOutputArchive; T = openmsx::HardwareConfig::Type]::<lambda(const auto:30&)>]':
62src/serialize_core.hh:395:20: required from 'void openmsx::EnumSaver<T>::operator()(Archive&, const T&, bool) [with Archive = openmsx::MemOutputArchive; T = openmsx::HardwareConfig::Type]'
63src/serialize.hh:473:8: required from 'void openmsx::OutputArchiveBase<Derived>::serialize(const char*, const T&) [with T = openmsx::HardwareConfig::Type; Derived = openmsx::MemOutputArchive]'
64src/config/HardwareConfig.cc:501:3: required from 'void openmsx::HardwareConfig::serialize(Archive&, unsigned int) [with Archive = openmsx::MemOutputArchive]'
65src/config/HardwareConfig.cc:507:1: required from here
66src/serialize_core.hh:141:53: warning: parameter 'list' set but not used [-Wunused-but-set-parameter]
67 141 | void saveEnum(std::initializer_list<enum_string<T>> list, T t, SaveAction save)
68 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
69Compiling cpu/CPUCore.cc...
70Compiling cpu/Dasm.cc...
71Compiling cpu/MSXCPU.cc...
72In file included from src/serialize.hh:6,
73 from src/EmuDuration.hh:4,
74 from src/EmuTime.hh:4,
75 from src/MSXMotherBoard.hh:4,
76 from src/config/HardwareConfig.cc:5:
77src/utils/StringOp.hh: In member function 'void openmsx::HardwareConfig::serialize(Archive&, unsigned int) [with Archive = openmsx::XmlInputArchive]':
78src/utils/StringOp.hh:160:36: warning: '<anonymous>' may be used uninitialized in this function [-Wmaybe-uninitialized]
79 160 | if (unlikely(s.empty())) return {};
80 | ^
81In file included from src/EmuDuration.hh:4,
82 from src/EmuTime.hh:4,
83 from src/MSXMotherBoard.hh:4,
84 from src/config/HardwareConfig.cc:5:
85src/serialize.hh:1001:11: warning: '<anonymous>' may be used uninitialized in this function [-Wmaybe-uninitialized]
86 1001 | return {};
87 | ^
88Compiling cpu/MSXCPUInterface.cc...
89Compiling cpu/MSXMultiMemDevice.cc...
90src/cpu/CPUCore.cc: In instantiation of 'void openmsx::CPUCore<CPU_POLICY>::set8(openmsx::byte) [with openmsx::Reg8 <anonymous> = openmsx::DUMMY; CPU_POLICY = openmsx::Z80TYPE; openmsx::byte = unsigned char]':
91src/cpu/CPUCore.cc:4017:2: required from 'openmsx::II openmsx::CPUCore<CPU_POLICY>::in_R_c() [with openmsx::Reg8 REG = openmsx::DUMMY; CPU_POLICY = openmsx::Z80TYPE]'
92src/cpu/CPUCore.cc:1549:19: required from 'void openmsx::CPUCore<CPU_POLICY>::executeInstructions() [with CPU_POLICY = openmsx::Z80TYPE]'
93src/cpu/CPUCore.cc:4432:16: required from here
94src/cpu/CPUCore.cc:2669:81: warning: parameter 'x' set but not used [-Wunused-but-set-parameter]
95 2669 | template<typename T> template<Reg8 R8> ALWAYS_INLINE void CPUCore<T>::set8(byte x) {
96 | ~~~~~^
97src/cpu/CPUCore.cc: In instantiation of 'void openmsx::CPUCore<CPU_POLICY>::set8(openmsx::byte) [with openmsx::Reg8 <anonymous> = openmsx::DUMMY; CPU_POLICY = openmsx::R800TYPE; openmsx::byte = unsigned char]':
98src/cpu/CPUCore.cc:4017:2: required from 'openmsx::II openmsx::CPUCore<CPU_POLICY>::in_R_c() [with openmsx::Reg8 REG = openmsx::DUMMY; CPU_POLICY = openmsx::R800TYPE]'
99src/cpu/CPUCore.cc:1549:19: required from 'void openmsx::CPUCore<CPU_POLICY>::executeInstructions() [with CPU_POLICY = openmsx::R800TYPE]'
100src/cpu/CPUCore.cc:4433:16: required from here
101src/cpu/CPUCore.cc:2669:81: warning: parameter 'x' set but not used [-Wunused-but-set-parameter]
102Compiling cpu/MSXWatchIODevice.cc...
103Compiling cpu/VDPIODelay.cc...
104Compiling debugger/Debugger.cc...
105Compiling debugger/Probe.cc...
106Compiling debugger/ProbeBreakPoint.cc...
107Compiling debugger/SimpleDebuggable.cc...
108Compiling memory/Carnivore2.cc...
109Compiling memory/ColecoSuperGameModule.cc...
110Compiling memory/MSXMirrorDevice.cc...
111Compiling memory/MegaFlashRomSCCPlus.cc...
112Compiling memory/MegaFlashRomSCCPlusSD.cc...
113Compiling memory/ReproCartridgeV1.cc...
114Compiling memory/ReproCartridgeV2.cc...
115Compiling memory/Rom.cc...
116Compiling memory/RomArc.cc...
117Compiling memory/RomFactory.cc...
118Compiling memory/RomKonamiKeyboardMaster.cc...
119Compiling memory/RomManbow2.cc...
120Compiling memory/RomSuperLodeRunner.cc...
121Compiling memory/RomZemina90in1.cc...
122Compiling serial/MSXMidi.cc...
123Compiling sound/SVIPSG.cc...
124Compiling sound/Y8950Periphery.cc...
125Updating derived/x86_64-mingw-w64-opt-3rd/config/resource-info.h...
126Compiling resources...
127Linking openmsx.exe...
128Removing any old binary package...
129Creating binary package:
130 Executable...
131 Data files...
132 Documentation...
133 C-BIOS...
134 Creating symlinks...
135make[1]: Leaving directory '/home/openmsx/openMSX'