Hello!
I start work with imx287 CPU, for this I download L2.6.35_1.1.0_130130_source.tar.gz from FreeScale site and install it.
.config
CONFIG_CONFIG_TITLE="GNU/Linux Target Image Builder : Platform Selection"
CONFIG_PLATFORM_imx=y
CONFIG_PLATFORM_DIR="config/platform/imx"
config/platform/imx/.config
CONFIG_CONFIG_TITLE="Freescale iMX28 Based Boards"
CONFIG_PLATFORM_COMMENT="Freescale iMX28 Based Boards"
CONFIG_VENDOR="Freescale"
CONFIG_PLATFORM="imx28"
CONFIG_PLATFORM_SUBDIR="imx"
CONFIG_GNUTARCH="arm"
CONFIG_LINTARCH="arm"
CONFIG_CFGHOST="arm-linux"
CONFIG_ARMEABI_ARCH=y
# CONFIG_VFP_ARCH is not set
..........
#
# Toolchain selection.
#
CONFIG_TOOLCHAIN_ARMEABI_FSL_GCC_LINARO_MULTILIB=y
# CONFIG_TOOLCHAIN_ARMEABI_FSL_GCC_MULTILIB is not set
# CONFIG_TOOLCHAIN_ARMEABI_CODE_SOURCERY is not set
# CONFIG_TOOLCHAIN_ARMEABI_GLIBC1 is not set
# CONFIG_TOOLCHAIN_ARMEABI_CUSTOM is not set
CONFIG_TOOLCHAIN="gcc-4.6.2-glibc-2.13-linaro-multilib-2011.12-1.i386.rpm"
CONFIG_TOOLCHAIN_PATH="/opt/freescale/usr/local/gcc-4.6.2-glibc-2.13-linaro-multilib-2011.12/fsl-linaro-toolchain"
CONFIG_TOOLCHAIN_PREFIX="arm-none-linux-gnueabi-"
CONFIG_TOOLCHAIN_CFLAGS=""
When I try install gcc LTIB exit with error:
$ ./ltib
Installing: gcc-4.6.2-glibc-2.13-linaro-multilib-2011.12-1.i386.rpm
Testing network connectivity
OK GPP:
Try gcc-4.6.2-glibc-2.13-linaro-multilib-2011.12-1.i386.rpm.md5 from the GPP
http://bitshrine.org/gpp/gcc-4.6.2-glibc-2.13-linaro-multilib-2011.12-1.i386.rpm.md5:
09:48:40 ERROR 404: Not Found.
Try gcc-4.6.2-glibc-2.13-linaro-multilib-2011.12-1.i386.rpm from the GPP
http://bitshrine.org/gpp/gcc-4.6.2-glibc-2.13-linaro-multilib-2011.12-1.i386.rpm
:
09:48:40 ERROR 404: Not Found.
Can't get: gcc-4.6.2-glibc-2.13-linaro-multilib-2011.12-1.i386.rpm at ./ltib line 2560.
Died at ./ltib line 2560.
traceback:
main::check_toolchain_setup:2560
main::pre_build_checks:1465
main:569
I try look http://bitshrine.org/gpp directrory from browser, but I see only not authed messsage.
How can I solve this problem?
Thank you and excuse my bad english.
解決済! 解決策の投稿を見る。
Please check if gcc-4.6.2-glibc-2.13-linaro-multilib-2011.12-1.i386.rpm (and its .md5) is present
in /opt/freescale/pkgs.
If - not, please place it there.
The gcc-4.6.2 may be found in pkgs directory of i.MX6 packages in xxx_source.tar.gz\ xxx_source\pkgs\
directory.
http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=IMX6_SW
Also, you may look at the next thread :
“Can't get: gcc-4.6.2-glibc-2.13-linaro-multilib-2011.12-1.i386.rpm at ./ltib line 2560.”
https://community.freescale.com/thread/304744
Have a great day,
Yuri
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Please check if gcc-4.6.2-glibc-2.13-linaro-multilib-2011.12-1.i386.rpm (and its .md5) is present
in /opt/freescale/pkgs.
If - not, please place it there.
The gcc-4.6.2 may be found in pkgs directory of i.MX6 packages in xxx_source.tar.gz\ xxx_source\pkgs\
directory.
http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=IMX6_SW
Also, you may look at the next thread :
“Can't get: gcc-4.6.2-glibc-2.13-linaro-multilib-2011.12-1.i386.rpm at ./ltib line 2560.”
https://community.freescale.com/thread/304744
Have a great day,
Yuri
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------