Date: Sun, 29 Mar 1998 14:23:25 -0800 (PST) Message-Id: <199803292223.OAA18969@adit.ap.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: "tom frankum" , djgpp AT delorie DOT com From: Nate Eldredge Subject: Re: Help with building mame for the 1st time Precedence: bulk At 04:39 3/29/1998 GMT, tom frankum wrote: >I appear to have a problem with my configuration of the assembler within >DJGPP. I am attempting to build MAME and get the below error upon issueing >the make command ( on the standard makefile). Has anyone seen this problem >before when they attempted to build mame or does anyone know what error >code 820 is? > > >Command issued out of make: >gcc -DX86_ASM -DLSB_FIRST -Isrc -Isrc/Z80 -Isrc/M6502 -Isrc/I86 -Isrc/I8039 >-Isrc/M6809 -Isrc/M6808 -Isrc/M68000 -fstrength-reduce -fomit-frame-pointer >-O3 -m486 -Wall -Werror -o obj/machine/z80fmly.o -c src/machine/z80fmly.c > >ERROR message: >c:/djgpp/tmp\cccaaaaa: Assembler messages >c:/djgpp/tmp\cccaaaaa:820: FATAL: Can't create obj/machine/z80fmly.o: No >such file or directory (ENOENT) >make.exe: *** [obj/machine/z80fmly.o] Error 1 Seems likely that the `obj/machine' directory doesn't exist, and hence GCC can't create a file there. Try creating the directory, or look deeper into the makefile to see what makes it think it should be there. Nate Eldredge eldredge AT ap DOT net