カテゴリ | 重要度 | ステータス | 解決状況 | 登録日時 | 最終更新 |
---|---|---|---|---|---|
コンパイル | 中 | 解決済み | 修正済み | 2020-06-27 03:19 | 2020-07-06 20:01 |
テスター | MrGW | 担当者 | belegdol | ソース | |
バージョン | 0.222 | 発生バージョン | 0.222 | 修正バージョン | 0.223 |
修正コミット | プルリク | ||||
フラグ | |||||
セット | |||||
セット詳細 | |||||
概 要 | 0.222をARM向けにコンパイルできない。 | ||||
詳 細 | I get a compile error on Raspbian "Buster" when compiling the latest version of MAME (0.222): GCC 8 detected Compiling 3rdparty/asmjit/src/asmjit/core/arch.cpp... Compiling 3rdparty/asmjit/src/asmjit/core/assembler.cpp... Compiling 3rdparty/bimg/3rdparty/astc-codec/src/decoder/astc_file.cc... ../../../../../3rdparty/asmjit/src/asmjit/core/arch.cpp:32:12: fatal error: ../arm/armarchdata_p.h: No such file or directory #include "../arm/armarchdata_p.h" ^~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. make[2]: *** [asmjit.make:579: obj/Release/3rdparty/asmjit/src/asmjit/core/arch.o] Error 1 | ||||
再現手順 | 1. Download MAME source (as per official website instructions: git clone -b mame0222 --depth 1 https://github.com/mamedev/mame.git mame0222 2. Run the following command from inside the source folder: make -j3 TOOLS=1 NOWERROR=1 After some time, I get the compiler error: ../../../../../3rdparty/asmjit/src/asmjit/core/arch.cpp:32:12: fatal error: ../arm/armarchdata_p.h: No such file or directory | ||||
追加情報 | |||||
添付ファイル |