massimo1167
17-02-2010, 04:35 PM
Hi,
I'd like to install the azbox Toolchain (0.1.0), I've followed the guide posted by NeotionBox, but I have some trouble to make the toolchain.
Maybe the problem is the GCC version, I have GCC 4.x instead GCC3.4 is required (I have an ubuntu 9.10 distribution).
This is the log of steps and errors
tuxbox@ubuntu:~$ cd /home/tuxbox/DATA/Yellow/Working
tuxbox@ubuntu:~/DATA/Yellow/Working$ source smp8634-2805.env
tuxbox@ubuntu:~/DATA/Yellow/Working$ cd SigmaDesign8634/SMP8634-2805$ cd smp86xx_toolchain_2.8.0.1
tuxbox@ubuntu:~/DATA/Yellow/Working/SigmaDesign8634/SMP8634-2805/smp86xx_toolchain_2.8.0.1$ export CC=gcc-3.4
tuxbox@ubuntu:~/DATA/Yellow/Working/SigmaDesign8634/SMP8634-2805/smp86xx_toolchain_2.8.0.1$ make menuconfig
Makefile:306: Your gcc compiler has version is 4.x, which is not supported by this
Makefile:307: package. Please downgrade your compiler to 3.x before attempting to
Makefile:308: build the toolchain.
Makefile:309:
Makefile:310: XXXXXX IF YOU KNOW WHAT YOU ARE DOING, YOU MAY CONTINUE WITH XXXXXX
Makefile:311: XXXXXX GCC 4.x. NOTE HOWEVER, THAT WE WILL PROVIDE NO SUPPORT XXXXXX
Makefile:312: XXXXXX FOR ISSUES ARISING BECAUSE OF THE USE OF GCC 4.x XXXXXX
#
# using defaults found in .config
#
*** End of Buildroot configuration.
*** Check the top-level Makefile for additional configuration options.
tuxbox@ubuntu:~/DATA/Yellow/Working/SigmaDesign8634/SMP8634-2805/smp86xx_toolchain_2.8.0.1$ make
Makefile:306: Your gcc compiler has version is 4.x, which is not supported by this
Makefile:307: package. Please downgrade your compiler to 3.x before attempting to
Makefile:308: build the toolchain.
Makefile:309:
Makefile:310: XXXXXX IF YOU KNOW WHAT YOU ARE DOING, YOU MAY CONTINUE WITH XXXXXX
Makefile:311: XXXXXX GCC 4.x. NOTE HOWEVER, THAT WE WILL PROVIDE NO SUPPORT XXXXXX
Makefile:312: XXXXXX FOR ISSUES ARISING BECAUSE OF THE USE OF GCC 4.x XXXXXX
make -j1 -C /home/tuxbox/DATA/Yellow/Working/SigmaDesign8634/SMP8634-2805/smp86xx_toolchain_2.8.0.1/tools/genzbf
make[1]: Entering directory `/home/tuxbox/DATA/Yellow/Working/SigmaDesign8634/SMP8634-2805/smp86xx_toolchain_2.8.0.1/tools/genzbf'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/tuxbox/DATA/Yellow/Working/SigmaDesign8634/SMP8634-2805/smp86xx_toolchain_2.8.0.1/tools/genzbf'
RMCFLAGS="" COMPILKIND=release make -j1 -C /home/tuxbox/DATA/Yellow/Working/SigmaDesign8634/SMP8634-2805/smp86xx_toolchain_2.8.0.1/tools/genxenv
make[1]: Entering directory `/home/tuxbox/DATA/Yellow/Working/SigmaDesign8634/SMP8634-2805/smp86xx_toolchain_2.8.0.1/tools/genxenv'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/tuxbox/DATA/Yellow/Working/SigmaDesign8634/SMP8634-2805/smp86xx_toolchain_2.8.0.1/tools/genxenv'
tuxbox@ubuntu:~/DATA/Yellow/Working/SigmaDesign8634/SMP8634-2805/smp86xx_toolchain_2.8.0.1$
This is the content of smp8634-2805.env
#!/bin/sh
#toolchain-path.env
PATH=/home/tuxbox/DATA/Yellow/Working/SigmaDesign8634/SMP8634-2805/smp86xx_toolchain_2.8.0.1/build_mipsel_nofpu/staging_dir/usr/bin:/DATA/Yellow/Working/SigmaDesign8634/SMP8634-2805/smp86xx_toolchain_2.8.0.1/build_mipsel_nofpu/staging_dir/bin:$PATH
export SMP86XX_TOOLCHAIN_PATH=/home/tuxbox/DATA/Yellow/Working/SigmaDesign8634/SMP8634-2805/smp86xx_toolchain_2.8.0.1/build_mipsel_nofpu/staging_dir
export CCACHE_DIR=/root/.ccache
How do You install the toolchain?
Where I am wrong?
Thanks!
I'd like to install the azbox Toolchain (0.1.0), I've followed the guide posted by NeotionBox, but I have some trouble to make the toolchain.
Maybe the problem is the GCC version, I have GCC 4.x instead GCC3.4 is required (I have an ubuntu 9.10 distribution).
This is the log of steps and errors
tuxbox@ubuntu:~$ cd /home/tuxbox/DATA/Yellow/Working
tuxbox@ubuntu:~/DATA/Yellow/Working$ source smp8634-2805.env
tuxbox@ubuntu:~/DATA/Yellow/Working$ cd SigmaDesign8634/SMP8634-2805$ cd smp86xx_toolchain_2.8.0.1
tuxbox@ubuntu:~/DATA/Yellow/Working/SigmaDesign8634/SMP8634-2805/smp86xx_toolchain_2.8.0.1$ export CC=gcc-3.4
tuxbox@ubuntu:~/DATA/Yellow/Working/SigmaDesign8634/SMP8634-2805/smp86xx_toolchain_2.8.0.1$ make menuconfig
Makefile:306: Your gcc compiler has version is 4.x, which is not supported by this
Makefile:307: package. Please downgrade your compiler to 3.x before attempting to
Makefile:308: build the toolchain.
Makefile:309:
Makefile:310: XXXXXX IF YOU KNOW WHAT YOU ARE DOING, YOU MAY CONTINUE WITH XXXXXX
Makefile:311: XXXXXX GCC 4.x. NOTE HOWEVER, THAT WE WILL PROVIDE NO SUPPORT XXXXXX
Makefile:312: XXXXXX FOR ISSUES ARISING BECAUSE OF THE USE OF GCC 4.x XXXXXX
#
# using defaults found in .config
#
*** End of Buildroot configuration.
*** Check the top-level Makefile for additional configuration options.
tuxbox@ubuntu:~/DATA/Yellow/Working/SigmaDesign8634/SMP8634-2805/smp86xx_toolchain_2.8.0.1$ make
Makefile:306: Your gcc compiler has version is 4.x, which is not supported by this
Makefile:307: package. Please downgrade your compiler to 3.x before attempting to
Makefile:308: build the toolchain.
Makefile:309:
Makefile:310: XXXXXX IF YOU KNOW WHAT YOU ARE DOING, YOU MAY CONTINUE WITH XXXXXX
Makefile:311: XXXXXX GCC 4.x. NOTE HOWEVER, THAT WE WILL PROVIDE NO SUPPORT XXXXXX
Makefile:312: XXXXXX FOR ISSUES ARISING BECAUSE OF THE USE OF GCC 4.x XXXXXX
make -j1 -C /home/tuxbox/DATA/Yellow/Working/SigmaDesign8634/SMP8634-2805/smp86xx_toolchain_2.8.0.1/tools/genzbf
make[1]: Entering directory `/home/tuxbox/DATA/Yellow/Working/SigmaDesign8634/SMP8634-2805/smp86xx_toolchain_2.8.0.1/tools/genzbf'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/tuxbox/DATA/Yellow/Working/SigmaDesign8634/SMP8634-2805/smp86xx_toolchain_2.8.0.1/tools/genzbf'
RMCFLAGS="" COMPILKIND=release make -j1 -C /home/tuxbox/DATA/Yellow/Working/SigmaDesign8634/SMP8634-2805/smp86xx_toolchain_2.8.0.1/tools/genxenv
make[1]: Entering directory `/home/tuxbox/DATA/Yellow/Working/SigmaDesign8634/SMP8634-2805/smp86xx_toolchain_2.8.0.1/tools/genxenv'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/tuxbox/DATA/Yellow/Working/SigmaDesign8634/SMP8634-2805/smp86xx_toolchain_2.8.0.1/tools/genxenv'
tuxbox@ubuntu:~/DATA/Yellow/Working/SigmaDesign8634/SMP8634-2805/smp86xx_toolchain_2.8.0.1$
This is the content of smp8634-2805.env
#!/bin/sh
#toolchain-path.env
PATH=/home/tuxbox/DATA/Yellow/Working/SigmaDesign8634/SMP8634-2805/smp86xx_toolchain_2.8.0.1/build_mipsel_nofpu/staging_dir/usr/bin:/DATA/Yellow/Working/SigmaDesign8634/SMP8634-2805/smp86xx_toolchain_2.8.0.1/build_mipsel_nofpu/staging_dir/bin:$PATH
export SMP86XX_TOOLCHAIN_PATH=/home/tuxbox/DATA/Yellow/Working/SigmaDesign8634/SMP8634-2805/smp86xx_toolchain_2.8.0.1/build_mipsel_nofpu/staging_dir
export CCACHE_DIR=/root/.ccache
How do You install the toolchain?
Where I am wrong?
Thanks!