On 13 February 2012 17:13, lhkiehn wrote: > 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? You haven't shown the actual error, which would have been printed before the lines you pasted above. Run 'make' again and check the lines before it says "Aborted"