Mail Archives: djgpp/1998/10/09/21:39:32
Bernhard Knig wrote:
>
> Hi,
> i have installed djgpp v2 on win95 without problems first. The only
> thing that riddles me is to define a progam's stack size. The FAQ says,
> that i can use stubedit or assign '_stklen' to a stack size i need:
> stubedit works, _stklen not. Why?
Do you assign it outside any function? It's actually an initialization;
it's examined by startup code which runs before `main' is called, and
hence it has to be initialized at compile time.
> My second question concerns g77-05.23. Small progs (i don't know what is
> small in this sense) are compiled fine but larger ones give me this
> assembler message:
>
> 'as.exe: Can not allocate 62505000 bytes after allocating 724992 bytes.'
>
> I think this is as.exe, not g77 specific. I have studies all FAQs and
> docs of djgpp,as and g77 whitout any hints. Help me please.
What Binutils version are you using?
> Does someone know where to find docs of g77 for DOS. GNU docs only
> concern to Unix platforms.
AFAIK, that's all there is.
--
Nate Eldredge
nate AT cartsys DOT com
- Raw text -