This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Stack frame size


Hi,

I need to compute a matrix with size 3000x3000. However, it seems that
the C compiler cannot handle it. I got the following message:

Stack frame size (82000048) larger than system limit (67108864)

Can anybody help me with this ?

Many thanks in advance.

Teng


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]