gnupic: Re: [gnupic] LCD Example Segmentation Faults


Previous by date: 29 Aug 2005 00:45:09 +0100 LCD Example Segmentation Faults, Malcolm Coyne
Next by date: 29 Aug 2005 00:45:09 +0100 Re: [gnupic] LCD Example Segmentation Faults, Malcolm Coyne
Previous in thread:
Next in thread: 29 Aug 2005 00:45:09 +0100 Re: [gnupic] LCD Example Segmentation Faults, Malcolm Coyne

Subject: Re: [gnupic] LCD Example Segmentation Faults
From: "Scott Dattalo" ####@####.####
Date: 29 Aug 2005 00:45:09 +0100
Message-Id: <61642.67.113.28.97.1125272704.squirrel@67.113.28.97>

On Sun, 2005-08-28 at 18:42 -0400, Malcolm Coyne wrote:
> I have been interested in getting the LCD module working but when I run
> the example code using "gpsim -c lcd_mod.asm" I get a segmentation
> fault. It consistently occurs on the first time simulation of line 151
> of the "lcd.asm" code, i.e.,

<snip>

Malcolm

gpsim should not be segfaulting, but you're doing this all wrong. Look at
the README file in the lcd examples subdirectory. It basically says:

  gpasm lcd_mod.asm
  gpsim -c lcd_mod.stc

gpasm is the assembler. It'll convert all of the assembly source into
'.cod' files that can be loaded by gpsim. gpsim does not load the assembly
source directly; instead gpsim loads the .cod files

The file lcd_mod.stc is a startup configuration script. If you look at the
contents of this file, you can see all of the gpsim commands that are
needed to configure the simulation environment and load the .cod file.

I hope this helps.

Scott

Previous by date: 29 Aug 2005 00:45:09 +0100 LCD Example Segmentation Faults, Malcolm Coyne
Next by date: 29 Aug 2005 00:45:09 +0100 Re: [gnupic] LCD Example Segmentation Faults, Malcolm Coyne
Previous in thread:
Next in thread: 29 Aug 2005 00:45:09 +0100 Re: [gnupic] LCD Example Segmentation Faults, Malcolm Coyne


Powered by ezmlm-browse 0.20.