Previous Thread
Next Thread
Print Thread
Page 139 of 536 1 2 137 138 139 140 141 535 536
Joined: Mar 2001
Posts: 17,215
Likes: 234
R
Very Senior Member
Offline
Very Senior Member
R
Joined: Mar 2001
Posts: 17,215
Likes: 234
Not checked in yet, but here's some fun: Apple IIe booting off an IDE .CHD (emulating this card).

Still some work to go on it before I check it in.

[Linked Image from rbelmont.mameworld.info]

Joined: Aug 2009
Posts: 671
Senior Member
Offline
Senior Member
Joined: Aug 2009
Posts: 671
I get the following error compiling using: make all TARGET=mess
Quote
Linking Imgtool.exe
obj/windows/libimgtool.a(vt_dsk.o):vt_dsk.c(.rdata+0x124): undefined reference to 'fdi_dsk_identify(_floppy_image*, FloppyFormat const*, int*)'
obj/windows/libimgtool.a(vt_dsk.o):vt_dsk.c(.rdata+0x128): undefined reference to 'fdi_dsk_identify(_floppy_image*, FloppyFormat const*, _option_resolution*)'
obj/windows/libimgtool.a(flopimg.o):vt_dsk.c(.rdata+0x1ec): undefined reference to 'fdi_dsk_identify(_floppy_image*, FloppyFormat const*, int*)'
obj/windows/libimgtool.a(flopimg.o):vt_dsk.c(.rdata+0x1f0): undefined reference to 'fdi_dsk_identify(_floppy_image*, FloppyFormat const*, _option_resolution*)'
obj/windows/libimgtool.a(ap_dsk35.o):vt_dsk.c(.rdata+0x17c): undefined reference to 'fdi_dsk_identify(_floppy_image*, FloppyFormat const*, int*)'
obj/windows/libimgtool.a(ap_dsk35.o):vt_dsk.c(.rdata+0x180): undefined reference to 'fdi_dsk_identify(_floppy_image*, FloppyFormat const*, _option_resolution*)'
obj/windows/libimgtool.a(ap_dsk35.o):vt_dsk.c(.rdata+0x2b4): undefined reference to 'fdi_dsk_identify(_floppy_image*, FloppyFormat const*, int*)'
obj/windows/libimgtool.a(ap_dsk35.o):vt_dsk.c(.rdata+0x2b8): undefined reference to 'fdi_dsk_identify(_floppy_image*, FloppyFormat const*, _option_resolution*)'
obj/windows/libimgtool.a(coco_dsk.o):vt_dsk.c(.rdata+0x28c): undefined reference to 'fdi_dsk_identify(_floppy_image*, FloppyFormat const*, int*)'
obj/windows/libimgtool.a(coco_dsk.o.):vt_dsk.c(.rdata+0x290): undefined reference to 'fdi_dsk_identify(_floppy_image*, FloppyFormat const*, _option_resolution*)'
obj/windows/libimgtool.a(pc_dsk.o):vt_dsk.c(.rdata+0x144): undefined reference to 'fdi_dsk_identify(_floppy_image*, FloppyFormat const*, int*)'
obj/windows/libimgtool.a(pc_dsk.o):vt_dsk.c(.rdata+0x148): undefined reference to 'fdi_dsk_identify(_floppy_image*, FloppyFormat const*, _option_resolution*)'
obj/windows/libimgtool.a(ap2_dsk.o):vt_dsk.c(.rdata+0x1d4): undefined reference to 'fdi_dsk_identify(_floppy_image*, FloppyFormat const*, int*)'
obj/windows/libimgtool.a(ap2_dsk.o):vt_dsk.c(.rdata+0x1d8): undefined reference to 'fdi_dsk_identify(_floppy_image*, FloppyFormat const*, _option_resolution*)'
collection2: ld returned 1 exit status
make: *** [imgtool.exe] Error 1

Joined: Jul 2007
Posts: 4,625
A
Anna Wu Offline OP
Very Senior Member
OP Offline
Very Senior Member
A
Joined: Jul 2007
Posts: 4,625
SVN r7882

