I have a 2100 seriers rabbit processor and am trying to learn to use it, when going through the sample programs that come on the cd i am having some trouble. The sample pong program and such work, but when i try to run the sample DIGIN.C programa nd DIGOUT.C program I am getting errors, when not even changing anything in code at all, installed straight from cd and am still getting errors. I am getting
"
line 33 : WARNING BOARDTYPES.LIB : No ID Block found on the target; defining BOARD_TYPE to be a BL1810.
line 63 : ERROR DIGIN.C : Undefined (but used) global label brdInit
line 63 : WARNING DIGIN.C : Reference to ‘brdInit’ has no corresponding prototype.
line 84 : ERROR DIGIN.C : Undefined (but used) global label digIn
line 84 : WARNING DIGIN.C : Reference to ‘digIn’ has no corresponding prototype.
"
any help would be appreciated