openMSX SoftFabTask: build_openmsx_make
log in
2024-07-03 20:13
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:
32Up to date: 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 Autofire.cc...
38Compiling CartridgeSlotManager.cc...
39Compiling DeviceFactory.cc...
40Compiling CliExtension.cc...
41Compiling MSXDevice.cc...
42Compiling MSXMatsushita.cc...
43Compiling MSXMotherBoard.cc...
44Compiling MSXPPI.cc...
45Compiling MSXS1985.cc...
46Compiling MSXS1990.cc...
47Compiling MSXSwitchedDevice.cc...
48Compiling MSXTurboRPause.cc...
49Compiling PluggableFactory.cc...
50Compiling PluggingController.cc...
51Compiling Printer.cc...
52Compiling Reactor.cc...
53Compiling RealTime.cc...
54Compiling RenShaTurbo.cc...
55Compiling ReverseManager.cc...
56Compiling SVIPPI.cc...
57Compiling cassette/CassettePlayer.cc...
58Compiling cassette/CassettePort.cc...
59Compiling commands/Interpreter.cc...
60Compiling commands/MSXCommandController.cc...
61Compiling commands/ProxyCommand.cc...
62Compiling config/DeviceConfig.cc...
63Compiling config/HardwareConfig.cc...
64Compiling cpu/CPUCore.cc...
65Compiling cpu/IRQHelper.cc...
66Compiling cpu/MSXCPU.cc...
67Compiling cpu/MSXCPUInterface.cc...
68src/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]':
69src/cpu/CPUCore.cc:4021:2: required from 'openmsx::II openmsx::CPUCore<CPU_POLICY>::in_R_c() [with openmsx::Reg8 REG = openmsx::DUMMY; CPU_POLICY = openmsx::Z80TYPE]'
70src/cpu/CPUCore.cc:1553:19: required from 'void openmsx::CPUCore<CPU_POLICY>::executeInstructions() [with CPU_POLICY = openmsx::Z80TYPE]'
71src/cpu/CPUCore.cc:4430:16: required from here
72src/cpu/CPUCore.cc:2673:81: warning: parameter 'x' set but not used [-Wunused-but-set-parameter]
73 2673 | template<typename T> template<Reg8 R8> ALWAYS_INLINE void CPUCore<T>::set8(byte x) {
74 | ~~~~~^
75src/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]':
76src/cpu/CPUCore.cc:4021:2: required from 'openmsx::II openmsx::CPUCore<CPU_POLICY>::in_R_c() [with openmsx::Reg8 REG = openmsx::DUMMY; CPU_POLICY = openmsx::R800TYPE]'
77src/cpu/CPUCore.cc:1553:19: required from 'void openmsx::CPUCore<CPU_POLICY>::executeInstructions() [with CPU_POLICY = openmsx::R800TYPE]'
78src/cpu/CPUCore.cc:4431:16: required from here
79src/cpu/CPUCore.cc:2673:81: warning: parameter 'x' set but not used [-Wunused-but-set-parameter]
80Compiling cpu/MSXWatchIODevice.cc...
81Compiling debugger/Debugger.cc...
82Compiling debugger/ProbeBreakPoint.cc...
83Compiling debugger/SimpleDebuggable.cc...
84Compiling events/AfterCommand.cc...
85Compiling events/MSXCliComm.cc...
86Compiling fdc/DiskChanger.cc...
87Compiling fdc/NowindInterface.cc...
88Compiling fdc/RealDrive.cc...
89Compiling ide/AbstractIDEDevice.cc...
90Compiling ide/HD.cc...
91Compiling ide/IDECDROM.cc...
92Compiling ide/IDEHD.cc...
93Compiling ide/SCSIHD.cc...
94Compiling ide/SCSILS120.cc...
95Compiling input/ColecoJoystickIO.cc...
96Compiling input/Keyboard.cc...
97Compiling laserdisc/LaserdiscPlayer.cc...
98Compiling laserdisc/PioneerLDControl.cc...
99Compiling memory/AmdFlash.cc...
100Compiling memory/Carnivore2.cc...
101Compiling memory/CheckedRam.cc...
102Compiling memory/MSXMapperIO.cc...
103Compiling memory/MSXMemoryMapper.cc...
104Compiling memory/MSXMemoryMapperBase.cc...
105Compiling memory/MSXRomCLI.cc...
106Compiling memory/MegaFlashRomSCCPlusSD.cc...
107Compiling memory/MusicalMemoryMapper.cc...
108Compiling memory/PanasonicMemory.cc...
109Compiling memory/PanasonicRam.cc...
110Compiling memory/Rom.cc...
111Compiling memory/RomDRAM.cc...
112Compiling memory/RomFSA1FM.cc...
113Compiling memory/RomFactory.cc...
114Compiling memory/RomKonami.cc...
115Compiling memory/RomKonamiSCC.cc...
116Compiling memory/RomPanasonic.cc...
117Compiling serial/JVCMSXMIDI.cc...
118Compiling serial/MC6850.cc...
119Compiling serial/MSXMidi.cc...
120Compiling serial/MSXRS232.cc...
121Compiling serial/MusicModuleMIDI.cc...
122Compiling serial/YM2148.cc...
123Compiling settings/ProxySetting.cc...
124Compiling sound/DACSound16S.cc...
125Compiling sound/DACSound8U.cc...
126Compiling sound/MSXAudio.cc...
127Compiling sound/MSXMixer.cc...
128Compiling sound/MSXMoonSound.cc...
129Compiling sound/MSXOPL3Cartridge.cc...
130Compiling sound/MSXPSG.cc...
131Compiling sound/MSXTurboRPCM.cc...
132Compiling sound/MSXYamahaSFG.cc...
133Compiling sound/ResampledSoundDevice.cc...
134Compiling sound/SDLSoundDriver.cc...
135Compiling sound/SVIPSG.cc...
136Compiling sound/Y8950.cc...
137Compiling sound/Y8950Adpcm.cc...
138Compiling sound/Y8950Periphery.cc...
139Compiling sound/YM2151.cc...
140Compiling sound/YMF262.cc...
141Compiling sound/YMF278.cc...
142Compiling video/ADVram.cc...
143Compiling video/AviRecorder.cc...
144Compiling video/CharacterConverter.cc...
145Compiling video/Display.cc...
146Compiling video/PixelRenderer.cc...
147Compiling video/PostProcessor.cc...
148Compiling video/SDLRasterizer.cc...
149Compiling video/SDLVideoSystem.cc...
150Compiling video/SpriteChecker.cc...
151Compiling video/VDP.cc...
152Compiling video/VDPAccessSlots.cc...
153Compiling video/VDPCmdEngine.cc...
154Compiling video/VDPVRAM.cc...
155Compiling video/VideoLayer.cc...
156Compiling video/ld/LDPixelRenderer.cc...
157Compiling video/v9990/V9990.cc...
158Compiling video/v9990/V9990BitmapConverter.cc...
159Compiling video/v9990/V9990CmdEngine.cc...
160src/video/v9990/V9990CmdEngine.cc: In instantiation of 'void openmsx::V9990CmdEngine::executeSRCH(openmsx::EmuTime::param) [with Mode = openmsx::V9990CmdEngine::V9990Bpp16; openmsx::EmuTime::param = openmsx::EmuTime]':
161src/video/v9990/V9990CmdEngine.cc:1719:42: required from here
162src/video/v9990/V9990CmdEngine.cc:1534:22: warning: variable 'mask' set but not used [-Wunused-but-set-variable]
163 1534 | typename Mode::Type mask = (1 << Mode::BITS_PER_PIXEL) -1;
164 | ^~~~
165Compiling video/v9990/V9990PixelRenderer.cc...
166Compiling video/v9990/V9990PxConverter.cc...
167src/video/v9990/V9990PxConverter.cc: In instantiation of 'void openmsx::renderPattern(openmsx::V9990VRAM&, Pixel*, openmsx::byte*, Pixel, int, unsigned int, unsigned int, unsigned int, unsigned int, const Pixel*, const Pixel*) [with Policy = openmsx::P1ForegroundPolicy; Pixel = short unsigned int; openmsx::byte = unsigned char]':
168src/video/v9990/V9990PxConverter.cc:191:23: required from 'void openmsx::renderPattern2(openmsx::V9990VRAM&, Pixel*, openmsx::byte*, Pixel, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, const Pixel*, unsigned int, unsigned int, unsigned int, unsigned int, const Pixel*) [with Policy = openmsx::P1ForegroundPolicy; Pixel = short unsigned int; openmsx::byte = unsigned char]'
169src/video/v9990/V9990PxConverter.cc:307:36: required from 'void openmsx::V9990P1Converter<Pixel>::convertLine(Pixel*, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, bool) [with Pixel = short unsigned int]'
170src/video/v9990/V9990PxConverter.cc:358:16: required from here
171src/video/v9990/V9990PxConverter.cc:131:8: warning: parameter 'bgCol' set but not used [-Wunused-but-set-parameter]
172 131 | Pixel bgCol, int width, unsigned x, unsigned y,
173 | ~~~~~~^~~~~
174src/video/v9990/V9990PxConverter.cc: In instantiation of 'void openmsx::renderPattern(openmsx::V9990VRAM&, Pixel*, openmsx::byte*, Pixel, int, unsigned int, unsigned int, unsigned int, unsigned int, const Pixel*, const Pixel*) [with Policy = openmsx::P1ForegroundPolicy; Pixel = unsigned int; openmsx::byte = unsigned char]':
175src/video/v9990/V9990PxConverter.cc:191:23: required from 'void openmsx::renderPattern2(openmsx::V9990VRAM&, Pixel*, openmsx::byte*, Pixel, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, const Pixel*, unsigned int, unsigned int, unsigned int, unsigned int, const Pixel*) [with Policy = openmsx::P1ForegroundPolicy; Pixel = unsigned int; openmsx::byte = unsigned char]'
176src/video/v9990/V9990PxConverter.cc:307:36: required from 'void openmsx::V9990P1Converter<Pixel>::convertLine(Pixel*, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, bool) [with Pixel = unsigned int]'
177src/video/v9990/V9990PxConverter.cc:362:16: required from here
178src/video/v9990/V9990PxConverter.cc:131:8: warning: parameter 'bgCol' set but not used [-Wunused-but-set-parameter]
179Compiling video/v9990/V9990SDLRasterizer.cc...
180Compiling video/v9990/V9990VRAM.cc...
181Compiling video/v9990/Video9000.cc...
182Up to date: derived/x86_64-mingw-w64-opt-3rd/config/resource-info.h
183Linking openmsx.exe...
184Removing any old binary package...
185Creating binary package:
186 Executable...
187 Data files...
188 Documentation...
189 C-BIOS...
190 Creating symlinks...
191make[1]: Leaving directory '/home/openmsx/openMSX'