Just make a test:
make TARGET=mess tools

It is working for me (GCC 4.4.3 32-bit)

Maybe a 64-bit problem, wrong parameter or need a clean compile ?

Last edited by Anna Wu; 04/22/10 10:18 AM.
Joined: Feb 2008
Posts: 105
M
Senior Member
Offline
Senior Member
M
Joined: Feb 2008
Posts: 105
Same error as Kaylee (64 bit compile)

Joined: Jul 2007
Posts: 4,625
A
Anna Wu Offline OP
Very Senior Member
OP Offline
Very Senior Member
A
Joined: Jul 2007
Posts: 4,625
SVN r7885
src/mess/drivers/codata.c

Code
59    ROM_LOAD16_BYTE( "27-0042-01a boot 00 u101 rev 3.6.2 9/28/83.u101", ... 
60    ROM_LOAD16_BYTE( "27-0043-01a boot 01 u102 rev 3.6.2 9/28/83.u102", ...
61    ROM_LOAD16_BYTE( "27-0044-01a boot e0 u103 rev 3.6.2 9/28/83.u103", ... 
62    ROM_LOAD16_BYTE( "27-0045-01a boot e1 u104 rev 3.6.2 9/28/83.u104", ... 

Can it be, the names respectively characters (x/xx/xx) for the roms are not valid and need new fixes ?
Because I can not use a slash (/) in file name.

Last edited by Anna Wu; 04/22/10 04:58 PM.
Joined: Aug 2004
Posts: 1,458
Likes: 9
Very Senior Member
Offline
Very Senior Member
Joined: Aug 2004
Posts: 1,458
Likes: 9
Slash would look like a path separator, needs to be removed.

Joined: Jul 2007
Posts: 4,625
A
Anna Wu Offline OP
Very Senior Member
OP Offline
Very Senior Member
A
Joined: Jul 2007
Posts: 4,625
Originally Posted by robbbert
Slash would look like a path separator, needs to be removed.

I think, Curt will do it if he is online. smile

Joined: Jul 2007
Posts: 4,625
A
Anna Wu Offline OP
Very Senior Member
OP Offline
Very Senior Member
A
Joined: Jul 2007
Posts: 4,625
SVN r7886

Thanks for the fix, Curt. smile

Joined: Jul 2007
Posts: 4,625
A
Anna Wu Offline OP
Very Senior Member
OP Offline
Very Senior Member
A
Joined: Jul 2007
Posts: 4,625
SVN r7890
Atom driver

ComBox (Cartridge, .rom)

[Linked Image from img697.imageshack.us]

Atomic Windows (Cartridge, .rom)

[Linked Image from img22.imageshack.us]

Joined: Sep 2007
Posts: 40
A
Member
Offline
Member
A
Joined: Sep 2007
Posts: 40
What could it be?
SVN r7890, Windows, 32-bit, MinGW (GCC 4.4.3) downloaded from mamedev.org, clean compilation using either
make TARGET=mess
or
make TARGET=mess tools
I get this error:
Code
Compiling src/mame/drivers/megadriv.c...
src/mame/drivers/megadriv.c: In function 'void driver_init_x32x(running_machine*
)':
src/mame/drivers/megadriv.c:6577: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
make: *** [obj/windows/mess/mame/drivers/megadriv.o] Error 1

Page 139 of 536 1 2 137 138 139 140 141 535 536

Link Copied to Clipboard
Who's Online Now
3 members (AJR, 2 invisible), 315 guests, and 1 robot.
Key: Admin, Global Mod, Mod
ShoutChat
Comment Guidelines: Do post respectful and insightful comments. Don't flame, hate, spam.
Forum Statistics
Forums9
Topics9,320
Posts121,930
Members5,074
Most Online1,283
Dec 21st, 2022
Our Sponsor
These forums are sponsored by Superior Solitaire, an ad-free card game collection for macOS and iOS. Download it today!

Superior Solitaire
Forum hosted by www.retrogamesformac.com