sirish m <x01123581321@xxxxxxxxx> writes: > make $PARALLEL all-gcc > > make install-gcc Run "make all" and "make install". I don't know if that is your problem here, but it may be, and it's the right thing to do in any case. "make all-gcc" does not build the required supporting libraries, and "make install-gcc" does not install them. Ian