I just installed 9.62 and I’m starting on a new project, figured I’d start with the latest IDE as well.
When I tried to compile my program I got these errors:
line 1 : ERROR RabbitBios.c : Must define at least one #xcodorg origin directive.
line 1 : ERROR RabbitBios.c : Must define at least one #rvarorg origin directive.
line 21 : ERROR RabbitBios.c : 'SYSCONFIG.LIB' cannot be found.
line 22 : ERROR RabbitBios.c : 'SYSIODEFS.LIB' cannot be found.
line 24 : ERROR RabbitBios.c : FAST_RAM_COMPILE is out of scope/ not declared.
line 47 : ERROR RabbitBios.c : 'STDBIOS.C' cannot be found.
line 55 : ERROR RabbitBios.c : _USER is out of scope/ not declared.
line 59 : ERROR RabbitBios.c : Must define at least one #rcodorg origin directive.
I even tried to run one of the the UCOSII samples and I got the same thing.
I’m assuming that I didn’t set up the IDE properly and that I missed something
Any ideas?
Ron