openMSX SoftFabTask: build_openmsx_make
log in
2024-07-01 18:24
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/scalers/Scale2xScaler.cc...
39Updating derived/x86_64-mingw-w64-opt-3rd/config/resource-info.h...
40Compiling resources...
41src/video/scalers/Scale2xScaler.cc: In instantiation of 'void openmsx::scale1(__m128i, __m128i, __m128i, __m128i, __m128i, __m128i*, __m128i*) [with Pixel = short unsigned int; bool DOUBLE_X = false; __m128i = __vector(2) long long int]':
42src/video/scalers/Scale2xScaler.cc:180:26: required from 'void openmsx::scaleSSE(Pixel*, Pixel*, const Pixel*, const Pixel*, const Pixel*, size_t) [with bool DOUBLE_X = false; Pixel = short unsigned int; int SHIFT = 14; size_t = long long unsigned int]'
43src/video/scalers/Scale2xScaler.cc:271:17: required from 'void openmsx::Scale2xScaler<Pixel>::scaleLine_1on1(Pixel*, Pixel*, const Pixel*, const Pixel*, const Pixel*, size_t) [with Pixel = short unsigned int; size_t = long long unsigned int]'
44src/video/scalers/Scale2xScaler.cc:369:16: required from here
45src/video/scalers/Scale2xScaler.cc:117:10: warning: variable 'b' set but not used [-Wunused-but-set-variable]
46 117 | __m128i b = select(mid, top, cndB);
47 | ^
48src/video/scalers/Scale2xScaler.cc:119:10: warning: variable 'd' set but not used [-Wunused-but-set-variable]
49 119 | __m128i d = select(mid, bottom, cndD);
50 | ^
51src/video/scalers/Scale2xScaler.cc: In instantiation of 'void openmsx::scale1(__m128i, __m128i, __m128i, __m128i, __m128i, __m128i*, __m128i*) [with Pixel = unsigned int; bool DOUBLE_X = false; __m128i = __vector(2) long long int]':
52src/video/scalers/Scale2xScaler.cc:180:26: required from 'void openmsx::scaleSSE(Pixel*, Pixel*, const Pixel*, const Pixel*, const Pixel*, size_t) [with bool DOUBLE_X = false; Pixel = unsigned int; int SHIFT = 12; size_t = long long unsigned int]'
53src/video/scalers/Scale2xScaler.cc:271:17: required from 'void openmsx::Scale2xScaler<Pixel>::scaleLine_1on1(Pixel*, Pixel*, const Pixel*, const Pixel*, const Pixel*, size_t) [with Pixel = unsigned int; size_t = long long unsigned int]'
54src/video/scalers/Scale2xScaler.cc:372:16: required from here
55src/video/scalers/Scale2xScaler.cc:117:10: warning: variable 'b' set but not used [-Wunused-but-set-variable]
56 117 | __m128i b = select(mid, top, cndB);
57 | ^
58src/video/scalers/Scale2xScaler.cc:119:10: warning: variable 'd' set but not used [-Wunused-but-set-variable]
59 119 | __m128i d = select(mid, bottom, cndD);
60 | ^
61Linking openmsx.exe...
62Removing any old binary package...
63Creating binary package:
64 Executable...
65 Data files...
66 Documentation...
67 C-BIOS...
68 Creating symlinks...
69make[1]: Leaving directory '/home/openmsx/openMSX'