Originally posted by bigB8210
Ok I tried that so I had a variable

float sample[180000]

and all I got back was a segmentation fault. I reduced the number to 8, just to see what would happen, and it worked, any suggestion, because I need that higher number

Thanks
In a guess: Welcome to the world of 16 bit compilers.

Get a new one. Your block of data is ~700KB, which is not what your compiler is happy with.

Quzah.