Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Oct 1998 20:37:48 -0700 (PDT)
From:      "Justin M. Seger" <jseger@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: ports/emulators/cpmemu Makefile
Message-ID:  <199810130337.UAA14208@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jseger      1998/10/12 20:37:48 PDT

  Modified files:
    emulators/cpmemu     Makefile 
  Log:
  Mark BROKEN for ELF:
  gcc -s -o cpm single.o z80emu.o em.o io.o bios.o  commands.o running.o main.o disneu.o disz80.o low.o
  single.o(.text+0x9): undefined reference to `_z80regs'
  single.o(.text+0xe): undefined reference to `_z80mem'
  single.o(.text+0x15): undefined reference to `_z80regs'
  single.o(.text+0x1c): undefined reference to `_z80regs'
  single.o(.text+0x23): undefined reference to `_z80regs'
  single.o(.text+0x2a): undefined reference to `_z80regs'
  single.o(.text+0x3f): undefined reference to `_z80regs'
  single.o(.text+0x46): more undefined references to `_z80regs' follow
  single.o(.text+0x18f2): undefined reference to `_hardware_access'
  single.o(.text+0x1948): undefined reference to `_z80regs'
  single.o(.text+0x195a): undefined reference to `_z80regs'
  
  Revision  Changes    Path
  1.11      +3 -1      ports/emulators/cpmemu/Makefile

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199810130337.UAA14208>