Re: LCD Example Segmentation Faults
"Scott Dattalo" <[email protected]>
| Newsgroups | gmane.comp.hardware.microcontrollers.gnupic |
|---|---|
| Message-ID | <[email protected]> |
On Sun, 2005-08-28 at 21:30 -0400, Malcolm Coyne wrote: > Scott Dattalo wrote: > > >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., > >> > >> > > > > > Thanks for the quick response and a bit of an apology. > > This was a typing error on my part. I in fact did follow the > instructions in the README file, each time I thought I had an > environment that would work with the LCD. So just to be clear, are you saying that when you assemble the source and then simulate it by typing: gpasm lcd_mod.asm gpsim -c lcd_mod.stc that gpsim will segfault? If this is the case, are you using the latest gpsim and lcd source from http://www.dattalo.com/gnupic/gpsim.html ? I can say that the code in CVS for gpsim and the LCD work fine together. I can also say that it is about time for another release. But before I do that there are some things I need to fix as a result of the recent I/O port redesign. Scott