gnupic@linuxhacker.org

gnupic@linuxhacker.org


Subject: Re: starting up gpsim
From: Anthony Tekatch
Date: Sun, 28 Apr 2002 15:35:47 -0400

On Sun, 28 Apr 2002 21:09:43 +0200, Ralf Forsberg <rfg@home.se> wrote:

> You can start with "gpsim -s mycode.cod", or by loading a .cod file
> from file->open.

Thank you for the example.

I was doing this:
  gpsim -ppic16f877 main.hex
The hex file was not being loaded.


gpsim --help shows:
  gpsim [-h] [-p <device> [<hex_file>]] [-c <stc_file>]
which implies that the hex_file might be loaded -- it wasn't, and also
implies that -s is not an option.

The section on "Running" in the documentation did not imply that loading
the .cod file would also load the hex file.


It works fine now with your example. Thank you.

-- 
Anthony Tekatch

gnupic@linuxhacker.org