Hi,
This is my first post, so please forgive me if this has already been asked..
When using asm 68000 and 68020 cores as defined in makefile.unix, I can not
compile a xmame binary (version 37 beta 16) . I havent compiled a new
binary in a while, but from what I remember from the last binaries Ive
compiled, Ive had no problems at all using asm cores.
xmame.obj/cpuintrf.o: In function `cpu_set_m68k_reset':
xmame.obj/cpuintrf.o(.text+0x24d3): undefined reference to
`m68k_set_reset_instr_callback'
xmame.obj/cpuintrf.o(.data+0x16a8): undefined reference to `m68ec020_init'
xmame.obj/cpuintrf.o(.data+0x1750): undefined reference to `m68020_init'
xmame.obj/inptport.o: In function `update_analog_port':
xmame.obj/inptport.o(.text+0x200a): undefined reference to `pow'
xmame.obj/inptport.o(.text+0x2077): undefined reference to `pow'
xmame.obj/inptport.o(.text+0x20e5): undefined reference to `pow'
xmame.obj/inptport.o(.text+0x214f): undefined reference to `pow'
xmame.obj/sound/adpcm.o: In function `compute_tables':
xmame.obj/sound/adpcm.o(.text+0x37): undefined reference to `pow'
xmame.obj/sound/cem3394.o(.text+0xe0d): more undefined references to `pow'
follow
collect2: ld returned 1 exit status
nasm -r
NASM version 0.98
Reading specs from /usr/lib/gcc-lib/i386-slackware-linux/2.95.3/specs
gcc version 2.95.3 20010315 (release)
Note, if I comment out the two asm cores, then it compiles fine.
Thanks.
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
_______________________________________________
Xmame mailing list
[EMAIL PROTECTED]
http://toybox.twisted.org.uk/mailman/listinfo/xmame