Hi, fellows! I'm installing the Nios2 Gcc cross compiler in Linux Ubuntu 10.04 following http://www.alterawik.com/wiki/CrossGcc orientations. When I do the make action on "Build and install the cross compiler" section, the error below is showed me: make[2]: *** [libgcc.a] Aborted make[2]: *** Deleting file 'libgcc.a' make[2]: Leaving directory '/home/lcr/cross/build/gcc' make[1]: *** [libgcc.a] Error 2 make[1]: Leaving directory '/home/lcr/cross/build/gcc' make: *** [all-gcc] Error 2 Can somebody tell me what's happening and give me a solution or, at least, some tip, please? Kiehn