2005-03-03 02:20 AM
2005-02-28 12:14 PM
I've included the error output below. Does anyone know what is causing this.
I'm using the ST72324Bk6 & Cosmic ST7 Compiler I appreciate your help. Thanks Running ST7 linker clnk -o Debug\sierra.st7 -lC:\COSMIC\CXST7\Lib -mDebug\sierra.map Debug\sierra.lkf #error clnk Debug\sierra.lkf:1 segment .ubsct size overflow (557) #error clnk Debug\sierra.lkf:1 segment .share size overflow (109) The command: ''clnk -o Debug\sierra.st7 -lC:\COSMIC\CXST7\Lib -mDebug\sierra.map Debug\sierra.lkf '' has failed, the returned value is: 1 exit code=1.2005-02-28 07:38 PM
2005-03-01 12:57 AM
Luca
Where can I find definitions of all these memory segments? Is there a programming manual online somewhere that will help me correctly set up these segments? Thanks for your help2005-03-01 09:16 PM
the relevant doc is the CXST7 user manual.
You should have it in your installation (cosmic/cxst7/doc), but you can also find it Regards, Luca2005-03-03 02:20 AM
Thanks Luca.
I've got it.