new version of stampbc: v2.1
Adrian Schneider
Posts: 92
attached the latest version of stampbc 2.1:
fixed the above mentionned bug
made up the showtty tool a bit
EXPERIMENTAL: added some support of the latest BS2px module:
in showtty enter: bspx
shell: stampbc -iBS2px -s0 myprog.bs2
(see README for details on v2.1)
A new version (2.2) of stampbc is to be expected as soon as parallax comes with a new tokenizer with
full support of the BS2px
regards
Adrian
fixed the above mentionned bug
made up the showtty tool a bit
EXPERIMENTAL: added some support of the latest BS2px module:
in showtty enter: bspx
shell: stampbc -iBS2px -s0 myprog.bs2
(see README for details on v2.1)
A new version (2.2) of stampbc is to be expected as soon as parallax comes with a new tokenizer with
full support of the BS2px
regards
Adrian
tgz
54K
Comments
Thank you for the updated version. Linux rocks.
Noah
2 Questions if I may
- Has 2.2 become available?
- Where can I look for the latest files (URL)?
Thanks,
Paul
Sorry for answering late - i didn't come here for some time.
As parallax did not yet provide a new linux tokenizer with full px support, version 2.2 of stampbc
has yet to come.
The latest files (2.1) are right up here in the first post of this thread, look at the link near "File Attachment :"
Regards
Adrian
stampbc v2.1 (2005), compiler using Parallax tokenizer library 1.23
But if I try >> stampbc -j
I get
trying to identify the stamp
I have tried chmod 777 /dev/ttS0
and I have tried
showtty /dev/ttyS0
or just showtty as /dev/ttyS0 is the default. Then enter the following commands
9600 raw -echo -hupcl
But still no joy
Its a BS2 and is fine with windows...
Anyone any ideas
Thanks
Simon
gordiegii@GGGii-IONITX:~/StampBC/stampbc_2.1$ make clean
rm -f *.o
rm -f stampbc
gordiegii@GGGii-IONITX:~/StampBC/stampbc_2.1$ make
g++ -Wall -D_COLORFUL -c stampbc.cc
In file included from SBCompiler.h:12,
from SBProject.h:15,
from stampbc.cc:20:
defs.h:16:4: error: #error 'word' MUST be 16 bits!
defs.h:20:4: error: #error 'byte', 'char' and 'bool' MUST be 8 bits!
defs.h:25:6: error: #error 'int' MUST be 32 bits!
stampbc.cc: In function int processOptions(int, char**, SBProject&):
stampbc.cc:81: warning: suggest parentheses around arithmetic in operand of |
stampbc.cc:133: error: atoi was not declared in this scope
stampbc.cc: In function int main(int, char**):
stampbc.cc:185: error: exit was not declared in this scope
make: *** [stampbc.o] Error 1
Does anybody know how to fix this?