Thanks for the reply.
OS is XP SP3 (well, running in a VM under Linux, but still XP SP3)
4.1.5 is the STVD version number.
About Ride 7 says: Copyright 1995-2009...
Licensed to Al Williams
DDJ
Ride 7: 7.28.10.0075 Full functional, no serializaton needed 2010/06/04
RKit-STM8 for Ride 7 2.28.10.0092 RKit STM8 - Lite Suite 2010/06/04
Expanding that out has the same version for compiler/linker and compressor. The compiler and linker both say Lite (16kb code limited) and the compressor says Evaluation (no result saving)
I had read that Ride 7 reports 16k even with the 32k license, so I'm not worried about that.
Compiling the stop light demo from STM (yes, I know I have to change the device, and I understand there may be more changes, but I'm not getting that far yet) gives me:
----------- Project tutorial - Raisonance - Configuration Debug -------------
Compiling timer.c...
rcstm8 timer.c OBJECT(Debug\timer.o) PIN("C:\Program Files\Raisonance\Ride\inc\ST7") PIN("C:\Program Files\Raisonance\Ride\inc") WRV(0) ST7STACKSET0 DEBUG DGC(page0) DLC(page0) ST7SET OT(0) PR(Debug\timer.lst) CD CO SB LAOB
RCSTM8 COMPILER V2.28.10.092 Evaluation (1 Kb code limited)
Copyright (c) Raisonance S.A.S. 1987-2010. All rights reserved.
RCSTM8 COMPILATION COMPLETE. 0 WARNING, 0 ERROR
Running ST7 linker
rlstm8 "Debug\timer.o" TO(Debug\tutorial.aof) LIBPATH("C:\Program Files\Raisonance\Ride\Lib\ST7") DEBUGLINES DEBUGPUBLICS DEBUGSYMBOLS PR(Debug\tutorial.map) DATASTART(0x80) RAMSIZE(0x80) CODESTART(0xfa00) CODESIZE(0x600) STACKTOP(0x100) STACKSIZE(0x40)
LINKER/LOCATOR RLST7 V2.28.10.092 Evaluation (1 Kb code limited)
Copyright (c) Raisonance S.A.S. 1987-2010. All rights reserved.
***FATAL ERROR 246 : MAXIMUM OBJECT SIZE REACHED
RLST7 ABORTED
The command: "rlstm8 "Debug\timer.o" TO(Debug\tutorial.aof) LIBPATH("C:\Program Files\Raisonance\Ride\Lib\ST7") DEBUGLINES DEBUGPUBLICS DEBUGSYMBOLS PR(Debug\tutorial.map) DATASTART(0x80) RAMSIZE(0x80) CODESTART(0xfa00) CODESIZE(0x600) STACKTOP(0x100) STACKSIZE(0x40) " has failed, the returned value is: 1
exit code=1.
tutorial.elf - 2 error(s), 0 warning(s)