搭建飞思卡尔LTIB环境(setup freescale linux BSP LTIB)

来源:互联网 发布:捷安特淘宝旗舰店真假 编辑:程序博客网 时间:2024/05/13 21:53


  1. Use“L2.6.31_10.07.11_ER_source_bundle.tar.gz” package fromfreescale website.(http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=LEIMX&fpsp=1&tab=Design_Tools_Tab)

  2. Usetar command to decompress the package. “tar zxvfL2.6.31_10.07.11_ER_source_bundle.tar.gz”.then there will be twofolders, namely,”L2.6.31_10.07.11_ER_docs” and“L2.6.31_10.07.11_ER_source”.the docs folder holds some manuls,while the source folder holds some source packages to use.

    (don'tto untar these packages,just use the install file.you can also read some manuls of the docs folder.)

  3. Beforeyou set up the LTIB, you need install some packages needed by ltibwhich is in the “ltib_build_host_setup.pdf”.packages are asfollows:

    sudoaptitude -y install gettext libgtk2.0-dev rpm bison m4libfreetype6-dev

    sudoaptitude -y install libdbus-glib-1-dev liborbit2-dev intltool

    sudoaptitude -y install ccache ncurses-dev zlib1g zlib1g-dev gcc g++libtool

    sudoaptitude -y install uuid-dev liblzo2-dev

    Ifyour computer is 64-bit, then you need some extra packages asfollows.If you don't know whether you have 64-bit Ubuntu installed,do "uname -a" and see if the word "x86_64"shows up.

    sudoaptitude -y install ia32-libs libc6-dev-i386

  4. Changedirectory to “L2.6.31_10.07.11_ER_source”, and type ./installto install the ltib.(not root user).During this process, you needto do two things: 1) accept the license, after read the license(Space key). 2) type one path to install the ltib. Use default isall right.(in the brackets after the prompt) After these two stepswhat you need to do is wait for at least one hour, if there isnothing wrong during the install progress.(After you install ltib, there will be one folder named freescale in /opt. )

  5. Forsome usage of LTIB, you can read file”doc/LtibInstall” and“doc/LtibFaq”.

  6. Atlast, Hope you good luck ^_^. @chancy.wu   PS. I use ubuntu 10.04.

 

原创粉丝点击