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


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

  2. Use tar command to decompress the package. “tar zxvf L2.6.31_10.07.11_ER_source_bundle.tar.gz”.then there will be two folders, 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't to untar these packages,just use the install file.you can also read some manuls of the docs folder.)

  3. Before you set up the LTIB, you need install some packages needed by ltib which is in the “ltib_build_host_setup.pdf”.packages are as follows:

    sudo aptitude -y install gettext libgtk2.0-dev rpm bison m4 libfreetype6-dev

    sudo aptitude -y install libdbus-glib-1-dev liborbit2-dev intltool

    sudo aptitude -y install ccache ncurses-dev zlib1g zlib1g-dev gcc g++ libtool

    sudo aptitude -y install uuid-dev liblzo2-dev

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

    sudo aptitude -y install ia32-libs libc6-dev-i386

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

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

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

 

你可能感兴趣的:(linux,ubuntu,command,Build,Path,tools)