Hi ,
I have used http://releases.linaro.org/platform/linaro-n/headless/alpha-1/linaro-natty-headless-tar-20101202-1.tar.gz
file system on my target board and done apt-get install  gcc-4.5 on it. 
Now, when i try to compile with GCC, i get 
root@localhost:~# gcc-4.5 test.c 
gcc-4.5: Internal error: Segmentation fault (program cc1)
Please submit a full bug report.
See <file:///usr/share/doc/gcc-4.5/README.Bugs> for instructions.
test.c :  int main() { return 0; }
Could anyone help me to point out what the issue here ?
-shankar