|

楼主 |
发表于 2017-12-29 13:39:57
|
显示全部楼层
- In file included from ../../../../../src/devices/cpu/saturn/saturn.cpp:84:0:
- ../../../../../src/devices/cpu/saturn/satops.hxx: In member function 'void saturn_device::saturn_exchange(int, int, int, int)':
- ../../../../../src/devices/cpu/saturn/satops.hxx:806:6: error: assuming signed overflow does not occur when assuming that (X + c) < X is always false [-Werror=strict-overflow]
- void saturn_device::saturn_exchange(int left, int begin, int count, int right)
- ^~~~~~~~~~~~~
- ../../../../../src/devices/cpu/saturn/satops.hxx:806:6: error: assuming signed overflow does not occur when assuming that (X + c) < X is always false [-Werror=strict-overflow]
- ../../../../../src/devices/cpu/saturn/satops.hxx: In member function 'void saturn_device::saturn_copy(int, int, int, int)':
- ../../../../../src/devices/cpu/saturn/satops.hxx:824:6: error: assuming signed overflow does not occur when assuming that (X + c) < X is always false [-Werror=strict-overflow]
- void saturn_device::saturn_copy(int dest, int begin, int count, int src)
- ^~~~~~~~~~~~~
- ../../../../../src/devices/cpu/saturn/satops.hxx:824:6: error: assuming signed overflow does not occur when assuming that (X + c) < X is always false [-Werror=strict-overflow]
- Compiling src/devices/cpu/scmp/scmp.cpp...
- ../../../../../src/devices/cpu/saturn/satops.hxx: In member function 'void saturn_device::saturn_or(int, int, int, int)':
- ../../../../../src/devices/cpu/saturn/satops.hxx:1040:6: error: assuming signed overflow does not occur when assuming that (X + c) < X is always false [-Werror=strict-overflow]
- void saturn_device::saturn_or(int dest, int begin, int count, int src)
- ^~~~~~~~~~~~~
- ../../../../../src/devices/cpu/saturn/satops.hxx:1040:6: error: assuming signed overflow does not occur when assuming that (X + c) < X is always false [-Werror=strict-overflow]
- ../../../../../src/devices/cpu/saturn/satops.hxx: In member function 'void saturn_device::saturn_and(int, int, int, int)':
- ../../../../../src/devices/cpu/saturn/satops.hxx:1055:6: error: assuming signed overflow does not occur when assuming that (X + c) < X is always false [-Werror=strict-overflow]
- void saturn_device::saturn_and(int dest, int begin, int count, int src)
- ^~~~~~~~~~~~~
- ../../../../../src/devices/cpu/saturn/satops.hxx:1055:6: error: assuming signed overflow does not occur when assuming that (X + c) < X is always false [-Werror=strict-overflow]
- Compiling src/devices/cpu/score/score.cpp...
- cc1plus.exe: all warnings being treated as errors
- optional.make:7114: recipe for target '../../../../mingw-gcc/obj/x32/Release/src/devices/cpu/saturn/saturn.o' failed
- make[2]: *** [../../../../mingw-gcc/obj/x32/Release/src/devices/cpu/saturn/saturn.o] Error 1
- make[2]: *** Waiting for unfinished jobs....
- makefile:91: recipe for target 'optional' failed
- make[1]: *** [optional] Error 2
- makefile:1015: recipe for target 'windows_x86' failed
- make: *** [windows_x86] Error 2
复制代码 错误信息 = =! 使用旧的编译工具也是一样的错误 ~~
|
|