openMSX SoftFabTask: build_openmsx_make
log in
2024-07-01 18:38
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 Version.cc...
38Compiling video/Display.cc...
39Compiling video/DummyRenderer.cc...
40Compiling utils/win32-dirent.cc...
41Compiling video/DummyVideoSystem.cc...
42Compiling video/FBPostProcessor.cc...
43Compiling video/GLImage.cc...
44src/utils/win32-dirent.cc: In function 'void openmsx::seekdir(openmsx::DIR*, off_t)':
45src/utils/win32-dirent.cc:108:12: warning: unused variable 'n' [-Wunused-variable]
46 108 | for (auto n : xrange(offset)) {
47 | ^
48src/utils/win32-dirent.cc: In function 'openmsx::dirent* openmsx::readdir(openmsx::DIR*)':
49src/utils/win32-dirent.cc:78:9: warning: 'char* strncpy(char*, const char*, size_t)' specified bound 256 equals destination size [-Wstringop-truncation]
50 78 | strncpy(entry.d_name, d_name.c_str(), std::size(entry.d_name));
51 | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
52Compiling video/GLPostProcessor.cc...
53Compiling video/GLSnow.cc...
54Compiling video/GLUtil.cc...
55src/video/GLPostProcessor.cc: In member function 'void openmsx::GLPostProcessor::preCalcNoise(float)':
56src/video/GLPostProcessor.cc:397:32: warning: 'distribution.std::normal_distribution<float>::_M_saved' may be used uninitialized in this function [-Wmaybe-uninitialized]
57 397 | int s = std::clamp(int(roundf(r * factor)), -255, 255);
58 | ~~~~~~^~~~~~~~~~~~
59Compiling video/PNG.cc...
60Compiling video/PixelRenderer.cc...
61Compiling video/PostProcessor.cc...
62Compiling video/RenderSettings.cc...
63Compiling video/RendererFactory.cc...
64Compiling video/SDLGLOffScreenSurface.cc...
65Compiling video/SDLGLVisibleSurface.cc...
66Compiling video/SDLImage.cc...
67Compiling video/SDLOffScreenSurface.cc...
68Compiling video/SDLRasterizer.cc...
69Compiling video/SDLSnow.cc...
70Compiling video/SDLVideoSystem.cc...
71Compiling video/SDLVisibleSurface.cc...
72Compiling video/SDLVisibleSurfaceBase.cc...
73Compiling video/SpriteChecker.cc...
74Compiling video/VDP.cc...
75Compiling video/VDPAccessSlots.cc...
76Compiling video/VDPCmdEngine.cc...
77Compiling video/VDPVRAM.cc...
78Compiling video/VideoLayer.cc...
79Compiling video/VideoSystem.cc...
80Compiling video/VisibleSurface.cc...
81Compiling video/ZMBVEncoder.cc...
82Compiling video/ld/LDDummyRenderer.cc...
83Compiling video/ld/LDPixelRenderer.cc...
84Compiling video/ld/LDSDLRasterizer.cc...
85Compiling video/scalers/GLHQLiteScaler.cc...
86Compiling video/scalers/GLHQScaler.cc...
87Compiling video/scalers/GLRGBScaler.cc...
88Compiling video/scalers/GLScaler.cc...
89Compiling video/scalers/GLScalerFactory.cc...
90Compiling video/scalers/GLSimpleScaler.cc...
91Compiling video/scalers/GLTVScaler.cc...
92Compiling video/scalers/RGBTriplet3xScaler.cc...
93Compiling video/scalers/ScalerFactory.cc...
94Compiling video/scalers/Simple2xScaler.cc...
95In file included from src/video/scalers/RGBTriplet3xScaler.cc:3:
96src/video/scalers/LineScalers.hh: In instantiation of '__m128i openmsx::blend(__m128i, __m128i, Pixel) [with Pixel = unsigned int; __m128i = __vector(2) long long int]':
97src/video/scalers/LineScalers.hh:624:21: required from 'void openmsx::scale_2on1_SSE(const Pixel*, Pixel*, size_t, Pixel) [with Pixel = unsigned int; size_t = long long unsigned int]'
98src/video/scalers/LineScalers.hh:644:16: required from 'void openmsx::Scale_2on1<Pixel>::operator()(const Pixel*, Pixel*, size_t) [with Pixel = unsigned int; size_t = long long unsigned int]'
99src/video/scalers/LineScalers.hh:325:3: required from 'void openmsx::PolyScale<Pixel, Scaler>::operator()(const Pixel*, Pixel*, size_t) [with Pixel = unsigned int; Scaler = openmsx::Scale_2on1<unsigned int>; size_t = long long unsigned int]'
100src/video/scalers/LineScalers.hh:323:7: required from here
101src/video/scalers/LineScalers.hh:554:50: warning: parameter 'mask' set but not used [-Wunused-but-set-parameter]
102 554 | inline __m128i blend(__m128i x, __m128i y, Pixel mask)
103 | ~~~~~~^~~~
104Compiling video/scalers/Simple3xScaler.cc...
105Compiling video/v9990/V9990.cc...
106Compiling video/v9990/V9990BitmapConverter.cc...
107Compiling video/v9990/V9990CmdEngine.cc...
108Compiling video/v9990/V9990DummyRenderer.cc...
109In file included from src/serialize.hh:4,
110 from src/EmuDuration.hh:4,
111 from src/EmuTime.hh:4,
112 from src/MSXDevice.hh:5,
113 from src/video/v9990/V9990.hh:4,
114 from src/video/v9990/V9990.cc:1:
115src/serialize_core.hh: In instantiation of 'void openmsx::loadEnum(std::initializer_list<openmsx::enum_string<T> >, T&, LoadAction) [with Archive = openmsx::MemInputArchive; T = openmsx::V9990DisplayMode; LoadAction = openmsx::EnumLoader<T>::operator()(Archive&, T&, TUPLE, int) [with Archive = openmsx::MemInputArchive; TUPLE = std::tuple<>; T = openmsx::V9990DisplayMode]::<lambda(auto:31&)>]':
116src/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::V9990DisplayMode]'
117src/serialize.hh:571:9: required from 'void openmsx::InputArchiveBase<Derived>::serialize(const char*, T&) [with T = openmsx::V9990DisplayMode; Derived = openmsx::MemInputArchive]'
118src/video/v9990/V9990.cc:901:2: required from 'void openmsx::V9990::serialize(Archive&, unsigned int) [with Archive = openmsx::MemInputArchive]'
119src/video/v9990/V9990.cc:953:1: required from here
120src/serialize_core.hh:151:53: warning: parameter 'list' set but not used [-Wunused-but-set-parameter]
121 151 | void loadEnum(std::initializer_list<enum_string<T>> list, T& t, LoadAction load)
122 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
123src/serialize_core.hh: In instantiation of 'void openmsx::saveEnum(std::initializer_list<openmsx::enum_string<T> >, T, SaveAction) [with Archive = openmsx::MemOutputArchive; T = openmsx::V9990DisplayMode; SaveAction = openmsx::EnumSaver<T>::operator()(Archive&, const T&, bool) [with Archive = openmsx::MemOutputArchive; T = openmsx::V9990DisplayMode]::<lambda(const auto:30&)>]':
124src/serialize_core.hh:395:20: required from 'void openmsx::EnumSaver<T>::operator()(Archive&, const T&, bool) [with Archive = openmsx::MemOutputArchive; T = openmsx::V9990DisplayMode]'
125src/serialize.hh:473:8: required from 'void openmsx::OutputArchiveBase<Derived>::serialize(const char*, const T&) [with T = openmsx::V9990DisplayMode; Derived = openmsx::MemOutputArchive]'
126src/video/v9990/V9990.cc:901:2: required from 'void openmsx::V9990::serialize(Archive&, unsigned int) [with Archive = openmsx::MemOutputArchive]'
127src/video/v9990/V9990.cc:953:1: required from here
128src/serialize_core.hh:141:53: warning: parameter 'list' set but not used [-Wunused-but-set-parameter]
129 141 | void saveEnum(std::initializer_list<enum_string<T>> list, T t, SaveAction save)
130 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
131Compiling video/v9990/V9990PixelRenderer.cc...
132src/video/v9990/V9990CmdEngine.cc: In instantiation of 'void openmsx::V9990CmdEngine::executeSRCH(openmsx::EmuTime::param) [with Mode = openmsx::V9990CmdEngine::V9990Bpp16; openmsx::EmuTime::param = openmsx::EmuTime]':
133src/video/v9990/V9990CmdEngine.cc:1720:42: required from here
134src/video/v9990/V9990CmdEngine.cc:1535:22: warning: variable 'mask' set but not used [-Wunused-but-set-variable]
135 1535 | typename Mode::Type mask = (1 << Mode::BITS_PER_PIXEL) -1;
136 | ^~~~
137Compiling video/v9990/V9990PxConverter.cc...
138Compiling video/v9990/V9990SDLRasterizer.cc...
139src/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]':
140src/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]'
141src/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]'
142src/video/v9990/V9990PxConverter.cc:358:16: required from here
143src/video/v9990/V9990PxConverter.cc:131:8: warning: parameter 'bgCol' set but not used [-Wunused-but-set-parameter]
144 131 | Pixel bgCol, int width, unsigned x, unsigned y,
145 | ~~~~~~^~~~~
146src/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]':
147src/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]'
148src/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]'
149src/video/v9990/V9990PxConverter.cc:362:16: required from here
150src/video/v9990/V9990PxConverter.cc:131:8: warning: parameter 'bgCol' set but not used [-Wunused-but-set-parameter]
151Compiling video/v9990/V9990VRAM.cc...
152Compiling video/v9990/Video9000.cc...
153Updating derived/x86_64-mingw-w64-opt-3rd/config/resource-info.h...
154Compiling resources...
155Linking openmsx.exe...
156Removing any old binary package...
157Creating binary package:
158 Executable...
159 Data files...
160 Documentation...
161 C-BIOS...
162 Creating symlinks...
163make[1]: Leaving directory '/home/openmsx/openMSX'