| カテゴリ |
重要度 |
ステータス |
解決状況 |
登録日時 |
最終更新 |
コンパイル | 低 | 解決済み | 修正済み | 2009-07-31 09:15 | 2009-07-31 14:17 |
| |
| テスター | Tafoid | 担当者 | etabeta | ソース | |
| バージョン | 0.133 | 発生バージョン | 0.128u3 | 修正バージョン | 0.133u1 |
| | 修正コミット | | プルリク | |
| フラグ | |
| セット |
|
| セット詳細 |
|
| |
| 概 要 | mametinyビルドのコンパイルが通らない。 |
| 詳 細 | The default mametiny build (tiny.mak/tiny.c) no longer compiles completely. Current builds seems to work up till the linking of the OBJ files occurs.
The first failure version happens in 0.128u3, when the first signs of making everything "devices" began. There was also some specific 68000 work, where the 0.128u3 build fails:
Compiling src/emu/cpu/m68000/m68kcpu.c...
In file included from src/emu/cpu/m68000/m68kcpu.h:32,
from src/emu/cpu/m68000/m68kcpu.c:36:
src/emu/cpu/m68000/m68k.h:32:22: error: m68kconf.h: No such file or directory
mingw32-make: *** [obj/windows/mametiny/emu/cpu/m68000/m68kcpu.o] Error 1
|
| 再現手順 | Compile:
mingw32-make SUBTARGET=tiny
|
| 追加情報 | The latest attempt, 0.133, produces this:
Linking mametiny.exe...
obj/windows/mametiny/mame/drivers/gaelco.o:gaelco.c:(.rdata+0x274): undefined reference to `cpu_get_info_m68000'
obj/windows/mametiny/mame/drivers/gaelco.o:gaelco.c:(.rdata+0x934): undefined reference to `cpu_get_info_m68000'
obj/windows/mametiny/mame/drivers/gaelco.o:gaelco.c:(.rdata+0x1534): undefined reference to `cpu_get_info_m68000'
obj/windows/mametiny/mame/drivers/gaelco.o:gaelco.c:(.rdata+0x1e14): undefined reference to `cpu_get_info_m68000'
obj/windows/mametiny/mame/drivers/wrally.o:wrally.c:(.rdata+0x1b4): undefined reference to `cpu_get_info_m68000'
obj/windows/mametiny/libemu.a(ldpr8210.o):ldpr8210.c:(.rdata+0x4b4): undefined reference to `cpu_get_info_i8049'
obj/windows/mametiny/libemu.a(ldpr8210.o):ldpr8210.c:(.rdata+0x5d4): undefined reference to `cpu_get_info_i8748'
obj/windows/mametiny/libemu.a(ldvp931.o):ldvp931.c:(.rdata+0x174): undefined reference to `cpu_get_info_i8049'
collect2: ld returned 1 exit status
mingw32-make: *** [mametiny.exe] Error 1
|
| |
| 添付ファイル | |