- PrizmSDK Set-Up Error
- 18 Sep 2022 05:44:56 pm
- Last edited by Mateo.hex on 18 Sep 2022 05:54:09 pm; edited 1 time in total
When I was trying to set up PrizmSDK on my Laptop (Ubuntu 22.04.1), when trying to build binutils 2.22 running "make" I get the following error:
Code:
Any ideas on how to solve this?
Code:
../../binutils/./bfd/coffgen.c: In function ‘coff_print_symbol’:
../../binutils/./bfd/coffgen.c:1996:22: error: this statement may fall through [-Werror=implicit-fallthrough=]
1996 | if (combined->u.syment.n_type == T_NULL)
| ^
../../binutils/./bfd/coffgen.c:2013:17: note: here
2013 | case C_EXT:
| ^~~~
../../binutils/./bfd/coffgen.c:2015:22: error: this statement may fall through [-Werror=implicit-fallthrough=]
2015 | if (ISFCN (combined->u.syment.n_type))
| ^
../../binutils/./bfd/coffgen.c:2033:17: note: here
2033 | default:
| ^~~~~~~
make[4]: *** [Makefile:1537: coffgen.lo] Error 1
make[4]: Leaving directory '/usr/src/build-binutils/bfd'
make[3]: *** [Makefile:1579: install-recursive] Error 1
make[3]: Leaving directory '/usr/src/build-binutils/bfd'
make[2]: *** [Makefile:1716: install] Error 2
make[2]: Leaving directory '/usr/src/build-binutils/bfd'
make[1]: *** [Makefile:2573: install-bfd] Error 2
make[1]: Leaving directory '/usr/src/build-binutils'
make: *** [Makefile:2076: install] Error 2
Any ideas on how to solve this?