openMSX SoftFabTask: build_openmsx_make
log in
2024-07-03 20:43
Overview
Data
Wrapper Log
1Using Python: python3
2Build configuration:
3Updating derived/x86_64-linux-unittest/config/Version.ii...
4 Platform: x86_64-linux
5 Flavour: unittest
6 Compiler: g++
7 Subset: full build
8Compiling Version.cc...
9Compiling sound/opll.cc...
10src/sound/opll.cc: In function ‘void OPLL_PhaseGenerate(opll_t*)’:
11src/sound/opll.cc:507:14: error: jump to case label
12 507 | case 16:
13 | ^~
14src/sound/opll.cc:497:21: note: crosses initialization of ‘uint8_t rm_bit’
15 497 | uint8_t rm_bit = (chip->rm_hh_bit2 ^ chip->rm_hh_bit7)
16 | ^~~~~~
17src/sound/opll.cc:512:14: error: jump to case label
18 512 | case 17:
19 | ^~
20src/sound/opll.cc:497:21: note: crosses initialization of ‘uint8_t rm_bit’
21 497 | uint8_t rm_bit = (chip->rm_hh_bit2 ^ chip->rm_hh_bit7)
22 | ^~~~~~
23src/sound/opll.cc:519:9: error: jump to case label
24 519 | default:
25 | ^~~~~~~
26src/sound/opll.cc:497:21: note: crosses initialization of ‘uint8_t rm_bit’
27 497 | uint8_t rm_bit = (chip->rm_hh_bit2 ^ chip->rm_hh_bit7)
28 | ^~~~~~
29make: *** [build/main.mk:498: derived/x86_64-linux-unittest/obj/sound/opll.cc.o] Error 1
30make: *** Waiting for unfinished jobs....