[ オリジナルレポート ]

BugID: #07687

カテゴリ 重要度 ステータス 解決状況 登録日時 最終更新
コンパイル解決済み修正済み2020-06-27 03:192020-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
追加情報 
 
添付ファイル