home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.m6809
- Path: sparky!uunet!usc!hela.iti.org!cs.widener.edu!eff!sol.ctr.columbia.edu!destroyer!cs.ubc.ca!unixg.ubc.ca!kakwa.ucs.ualberta.ca!ee.ualberta.ca!nyarko
- From: nyarko@ee.ualberta.ca (David Nyarko)
- Subject: Re: 6809 simulator
- Message-ID: <nyarko.721350996@ee.ualberta.ca>
- Keywords: No makefile ?!
- Sender: news@kakwa.ucs.ualberta.ca
- Nntp-Posting-Host: bode.ee.ualberta.ca
- Organization: University Of Alberta, Edmonton Canada
- References: <1992Nov7.204337.3931@cc.umontreal.ca>
- Date: Mon, 9 Nov 1992 23:16:36 GMT
- Lines: 49
-
- archamba@ERE.UMontreal.CA (Archambault Benoit) writes:
-
- >I hope you will all forgive my ignorance but I've never used make
- >to compile any program !! however, here's how you can compile the
- >source from the compressed archive file:
-
- > uncompress sim09.Z
- > tar xvf sim09
- > cc *.c -lcurses
-
- I tried to compile it on an HP9000 series 800 computer with
- the 2 available compilers. I had to select the ANSI option
- in both cases.
- a)
- using the gcc compiler with the following option
- gcc -ansi -o sim09 *.c -lcurses
- and get the following warnings.
-
- misc.c:31: warning: type mismatch with previous implicit declaration
- misc.c:23: warning: previous implicit declaration of `readbus'
- misc.c:31: warning: `readbus' was previously implicitly declared to return `int'
-
- b)
- I get a similar message (excluding the misc.c:23: warning) when I use
- the hp c compiler with the option
- cc -Aa -o sim09 *.c -lcurses
-
- The program starts up but when I load the "simon.run"
- and try to run it, I only get the 1st line of code to execute.
- When I also select the starting address "e000" to disassemble
- the code I loaded at "e000" I have the address coloum
- starting at "ffffe000" and the opcode coloumn does not change.
-
- I have tried the PC version which works well.
-
- Any comments?
-
- > rm *.o
- > mv a.out sim09
-
- >Hope you enyoy playing with SIM09.
- > -Thanks.
-
-
- >--
- >"Ribbit!" Benoit Archambault Universite de Montreal
- > ` /\/@\/@\/\ archamba@ERE.UMontreal.CA C.P. 6128, Succ. A
- > _\ \ - / /_ Montreal, Quebec
- > H3C 3J6
-