Line 517... |
Line 517... |
|
|
##########################Building Binutils#######################
|
##########################Building Binutils#######################
|
if [ $BUILD_THIS = "y" ]
|
if [ $BUILD_THIS = "y" ]
|
then
|
then
|
|
|
echo
|
echo "############################## Building binutils ###############################"
|
echo "###################### Building binutils ###########################"
|
|
echo
|
echo
|
echo "Decompressing source"
|
echo "Decompressing source"
|
cd $BUILD_TOP
|
cd $BUILD_TOP
|
|
|
## Extract sources ##
|
## Extract sources ##
|
Line 600... |
Line 599... |
##########################Building GCC and Linux############################
|
##########################Building GCC and Linux############################
|
if [ $BUILD_THIS = "y" ]
|
if [ $BUILD_THIS = "y" ]
|
then
|
then
|
|
|
echo
|
echo
|
echo "###################### Building or32 gcc and Linux ###########################"
|
echo "####################### Building or32 gcc and Linux ############################"
|
echo
|
echo
|
echo "Decompressing source"
|
echo "Decompressing source"
|
|
|
cd $BUILD_TOP
|
cd $BUILD_TOP
|
|
|
Line 717... |
Line 716... |
##########################Building uClibc#########################
|
##########################Building uClibc#########################
|
if [ $BUILD_THIS = "y" ]
|
if [ $BUILD_THIS = "y" ]
|
then
|
then
|
|
|
echo
|
echo
|
echo "###################### Building uClibc ###########################"
|
echo "############################## Building uClibc #################################"
|
echo
|
echo
|
echo "Decompressing source"
|
echo "Decompressing source"
|
|
|
cd $BUILD_TOP
|
cd $BUILD_TOP
|
tar xjf $DOWNLOAD_DIR/$ZBALL3 ## uClibc sources ##
|
tar xjf $DOWNLOAD_DIR/$ZBALL3 ## uClibc sources ##
|
Line 812... |
Line 811... |
##########################re-Building GCC########################
|
##########################re-Building GCC########################
|
if [ $BUILD_THIS = "y" ]
|
if [ $BUILD_THIS = "y" ]
|
then
|
then
|
|
|
echo
|
echo
|
echo "###################### Re-building or-32 gcc ###########################"
|
echo "############################## Re-building or-32 gcc ###########################"
|
echo
|
echo
|
echo "Re-building $GCC_VER"
|
echo "Re-building $GCC_VER"
|
|
|
cd $BUILD_TOP
|
cd $BUILD_TOP
|
|
|
Line 877... |
Line 876... |
########################## GDB build ################
|
########################## GDB build ################
|
if [ $BUILD_THIS = "y" ]
|
if [ $BUILD_THIS = "y" ]
|
then
|
then
|
|
|
echo
|
echo
|
echo "###################### Building gdb ###########################"
|
echo "############################## Building GDB ####################################"
|
echo
|
echo
|
echo "Decompressing source"
|
echo "Decompressing source"
|
|
|
|
|
cd $BUILD_TOP
|
cd $BUILD_TOP
|
Line 943... |
Line 942... |
##########################Building Busybox########################
|
##########################Building Busybox########################
|
if [ $BUILD_THIS = "y" ]
|
if [ $BUILD_THIS = "y" ]
|
then
|
then
|
|
|
echo
|
echo
|
echo "###################### Building $BUSY_VER ###########################"
|
echo "############################## Building BusyBox ################################"
|
echo
|
echo
|
echo "Decompressing source"
|
echo "Decompressing source"
|
|
|
|
|
cd $BUILD_TOP
|
cd $BUILD_TOP
|
Line 1041... |
Line 1040... |
##########################Final Linux kernel build################
|
##########################Final Linux kernel build################
|
if [ $BUILD_THIS = "y" ]
|
if [ $BUILD_THIS = "y" ]
|
then
|
then
|
|
|
echo
|
echo
|
echo "Final Linux Kernel build"
|
echo "########################### Linux image generation #############################"
|
cd $BUILD_TOP
|
cd $BUILD_TOP
|
cd $LINUX_VER
|
cd $LINUX_VER
|
|
|
echo
|
echo
|
echo "Making vmlinux"
|
echo "Making vmlinux"
|
Line 1089... |
Line 1088... |
##########################Simulator build#########################
|
##########################Simulator build#########################
|
if [ $BUILD_THIS = "y" ]
|
if [ $BUILD_THIS = "y" ]
|
then
|
then
|
|
|
echo
|
echo
|
echo "###################### Building or1ksim ###########################"
|
echo "############################## Building or1ksim ################################"
|
echo
|
echo
|
echo "Decompressing source"
|
echo "Decompressing source"
|
|
|
cd $BUILD_TOP
|
cd $BUILD_TOP
|
|
|