#Need GCC help
7 messages in this thread
I just installed the GCC C-Compiler (V2.6.0) on my A 4000LC40 (no FFP).
Everytime I try to start a program from the bin dir (gcc,g++ or anything else)
I get a GURU. I tried all versions of the ixemul library. Is there anyone who
knows help ?
Said is known to use a lot of memory. Have you increased your stack
setting?
You'll need to increase your stack size to 20,000. I had the same problem and
it took me a while to figure that one out.
Thanks for your message, but I already tried to increase the stack, so I think
this cant be the problem.
>I already tried to increase the stack, so… I use 100,000 for the stack. I
admit that I don't KNOW that it will work fine with smaller stacks (like the
suggested 20K).
You did increase the stack size either in the shell that you are using to
launch GNU-C or early in the user-starup (and using a shell launched
afterward), yes?
-bill
>You did increase the stack size either in the shell… Yes, I increased the
stack in the shell before starting GCC. I tried values up to 200000. Do you
know if 2 Meg chip and 2 Meg fast ram is enough to start GCC?
No I don't know for certain but I sure would expect it to be if you don't have
a whole bunch of stuff loaded.
-bill