I can compile it with gcc 3.03 and it links with minimal complaints.
however I get a bus error when executing I have tracked the fault down to
CPU. For some reason, the right value is passed in but the reference is garbage.
The source has a 16 bit integer accepting a 32bit long. Changed the input to &startval
and you get a warning that you are casting an int to a long. the source compiles and
executes. Question: where are the sources for the monitor?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: NO
The source has a 16 bit integer accepting a 32bit long. Changed the input to &startval
and you get a warning that you are casting an int to a long. the source compiles and
executes. Question: where are the sources for the monitor?